@psnext/slingcli 2.5.20260705-1 → 2.5.20260710-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +55 -141
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js +48 -19
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js +0 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +19 -20
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +5 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/shared.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +22 -20
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +24 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +31 -20
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +10 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +16 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +16 -10
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +2 -8
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +7 -2
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +3 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +5 -16
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +5 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +7 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +7 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +4 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +7 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-eventstream/dist-es/index.js +4 -4
- package/node_modules/@aws-sdk/middleware-eventstream/dist-types/index.d.ts +5 -4
- package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/index.d.ts +14 -4
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-websocket/dist-es/index.js +4 -4
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/index.d.ts +6 -4
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/index.d.ts +9 -4
- package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -1
- package/node_modules/@aws-sdk/types/dist-es/identity/index.js +1 -5
- package/node_modules/@aws-sdk/types/dist-es/index.js +4 -34
- package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -1
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +2 -1
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -1
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +7 -7
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -5
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +42 -34
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +2 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +2 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +17 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +225 -34
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +2 -11
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +3 -173
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +72 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +72 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +36 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +295 -79
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +86 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js +18 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +271 -602
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +271 -602
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +176 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +176 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +511 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +511 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +271 -602
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +271 -602
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +176 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +176 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +511 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +511 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +271 -602
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +307 -655
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +27 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +176 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +183 -118
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +511 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +533 -9
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/package.json +4 -4
- package/node_modules/@protobufjs/utf8/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/utf8/index.js +29 -18
- package/node_modules/@protobufjs/utf8/package.json +2 -2
- package/node_modules/@protobufjs/utf8/tests/index.js +5 -0
- package/node_modules/@smithy/core/dist-es/index.js +5 -5
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -3
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -2
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -3
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -3
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +11 -11
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -7
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -13
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -14
- package/node_modules/@smithy/core/dist-types/index.d.ts +7 -5
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +12 -11
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -7
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -13
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -14
- package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +2 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +3 -4
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +5 -4
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -4
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +5 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -3
- package/node_modules/@smithy/types/dist-es/auth/index.js +2 -6
- package/node_modules/@smithy/types/dist-es/connection/index.js +1 -3
- package/node_modules/@smithy/types/dist-es/endpoints/index.js +1 -5
- package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -2
- package/node_modules/@smithy/types/dist-es/identity/index.js +1 -4
- package/node_modules/@smithy/types/dist-es/index.js +7 -43
- package/node_modules/@smithy/types/dist-es/metrics.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -6
- package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +6 -4
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/index.d.ts +51 -43
- package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/fs/promises.d.ts +16 -6
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/gaxios/build/cjs/src/gaxios.js +1 -1
- package/node_modules/gaxios/build/cjs/src/gaxios.js.map +1 -1
- package/node_modules/gaxios/build/cjs/test/test.getch.js +66 -0
- package/node_modules/gaxios/build/cjs/test/test.getch.js.map +1 -1
- package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/src/gaxios.js +1 -1
- package/node_modules/gaxios/build/esm/src/gaxios.js.map +1 -1
- package/node_modules/gaxios/build/esm/test/test.getch.js +66 -0
- package/node_modules/gaxios/build/esm/test/test.getch.js.map +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +4 -4
- package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +1 -1
- package/node_modules/lru-cache/dist/commonjs/browser/index.js +11 -4
- package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +1 -1
- package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
- package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +3 -3
- package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/lru-cache/dist/commonjs/index.js +11 -4
- package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
- package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
- package/node_modules/lru-cache/dist/commonjs/index.min.js.map +3 -3
- package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +1 -1
- package/node_modules/lru-cache/dist/commonjs/node/index.js +11 -4
- package/node_modules/lru-cache/dist/commonjs/node/index.js.map +1 -1
- package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
- package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +3 -3
- package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +1 -1
- package/node_modules/lru-cache/dist/esm/browser/index.js +11 -4
- package/node_modules/lru-cache/dist/esm/browser/index.js.map +1 -1
- package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
- package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +3 -3
- package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
- package/node_modules/lru-cache/dist/esm/index.js +11 -4
- package/node_modules/lru-cache/dist/esm/index.js.map +1 -1
- package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
- package/node_modules/lru-cache/dist/esm/index.min.js.map +3 -3
- package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +1 -1
- package/node_modules/lru-cache/dist/esm/node/index.js +11 -4
- package/node_modules/lru-cache/dist/esm/node/index.js.map +1 -1
- package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
- package/node_modules/lru-cache/dist/esm/node/index.min.js.map +3 -3
- package/node_modules/lru-cache/package.json +1 -1
- package/package.json +2 -2
- package/sling-default-packages.json +2 -1
- package/slingshot/index.js +126 -126
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js +0 -15
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js +0 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js +0 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +0 -75
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -10
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -8
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -8
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -4
|
@@ -184,6 +184,32 @@ export const ATTR_CODE_LINE_NUMBER = 'code.line.number';
|
|
|
184
184
|
* @example "at com.example.GenerateTrace.methodB(GenerateTrace.java:13)\\n at com.example.GenerateTrace.methodA(GenerateTrace.java:9)\\n at com.example.GenerateTrace.main(GenerateTrace.java:5)\\n"
|
|
185
185
|
*/
|
|
186
186
|
export const ATTR_CODE_STACKTRACE = 'code.stacktrace';
|
|
187
|
+
/**
|
|
188
|
+
* Container ID. Usually a UUID, as for example used to [identify Docker containers](https://docs.docker.com/engine/containers/run/#container-identification). The UUID might be abbreviated.
|
|
189
|
+
*
|
|
190
|
+
* @example a3bf90e006b2
|
|
191
|
+
*/
|
|
192
|
+
export const ATTR_CONTAINER_ID = 'container.id';
|
|
193
|
+
/**
|
|
194
|
+
* Name of the image the container was built on.
|
|
195
|
+
*
|
|
196
|
+
* @example gcr.io/opentelemetry/operator
|
|
197
|
+
*/
|
|
198
|
+
export const ATTR_CONTAINER_IMAGE_NAME = 'container.image.name';
|
|
199
|
+
/**
|
|
200
|
+
* Repo digests of the container image as provided by the container runtime.
|
|
201
|
+
*
|
|
202
|
+
* @example ["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]
|
|
203
|
+
*
|
|
204
|
+
* @note [Docker](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect) and [CRI](https://github.com/kubernetes/cri-api/blob/c75ef5b473bbe2d0a4fc92f82235efd665ea8e9f/pkg/apis/runtime/v1/api.proto#L1237-L1238) report those under the `RepoDigests` field.
|
|
205
|
+
*/
|
|
206
|
+
export const ATTR_CONTAINER_IMAGE_REPO_DIGESTS = 'container.image.repo_digests';
|
|
207
|
+
/**
|
|
208
|
+
* Container image tags. An example can be found in [Docker Image Inspect](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect). Should be only the `<tag>` section of the full name for example from `registry.example.com/my-org/my-image:<tag>`.
|
|
209
|
+
*
|
|
210
|
+
* @example ["v1.27.1", "3.5.7-0"]
|
|
211
|
+
*/
|
|
212
|
+
export const ATTR_CONTAINER_IMAGE_TAGS = 'container.image.tags';
|
|
187
213
|
/**
|
|
188
214
|
* The name of a collection (table, container) within the database.
|
|
189
215
|
*
|
|
@@ -213,13 +239,34 @@ export const ATTR_DB_COLLECTION_NAME = 'db.collection.name';
|
|
|
213
239
|
*/
|
|
214
240
|
export const ATTR_DB_NAMESPACE = 'db.namespace';
|
|
215
241
|
/**
|
|
216
|
-
* The number of
|
|
242
|
+
* The number of database operations included in a batch operation.
|
|
217
243
|
*
|
|
218
244
|
* @example 2
|
|
219
245
|
* @example 3
|
|
220
246
|
* @example 4
|
|
221
247
|
*
|
|
222
|
-
* @note
|
|
248
|
+
* @note Except for empty batch requests described below, a batch operation contains two
|
|
249
|
+
* or more database operations explicitly submitted as separate operations in a single
|
|
250
|
+
* client call, protocol message, or database command.
|
|
251
|
+
*
|
|
252
|
+
* Requests to batch APIs that contain only one operation **SHOULD** be modeled as single
|
|
253
|
+
* operations, not as batch operations.
|
|
254
|
+
*
|
|
255
|
+
* A database call is not a batch operation solely because one operation accepts
|
|
256
|
+
* multiple operands, such as keys, rows, documents, points, or other data elements,
|
|
257
|
+
* including Redis [`MGET`](https://redis.io/docs/latest/commands/mget/) with
|
|
258
|
+
* multiple keys.
|
|
259
|
+
*
|
|
260
|
+
* In batch APIs that execute the same parameterized operation with parameter sets,
|
|
261
|
+
* each parameter set represents one database operation for determining whether the
|
|
262
|
+
* request is a batch operation. Requests with only one parameter set **SHOULD** be modeled
|
|
263
|
+
* as single operations, not as batch operations.
|
|
264
|
+
*
|
|
265
|
+
* `db.operation.batch.size` **SHOULD** be set to the number of operations in the batch.
|
|
266
|
+
* It **SHOULD NOT** be set for non-batch operations.
|
|
267
|
+
*
|
|
268
|
+
* A request to execute a batch operation with no operations **SHOULD** also be treated
|
|
269
|
+
* as a batch operation, and `db.operation.batch.size` **SHOULD** be set to `0`.
|
|
223
270
|
*/
|
|
224
271
|
export const ATTR_DB_OPERATION_BATCH_SIZE = 'db.operation.batch.size';
|
|
225
272
|
/**
|
|
@@ -759,6 +806,458 @@ export const JVM_THREAD_STATE_VALUE_TIMED_WAITING = "timed_waiting";
|
|
|
759
806
|
* A thread that is waiting indefinitely for another thread to perform a particular action is in this state.
|
|
760
807
|
*/
|
|
761
808
|
export const JVM_THREAD_STATE_VALUE_WAITING = "waiting";
|
|
809
|
+
/**
|
|
810
|
+
* The name of the cluster.
|
|
811
|
+
*
|
|
812
|
+
* @example opentelemetry-cluster
|
|
813
|
+
*/
|
|
814
|
+
export const ATTR_K8S_CLUSTER_NAME = 'k8s.cluster.name';
|
|
815
|
+
/**
|
|
816
|
+
* A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace.
|
|
817
|
+
*
|
|
818
|
+
* @example 218fc5a9-a5f1-4b54-aa05-46717d0ab26d
|
|
819
|
+
*
|
|
820
|
+
* @note K8s doesn't have support for obtaining a cluster ID. If this is ever
|
|
821
|
+
* added, we will recommend collecting the `k8s.cluster.uid` through the
|
|
822
|
+
* official APIs. In the meantime, we are able to use the `uid` of the
|
|
823
|
+
* `kube-system` namespace as a proxy for cluster ID. Read on for the
|
|
824
|
+
* rationale.
|
|
825
|
+
*
|
|
826
|
+
* Every object created in a K8s cluster is assigned a distinct UID. The
|
|
827
|
+
* `kube-system` namespace is used by Kubernetes itself and will exist
|
|
828
|
+
* for the lifetime of the cluster. Using the `uid` of the `kube-system`
|
|
829
|
+
* namespace is a reasonable proxy for the K8s ClusterID as it will only
|
|
830
|
+
* change if the cluster is rebuilt. Furthermore, Kubernetes UIDs are
|
|
831
|
+
* UUIDs as standardized by
|
|
832
|
+
* [ISO/IEC 9834-8 and ITU-T X.667](https://www.itu.int/ITU-T/studygroups/com17/oid.html).
|
|
833
|
+
* Which states:
|
|
834
|
+
*
|
|
835
|
+
* > If generated according to one of the mechanisms defined in Rec.
|
|
836
|
+
* > ITU-T X.667 | ISO/IEC 9834-8, a UUID is either guaranteed to be
|
|
837
|
+
* > different from all other UUIDs generated before 3603 A.D., or is
|
|
838
|
+
* > extremely likely to be different (depending on the mechanism chosen).
|
|
839
|
+
*
|
|
840
|
+
* Therefore, UIDs between clusters should be extremely unlikely to
|
|
841
|
+
* conflict.
|
|
842
|
+
*/
|
|
843
|
+
export const ATTR_K8S_CLUSTER_UID = 'k8s.cluster.uid';
|
|
844
|
+
/**
|
|
845
|
+
* The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (`container.name`).
|
|
846
|
+
*
|
|
847
|
+
* @example redis
|
|
848
|
+
*/
|
|
849
|
+
export const ATTR_K8S_CONTAINER_NAME = 'k8s.container.name';
|
|
850
|
+
/**
|
|
851
|
+
* Number of times the container was restarted. This attribute can be used to identify a particular container (running or stopped) within a container spec.
|
|
852
|
+
*/
|
|
853
|
+
export const ATTR_K8S_CONTAINER_RESTART_COUNT = 'k8s.container.restart_count';
|
|
854
|
+
/**
|
|
855
|
+
* The cronjob annotation placed on the CronJob, the `<key>` being the annotation name, the value being the annotation value.
|
|
856
|
+
*
|
|
857
|
+
* @example 4
|
|
858
|
+
* @example
|
|
859
|
+
*
|
|
860
|
+
* @note Examples:
|
|
861
|
+
*
|
|
862
|
+
* - An annotation `retries` with value `4` **SHOULD** be recorded as the
|
|
863
|
+
* `k8s.cronjob.annotation.retries` attribute with value `"4"`.
|
|
864
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
865
|
+
* the `k8s.cronjob.annotation.data` attribute with value `""`.
|
|
866
|
+
*/
|
|
867
|
+
export const ATTR_K8S_CRONJOB_ANNOTATION = (key) => `k8s.cronjob.annotation.${key}`;
|
|
868
|
+
/**
|
|
869
|
+
* The label placed on the CronJob, the `<key>` being the label name, the value being the label value.
|
|
870
|
+
*
|
|
871
|
+
* @example weekly
|
|
872
|
+
* @example
|
|
873
|
+
*
|
|
874
|
+
* @note Examples:
|
|
875
|
+
*
|
|
876
|
+
* - A label `type` with value `weekly` **SHOULD** be recorded as the
|
|
877
|
+
* `k8s.cronjob.label.type` attribute with value `"weekly"`.
|
|
878
|
+
* - A label `automated` with empty string value **SHOULD** be recorded as
|
|
879
|
+
* the `k8s.cronjob.label.automated` attribute with value `""`.
|
|
880
|
+
*/
|
|
881
|
+
export const ATTR_K8S_CRONJOB_LABEL = (key) => `k8s.cronjob.label.${key}`;
|
|
882
|
+
/**
|
|
883
|
+
* The name of the CronJob.
|
|
884
|
+
*
|
|
885
|
+
* @example opentelemetry
|
|
886
|
+
*/
|
|
887
|
+
export const ATTR_K8S_CRONJOB_NAME = 'k8s.cronjob.name';
|
|
888
|
+
/**
|
|
889
|
+
* The UID of the CronJob.
|
|
890
|
+
*
|
|
891
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
892
|
+
*/
|
|
893
|
+
export const ATTR_K8S_CRONJOB_UID = 'k8s.cronjob.uid';
|
|
894
|
+
/**
|
|
895
|
+
* The annotation placed on the DaemonSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
896
|
+
*
|
|
897
|
+
* @example 1
|
|
898
|
+
* @example
|
|
899
|
+
*
|
|
900
|
+
* @note
|
|
901
|
+
* Examples:
|
|
902
|
+
*
|
|
903
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
904
|
+
* as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
|
|
905
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
906
|
+
* the `k8s.daemonset.annotation.data` attribute with value `""`.
|
|
907
|
+
*/
|
|
908
|
+
export const ATTR_K8S_DAEMONSET_ANNOTATION = (key) => `k8s.daemonset.annotation.${key}`;
|
|
909
|
+
/**
|
|
910
|
+
* The label placed on the DaemonSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
911
|
+
*
|
|
912
|
+
* @example guestbook
|
|
913
|
+
* @example
|
|
914
|
+
*
|
|
915
|
+
* @note
|
|
916
|
+
* Examples:
|
|
917
|
+
*
|
|
918
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
919
|
+
* as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
|
|
920
|
+
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
921
|
+
* the `k8s.daemonset.label.injected` attribute with value `""`.
|
|
922
|
+
*/
|
|
923
|
+
export const ATTR_K8S_DAEMONSET_LABEL = (key) => `k8s.daemonset.label.${key}`;
|
|
924
|
+
/**
|
|
925
|
+
* The name of the DaemonSet.
|
|
926
|
+
*
|
|
927
|
+
* @example opentelemetry
|
|
928
|
+
*/
|
|
929
|
+
export const ATTR_K8S_DAEMONSET_NAME = 'k8s.daemonset.name';
|
|
930
|
+
/**
|
|
931
|
+
* The UID of the DaemonSet.
|
|
932
|
+
*
|
|
933
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
934
|
+
*/
|
|
935
|
+
export const ATTR_K8S_DAEMONSET_UID = 'k8s.daemonset.uid';
|
|
936
|
+
/**
|
|
937
|
+
* The annotation placed on the Deployment, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
938
|
+
*
|
|
939
|
+
* @example 1
|
|
940
|
+
* @example
|
|
941
|
+
*
|
|
942
|
+
* @note
|
|
943
|
+
* Examples:
|
|
944
|
+
*
|
|
945
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
946
|
+
* as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
|
|
947
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
948
|
+
* the `k8s.deployment.annotation.data` attribute with value `""`.
|
|
949
|
+
*/
|
|
950
|
+
export const ATTR_K8S_DEPLOYMENT_ANNOTATION = (key) => `k8s.deployment.annotation.${key}`;
|
|
951
|
+
/**
|
|
952
|
+
* The label placed on the Deployment, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
953
|
+
*
|
|
954
|
+
* @example guestbook
|
|
955
|
+
* @example
|
|
956
|
+
*
|
|
957
|
+
* @note
|
|
958
|
+
* Examples:
|
|
959
|
+
*
|
|
960
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
961
|
+
* as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
|
|
962
|
+
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
963
|
+
* the `k8s.deployment.label.injected` attribute with value `""`.
|
|
964
|
+
*/
|
|
965
|
+
export const ATTR_K8S_DEPLOYMENT_LABEL = (key) => `k8s.deployment.label.${key}`;
|
|
966
|
+
/**
|
|
967
|
+
* The name of the Deployment.
|
|
968
|
+
*
|
|
969
|
+
* @example opentelemetry
|
|
970
|
+
*/
|
|
971
|
+
export const ATTR_K8S_DEPLOYMENT_NAME = 'k8s.deployment.name';
|
|
972
|
+
/**
|
|
973
|
+
* The UID of the Deployment.
|
|
974
|
+
*
|
|
975
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
976
|
+
*/
|
|
977
|
+
export const ATTR_K8S_DEPLOYMENT_UID = 'k8s.deployment.uid';
|
|
978
|
+
/**
|
|
979
|
+
* The annotation placed on the Job, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
980
|
+
*
|
|
981
|
+
* @example 1
|
|
982
|
+
* @example
|
|
983
|
+
*
|
|
984
|
+
* @note
|
|
985
|
+
* Examples:
|
|
986
|
+
*
|
|
987
|
+
* - An annotation `number` with value `1` **SHOULD** be recorded
|
|
988
|
+
* as the `k8s.job.annotation.number` attribute with value `"1"`.
|
|
989
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
990
|
+
* the `k8s.job.annotation.data` attribute with value `""`.
|
|
991
|
+
*/
|
|
992
|
+
export const ATTR_K8S_JOB_ANNOTATION = (key) => `k8s.job.annotation.${key}`;
|
|
993
|
+
/**
|
|
994
|
+
* The label placed on the Job, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
995
|
+
*
|
|
996
|
+
* @example ci
|
|
997
|
+
* @example
|
|
998
|
+
*
|
|
999
|
+
* @note
|
|
1000
|
+
* Examples:
|
|
1001
|
+
*
|
|
1002
|
+
* - A label `jobtype` with value `ci` **SHOULD** be recorded
|
|
1003
|
+
* as the `k8s.job.label.jobtype` attribute with value `"ci"`.
|
|
1004
|
+
* - A label `automated` with empty string value **SHOULD** be recorded as
|
|
1005
|
+
* the `k8s.job.label.automated` attribute with value `""`.
|
|
1006
|
+
*/
|
|
1007
|
+
export const ATTR_K8S_JOB_LABEL = (key) => `k8s.job.label.${key}`;
|
|
1008
|
+
/**
|
|
1009
|
+
* The name of the Job.
|
|
1010
|
+
*
|
|
1011
|
+
* @example opentelemetry
|
|
1012
|
+
*/
|
|
1013
|
+
export const ATTR_K8S_JOB_NAME = 'k8s.job.name';
|
|
1014
|
+
/**
|
|
1015
|
+
* The UID of the Job.
|
|
1016
|
+
*
|
|
1017
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
1018
|
+
*/
|
|
1019
|
+
export const ATTR_K8S_JOB_UID = 'k8s.job.uid';
|
|
1020
|
+
/**
|
|
1021
|
+
* The annotation placed on the Namespace, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
1022
|
+
*
|
|
1023
|
+
* @example 0
|
|
1024
|
+
* @example
|
|
1025
|
+
*
|
|
1026
|
+
* @note
|
|
1027
|
+
* Examples:
|
|
1028
|
+
*
|
|
1029
|
+
* - An annotation `ttl` with value `0` **SHOULD** be recorded
|
|
1030
|
+
* as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
|
|
1031
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1032
|
+
* the `k8s.namespace.annotation.data` attribute with value `""`.
|
|
1033
|
+
*/
|
|
1034
|
+
export const ATTR_K8S_NAMESPACE_ANNOTATION = (key) => `k8s.namespace.annotation.${key}`;
|
|
1035
|
+
/**
|
|
1036
|
+
* The label placed on the Namespace, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
1037
|
+
*
|
|
1038
|
+
* @example default
|
|
1039
|
+
* @example
|
|
1040
|
+
*
|
|
1041
|
+
* @note
|
|
1042
|
+
* Examples:
|
|
1043
|
+
*
|
|
1044
|
+
* - A label `kubernetes.io/metadata.name` with value `default` **SHOULD** be recorded
|
|
1045
|
+
* as the `k8s.namespace.label.kubernetes.io/metadata.name` attribute with value `"default"`.
|
|
1046
|
+
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
1047
|
+
* the `k8s.namespace.label.data` attribute with value `""`.
|
|
1048
|
+
*/
|
|
1049
|
+
export const ATTR_K8S_NAMESPACE_LABEL = (key) => `k8s.namespace.label.${key}`;
|
|
1050
|
+
/**
|
|
1051
|
+
* The name of the namespace that the pod is running in.
|
|
1052
|
+
*
|
|
1053
|
+
* @example default
|
|
1054
|
+
*/
|
|
1055
|
+
export const ATTR_K8S_NAMESPACE_NAME = 'k8s.namespace.name';
|
|
1056
|
+
/**
|
|
1057
|
+
* The annotation placed on the Node, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
1058
|
+
*
|
|
1059
|
+
* @example 0
|
|
1060
|
+
* @example
|
|
1061
|
+
*
|
|
1062
|
+
* @note Examples:
|
|
1063
|
+
*
|
|
1064
|
+
* - An annotation `node.alpha.kubernetes.io/ttl` with value `0` **SHOULD** be recorded as
|
|
1065
|
+
* the `k8s.node.annotation.node.alpha.kubernetes.io/ttl` attribute with value `"0"`.
|
|
1066
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1067
|
+
* the `k8s.node.annotation.data` attribute with value `""`.
|
|
1068
|
+
*/
|
|
1069
|
+
export const ATTR_K8S_NODE_ANNOTATION = (key) => `k8s.node.annotation.${key}`;
|
|
1070
|
+
/**
|
|
1071
|
+
* The label placed on the Node, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
1072
|
+
*
|
|
1073
|
+
* @example arm64
|
|
1074
|
+
* @example
|
|
1075
|
+
*
|
|
1076
|
+
* @note Examples:
|
|
1077
|
+
*
|
|
1078
|
+
* - A label `kubernetes.io/arch` with value `arm64` **SHOULD** be recorded
|
|
1079
|
+
* as the `k8s.node.label.kubernetes.io/arch` attribute with value `"arm64"`.
|
|
1080
|
+
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
1081
|
+
* the `k8s.node.label.data` attribute with value `""`.
|
|
1082
|
+
*/
|
|
1083
|
+
export const ATTR_K8S_NODE_LABEL = (key) => `k8s.node.label.${key}`;
|
|
1084
|
+
/**
|
|
1085
|
+
* The name of the Node.
|
|
1086
|
+
*
|
|
1087
|
+
* @example node-1
|
|
1088
|
+
*/
|
|
1089
|
+
export const ATTR_K8S_NODE_NAME = 'k8s.node.name';
|
|
1090
|
+
/**
|
|
1091
|
+
* The UID of the Node.
|
|
1092
|
+
*
|
|
1093
|
+
* @example 1eb3a0c6-0477-4080-a9cb-0cb7db65c6a2
|
|
1094
|
+
*/
|
|
1095
|
+
export const ATTR_K8S_NODE_UID = 'k8s.node.uid';
|
|
1096
|
+
/**
|
|
1097
|
+
* The annotation placed on the Pod, the `<key>` being the annotation name, the value being the annotation value.
|
|
1098
|
+
*
|
|
1099
|
+
* @example true
|
|
1100
|
+
* @example x64
|
|
1101
|
+
* @example
|
|
1102
|
+
*
|
|
1103
|
+
* @note Examples:
|
|
1104
|
+
*
|
|
1105
|
+
* - An annotation `kubernetes.io/enforce-mountable-secrets` with value `true` **SHOULD** be recorded as
|
|
1106
|
+
* the `k8s.pod.annotation.kubernetes.io/enforce-mountable-secrets` attribute with value `"true"`.
|
|
1107
|
+
* - An annotation `mycompany.io/arch` with value `x64` **SHOULD** be recorded as
|
|
1108
|
+
* the `k8s.pod.annotation.mycompany.io/arch` attribute with value `"x64"`.
|
|
1109
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1110
|
+
* the `k8s.pod.annotation.data` attribute with value `""`.
|
|
1111
|
+
*/
|
|
1112
|
+
export const ATTR_K8S_POD_ANNOTATION = (key) => `k8s.pod.annotation.${key}`;
|
|
1113
|
+
/**
|
|
1114
|
+
* Specifies the hostname of the Pod.
|
|
1115
|
+
*
|
|
1116
|
+
* @example collector-gateway
|
|
1117
|
+
*
|
|
1118
|
+
* @note The K8s Pod spec has an optional hostname field, which can be used to specify a hostname.
|
|
1119
|
+
* Refer to [K8s docs](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-hostname-and-subdomain-field)
|
|
1120
|
+
* for more information about this field.
|
|
1121
|
+
*
|
|
1122
|
+
* This attribute aligns with the `hostname` field of the
|
|
1123
|
+
* [K8s PodSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podspec-v1-core).
|
|
1124
|
+
*/
|
|
1125
|
+
export const ATTR_K8S_POD_HOSTNAME = 'k8s.pod.hostname';
|
|
1126
|
+
/**
|
|
1127
|
+
* IP address allocated to the Pod.
|
|
1128
|
+
*
|
|
1129
|
+
* @example 172.18.0.2
|
|
1130
|
+
*
|
|
1131
|
+
* @note This attribute aligns with the `podIP` field of the
|
|
1132
|
+
* [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podstatus-v1-core).
|
|
1133
|
+
*/
|
|
1134
|
+
export const ATTR_K8S_POD_IP = 'k8s.pod.ip';
|
|
1135
|
+
/**
|
|
1136
|
+
* The label placed on the Pod, the `<key>` being the label name, the value being the label value.
|
|
1137
|
+
*
|
|
1138
|
+
* @example my-app
|
|
1139
|
+
* @example x64
|
|
1140
|
+
* @example
|
|
1141
|
+
*
|
|
1142
|
+
* @note Examples:
|
|
1143
|
+
*
|
|
1144
|
+
* - A label `app` with value `my-app` **SHOULD** be recorded as
|
|
1145
|
+
* the `k8s.pod.label.app` attribute with value `"my-app"`.
|
|
1146
|
+
* - A label `mycompany.io/arch` with value `x64` **SHOULD** be recorded as
|
|
1147
|
+
* the `k8s.pod.label.mycompany.io/arch` attribute with value `"x64"`.
|
|
1148
|
+
* - A label `data` with empty string value **SHOULD** be recorded as
|
|
1149
|
+
* the `k8s.pod.label.data` attribute with value `""`.
|
|
1150
|
+
*/
|
|
1151
|
+
export const ATTR_K8S_POD_LABEL = (key) => `k8s.pod.label.${key}`;
|
|
1152
|
+
/**
|
|
1153
|
+
* The name of the Pod.
|
|
1154
|
+
*
|
|
1155
|
+
* @example opentelemetry-pod-autoconf
|
|
1156
|
+
*/
|
|
1157
|
+
export const ATTR_K8S_POD_NAME = 'k8s.pod.name';
|
|
1158
|
+
/**
|
|
1159
|
+
* The start timestamp of the Pod.
|
|
1160
|
+
*
|
|
1161
|
+
* @example 2025-12-04T08:41:03Z
|
|
1162
|
+
*
|
|
1163
|
+
* @note Date and time at which the object was acknowledged by the Kubelet.
|
|
1164
|
+
* This is before the Kubelet pulled the container image(s) for the pod.
|
|
1165
|
+
*
|
|
1166
|
+
* This attribute aligns with the `startTime` field of the
|
|
1167
|
+
* [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#podstatus-v1-core),
|
|
1168
|
+
* in ISO 8601 (RFC 3339 compatible) format.
|
|
1169
|
+
*/
|
|
1170
|
+
export const ATTR_K8S_POD_START_TIME = 'k8s.pod.start_time';
|
|
1171
|
+
/**
|
|
1172
|
+
* The UID of the Pod.
|
|
1173
|
+
*
|
|
1174
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
1175
|
+
*/
|
|
1176
|
+
export const ATTR_K8S_POD_UID = 'k8s.pod.uid';
|
|
1177
|
+
/**
|
|
1178
|
+
* The annotation placed on the ReplicaSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
1179
|
+
*
|
|
1180
|
+
* @example 0
|
|
1181
|
+
* @example
|
|
1182
|
+
*
|
|
1183
|
+
* @note
|
|
1184
|
+
* Examples:
|
|
1185
|
+
*
|
|
1186
|
+
* - An annotation `replicas` with value `0` **SHOULD** be recorded
|
|
1187
|
+
* as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
|
|
1188
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1189
|
+
* the `k8s.replicaset.annotation.data` attribute with value `""`.
|
|
1190
|
+
*/
|
|
1191
|
+
export const ATTR_K8S_REPLICASET_ANNOTATION = (key) => `k8s.replicaset.annotation.${key}`;
|
|
1192
|
+
/**
|
|
1193
|
+
* The label placed on the ReplicaSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
1194
|
+
*
|
|
1195
|
+
* @example guestbook
|
|
1196
|
+
* @example
|
|
1197
|
+
*
|
|
1198
|
+
* @note
|
|
1199
|
+
* Examples:
|
|
1200
|
+
*
|
|
1201
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
1202
|
+
* as the `k8s.replicaset.label.app` attribute with value `"guestbook"`.
|
|
1203
|
+
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
1204
|
+
* the `k8s.replicaset.label.injected` attribute with value `""`.
|
|
1205
|
+
*/
|
|
1206
|
+
export const ATTR_K8S_REPLICASET_LABEL = (key) => `k8s.replicaset.label.${key}`;
|
|
1207
|
+
/**
|
|
1208
|
+
* The name of the ReplicaSet.
|
|
1209
|
+
*
|
|
1210
|
+
* @example opentelemetry
|
|
1211
|
+
*/
|
|
1212
|
+
export const ATTR_K8S_REPLICASET_NAME = 'k8s.replicaset.name';
|
|
1213
|
+
/**
|
|
1214
|
+
* The UID of the ReplicaSet.
|
|
1215
|
+
*
|
|
1216
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
1217
|
+
*/
|
|
1218
|
+
export const ATTR_K8S_REPLICASET_UID = 'k8s.replicaset.uid';
|
|
1219
|
+
/**
|
|
1220
|
+
* The annotation placed on the StatefulSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
|
|
1221
|
+
*
|
|
1222
|
+
* @example 1
|
|
1223
|
+
* @example
|
|
1224
|
+
*
|
|
1225
|
+
* @note
|
|
1226
|
+
* Examples:
|
|
1227
|
+
*
|
|
1228
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
1229
|
+
* as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
|
|
1230
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1231
|
+
* the `k8s.statefulset.annotation.data` attribute with value `""`.
|
|
1232
|
+
*/
|
|
1233
|
+
export const ATTR_K8S_STATEFULSET_ANNOTATION = (key) => `k8s.statefulset.annotation.${key}`;
|
|
1234
|
+
/**
|
|
1235
|
+
* The label placed on the StatefulSet, the `<key>` being the label name, the value being the label value, even if the value is empty.
|
|
1236
|
+
*
|
|
1237
|
+
* @example guestbook
|
|
1238
|
+
* @example
|
|
1239
|
+
*
|
|
1240
|
+
* @note
|
|
1241
|
+
* Examples:
|
|
1242
|
+
*
|
|
1243
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
1244
|
+
* as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
|
|
1245
|
+
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
1246
|
+
* the `k8s.statefulset.label.injected` attribute with value `""`.
|
|
1247
|
+
*/
|
|
1248
|
+
export const ATTR_K8S_STATEFULSET_LABEL = (key) => `k8s.statefulset.label.${key}`;
|
|
1249
|
+
/**
|
|
1250
|
+
* The name of the StatefulSet.
|
|
1251
|
+
*
|
|
1252
|
+
* @example opentelemetry
|
|
1253
|
+
*/
|
|
1254
|
+
export const ATTR_K8S_STATEFULSET_NAME = 'k8s.statefulset.name';
|
|
1255
|
+
/**
|
|
1256
|
+
* The UID of the StatefulSet.
|
|
1257
|
+
*
|
|
1258
|
+
* @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
|
|
1259
|
+
*/
|
|
1260
|
+
export const ATTR_K8S_STATEFULSET_UID = 'k8s.statefulset.uid';
|
|
762
1261
|
/**
|
|
763
1262
|
* Local address of the network connection - IP address or Unix domain socket name.
|
|
764
1263
|
*
|
|
@@ -1077,6 +1576,10 @@ export const TELEMETRY_SDK_LANGUAGE_VALUE_GO = "go";
|
|
|
1077
1576
|
* Enum value "java" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1078
1577
|
*/
|
|
1079
1578
|
export const TELEMETRY_SDK_LANGUAGE_VALUE_JAVA = "java";
|
|
1579
|
+
/**
|
|
1580
|
+
* Enum value "kotlin" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1581
|
+
*/
|
|
1582
|
+
export const TELEMETRY_SDK_LANGUAGE_VALUE_KOTLIN = "kotlin";
|
|
1080
1583
|
/**
|
|
1081
1584
|
* Enum value "nodejs" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1082
1585
|
*/
|
|
@@ -1150,8 +1653,9 @@ export const ATTR_URL_FRAGMENT = 'url.fragment';
|
|
|
1150
1653
|
* Query string values for the following keys **SHOULD** be redacted by default and replaced by the
|
|
1151
1654
|
* value `REDACTED`:
|
|
1152
1655
|
*
|
|
1153
|
-
* - [`
|
|
1154
|
-
* - [`
|
|
1656
|
+
* - [`X-Amz-Signature`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-authentication-methods.html)
|
|
1657
|
+
* - [`X-Amz-Credential`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-authentication-methods.html)
|
|
1658
|
+
* - [`X-Amz-Security-Token`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-authentication-methods.html)
|
|
1155
1659
|
* - [`sig`](https://learn.microsoft.com/azure/storage/common/storage-sas-overview#sas-token)
|
|
1156
1660
|
* - [`X-Goog-Signature`](https://cloud.google.com/storage/docs/access-control/signed-urls)
|
|
1157
1661
|
*
|
|
@@ -1189,8 +1693,9 @@ export const ATTR_URL_PATH = 'url.path';
|
|
|
1189
1693
|
*
|
|
1190
1694
|
* Query string values for the following keys **SHOULD** be redacted by default and replaced by the value `REDACTED`:
|
|
1191
1695
|
*
|
|
1192
|
-
* - [`
|
|
1193
|
-
* - [`
|
|
1696
|
+
* - [`X-Amz-Signature`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-authentication-methods.html)
|
|
1697
|
+
* - [`X-Amz-Credential`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-authentication-methods.html)
|
|
1698
|
+
* - [`X-Amz-Security-Token`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-authentication-methods.html)
|
|
1194
1699
|
* - [`sig`](https://learn.microsoft.com/azure/storage/common/storage-sas-overview#sas-token)
|
|
1195
1700
|
* - [`X-Goog-Signature`](https://cloud.google.com/storage/docs/access-control/signed-urls)
|
|
1196
1701
|
*
|