@psnext/slingcli 2.5.20260707-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 +6 -6
- 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/azure-openai-responses.models.js +72 -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 +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +208 -82
- 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 +17 -5
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +17 -5
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +2 -0
- 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 +43 -18
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +43 -18
- 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 +17 -5
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +17 -5
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +2 -0
- 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 +43 -18
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +43 -18
- 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 +17 -5
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +49 -36
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +2 -0
- 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 +43 -18
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +44 -19
- 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 +3 -3
- 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/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +1 -1
- 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/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
|
@@ -232,13 +232,34 @@ export declare const ATTR_DB_COLLECTION_NAME: "db.collection.name";
|
|
|
232
232
|
*/
|
|
233
233
|
export declare const ATTR_DB_NAMESPACE: "db.namespace";
|
|
234
234
|
/**
|
|
235
|
-
* The number of
|
|
235
|
+
* The number of database operations included in a batch operation.
|
|
236
236
|
*
|
|
237
237
|
* @example 2
|
|
238
238
|
* @example 3
|
|
239
239
|
* @example 4
|
|
240
240
|
*
|
|
241
|
-
* @note
|
|
241
|
+
* @note Except for empty batch requests described below, a batch operation contains two
|
|
242
|
+
* or more database operations explicitly submitted as separate operations in a single
|
|
243
|
+
* client call, protocol message, or database command.
|
|
244
|
+
*
|
|
245
|
+
* Requests to batch APIs that contain only one operation **SHOULD** be modeled as single
|
|
246
|
+
* operations, not as batch operations.
|
|
247
|
+
*
|
|
248
|
+
* A database call is not a batch operation solely because one operation accepts
|
|
249
|
+
* multiple operands, such as keys, rows, documents, points, or other data elements,
|
|
250
|
+
* including Redis [`MGET`](https://redis.io/docs/latest/commands/mget/) with
|
|
251
|
+
* multiple keys.
|
|
252
|
+
*
|
|
253
|
+
* In batch APIs that execute the same parameterized operation with parameter sets,
|
|
254
|
+
* each parameter set represents one database operation for determining whether the
|
|
255
|
+
* request is a batch operation. Requests with only one parameter set **SHOULD** be modeled
|
|
256
|
+
* as single operations, not as batch operations.
|
|
257
|
+
*
|
|
258
|
+
* `db.operation.batch.size` **SHOULD** be set to the number of operations in the batch.
|
|
259
|
+
* It **SHOULD NOT** be set for non-batch operations.
|
|
260
|
+
*
|
|
261
|
+
* A request to execute a batch operation with no operations **SHOULD** also be treated
|
|
262
|
+
* as a batch operation, and `db.operation.batch.size` **SHOULD** be set to `0`.
|
|
242
263
|
*/
|
|
243
264
|
export declare const ATTR_DB_OPERATION_BATCH_SIZE: "db.operation.batch.size";
|
|
244
265
|
/**
|
|
@@ -872,9 +893,9 @@ export declare const ATTR_K8S_CRONJOB_UID: "k8s.cronjob.uid";
|
|
|
872
893
|
* @note
|
|
873
894
|
* Examples:
|
|
874
895
|
*
|
|
875
|
-
* -
|
|
896
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
876
897
|
* as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
|
|
877
|
-
* -
|
|
898
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
878
899
|
* the `k8s.daemonset.annotation.data` attribute with value `""`.
|
|
879
900
|
*/
|
|
880
901
|
export declare const ATTR_K8S_DAEMONSET_ANNOTATION: (key: string) => string;
|
|
@@ -889,7 +910,7 @@ export declare const ATTR_K8S_DAEMONSET_ANNOTATION: (key: string) => string;
|
|
|
889
910
|
*
|
|
890
911
|
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
891
912
|
* as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
|
|
892
|
-
* - A label `
|
|
913
|
+
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
893
914
|
* the `k8s.daemonset.label.injected` attribute with value `""`.
|
|
894
915
|
*/
|
|
895
916
|
export declare const ATTR_K8S_DAEMONSET_LABEL: (key: string) => string;
|
|
@@ -914,9 +935,9 @@ export declare const ATTR_K8S_DAEMONSET_UID: "k8s.daemonset.uid";
|
|
|
914
935
|
* @note
|
|
915
936
|
* Examples:
|
|
916
937
|
*
|
|
917
|
-
* -
|
|
938
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
918
939
|
* as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
|
|
919
|
-
* -
|
|
940
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
920
941
|
* the `k8s.deployment.annotation.data` attribute with value `""`.
|
|
921
942
|
*/
|
|
922
943
|
export declare const ATTR_K8S_DEPLOYMENT_ANNOTATION: (key: string) => string;
|
|
@@ -929,7 +950,7 @@ export declare const ATTR_K8S_DEPLOYMENT_ANNOTATION: (key: string) => string;
|
|
|
929
950
|
* @note
|
|
930
951
|
* Examples:
|
|
931
952
|
*
|
|
932
|
-
* - A label `
|
|
953
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
933
954
|
* as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
|
|
934
955
|
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
935
956
|
* the `k8s.deployment.label.injected` attribute with value `""`.
|
|
@@ -956,9 +977,9 @@ export declare const ATTR_K8S_DEPLOYMENT_UID: "k8s.deployment.uid";
|
|
|
956
977
|
* @note
|
|
957
978
|
* Examples:
|
|
958
979
|
*
|
|
959
|
-
* -
|
|
980
|
+
* - An annotation `number` with value `1` **SHOULD** be recorded
|
|
960
981
|
* as the `k8s.job.annotation.number` attribute with value `"1"`.
|
|
961
|
-
* -
|
|
982
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
962
983
|
* the `k8s.job.annotation.data` attribute with value `""`.
|
|
963
984
|
*/
|
|
964
985
|
export declare const ATTR_K8S_JOB_ANNOTATION: (key: string) => string;
|
|
@@ -973,7 +994,7 @@ export declare const ATTR_K8S_JOB_ANNOTATION: (key: string) => string;
|
|
|
973
994
|
*
|
|
974
995
|
* - A label `jobtype` with value `ci` **SHOULD** be recorded
|
|
975
996
|
* as the `k8s.job.label.jobtype` attribute with value `"ci"`.
|
|
976
|
-
* - A label `
|
|
997
|
+
* - A label `automated` with empty string value **SHOULD** be recorded as
|
|
977
998
|
* the `k8s.job.label.automated` attribute with value `""`.
|
|
978
999
|
*/
|
|
979
1000
|
export declare const ATTR_K8S_JOB_LABEL: (key: string) => string;
|
|
@@ -998,9 +1019,9 @@ export declare const ATTR_K8S_JOB_UID: "k8s.job.uid";
|
|
|
998
1019
|
* @note
|
|
999
1020
|
* Examples:
|
|
1000
1021
|
*
|
|
1001
|
-
* -
|
|
1022
|
+
* - An annotation `ttl` with value `0` **SHOULD** be recorded
|
|
1002
1023
|
* as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
|
|
1003
|
-
* -
|
|
1024
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1004
1025
|
* the `k8s.namespace.annotation.data` attribute with value `""`.
|
|
1005
1026
|
*/
|
|
1006
1027
|
export declare const ATTR_K8S_NAMESPACE_ANNOTATION: (key: string) => string;
|
|
@@ -1155,9 +1176,9 @@ export declare const ATTR_K8S_POD_UID: "k8s.pod.uid";
|
|
|
1155
1176
|
* @note
|
|
1156
1177
|
* Examples:
|
|
1157
1178
|
*
|
|
1158
|
-
* -
|
|
1179
|
+
* - An annotation `replicas` with value `0` **SHOULD** be recorded
|
|
1159
1180
|
* as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
|
|
1160
|
-
* -
|
|
1181
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1161
1182
|
* the `k8s.replicaset.annotation.data` attribute with value `""`.
|
|
1162
1183
|
*/
|
|
1163
1184
|
export declare const ATTR_K8S_REPLICASET_ANNOTATION: (key: string) => string;
|
|
@@ -1197,9 +1218,9 @@ export declare const ATTR_K8S_REPLICASET_UID: "k8s.replicaset.uid";
|
|
|
1197
1218
|
* @note
|
|
1198
1219
|
* Examples:
|
|
1199
1220
|
*
|
|
1200
|
-
* -
|
|
1221
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
1201
1222
|
* as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
|
|
1202
|
-
* -
|
|
1223
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1203
1224
|
* the `k8s.statefulset.annotation.data` attribute with value `""`.
|
|
1204
1225
|
*/
|
|
1205
1226
|
export declare const ATTR_K8S_STATEFULSET_ANNOTATION: (key: string) => string;
|
|
@@ -1212,7 +1233,7 @@ export declare const ATTR_K8S_STATEFULSET_ANNOTATION: (key: string) => string;
|
|
|
1212
1233
|
* @note
|
|
1213
1234
|
* Examples:
|
|
1214
1235
|
*
|
|
1215
|
-
* - A label `
|
|
1236
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
1216
1237
|
* as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
|
|
1217
1238
|
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
1218
1239
|
* the `k8s.statefulset.label.injected` attribute with value `""`.
|
|
@@ -1548,6 +1569,10 @@ export declare const TELEMETRY_SDK_LANGUAGE_VALUE_GO: "go";
|
|
|
1548
1569
|
* Enum value "java" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1549
1570
|
*/
|
|
1550
1571
|
export declare const TELEMETRY_SDK_LANGUAGE_VALUE_JAVA: "java";
|
|
1572
|
+
/**
|
|
1573
|
+
* Enum value "kotlin" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1574
|
+
*/
|
|
1575
|
+
export declare const TELEMETRY_SDK_LANGUAGE_VALUE_KOTLIN: "kotlin";
|
|
1551
1576
|
/**
|
|
1552
1577
|
* Enum value "nodejs" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1553
1578
|
*/
|
|
@@ -239,13 +239,34 @@ export const ATTR_DB_COLLECTION_NAME = 'db.collection.name';
|
|
|
239
239
|
*/
|
|
240
240
|
export const ATTR_DB_NAMESPACE = 'db.namespace';
|
|
241
241
|
/**
|
|
242
|
-
* The number of
|
|
242
|
+
* The number of database operations included in a batch operation.
|
|
243
243
|
*
|
|
244
244
|
* @example 2
|
|
245
245
|
* @example 3
|
|
246
246
|
* @example 4
|
|
247
247
|
*
|
|
248
|
-
* @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`.
|
|
249
270
|
*/
|
|
250
271
|
export const ATTR_DB_OPERATION_BATCH_SIZE = 'db.operation.batch.size';
|
|
251
272
|
/**
|
|
@@ -879,9 +900,9 @@ export const ATTR_K8S_CRONJOB_UID = 'k8s.cronjob.uid';
|
|
|
879
900
|
* @note
|
|
880
901
|
* Examples:
|
|
881
902
|
*
|
|
882
|
-
* -
|
|
903
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
883
904
|
* as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
|
|
884
|
-
* -
|
|
905
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
885
906
|
* the `k8s.daemonset.annotation.data` attribute with value `""`.
|
|
886
907
|
*/
|
|
887
908
|
export const ATTR_K8S_DAEMONSET_ANNOTATION = (key) => `k8s.daemonset.annotation.${key}`;
|
|
@@ -896,7 +917,7 @@ export const ATTR_K8S_DAEMONSET_ANNOTATION = (key) => `k8s.daemonset.annotation.
|
|
|
896
917
|
*
|
|
897
918
|
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
898
919
|
* as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
|
|
899
|
-
* - A label `
|
|
920
|
+
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
900
921
|
* the `k8s.daemonset.label.injected` attribute with value `""`.
|
|
901
922
|
*/
|
|
902
923
|
export const ATTR_K8S_DAEMONSET_LABEL = (key) => `k8s.daemonset.label.${key}`;
|
|
@@ -921,9 +942,9 @@ export const ATTR_K8S_DAEMONSET_UID = 'k8s.daemonset.uid';
|
|
|
921
942
|
* @note
|
|
922
943
|
* Examples:
|
|
923
944
|
*
|
|
924
|
-
* -
|
|
945
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
925
946
|
* as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
|
|
926
|
-
* -
|
|
947
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
927
948
|
* the `k8s.deployment.annotation.data` attribute with value `""`.
|
|
928
949
|
*/
|
|
929
950
|
export const ATTR_K8S_DEPLOYMENT_ANNOTATION = (key) => `k8s.deployment.annotation.${key}`;
|
|
@@ -936,7 +957,7 @@ export const ATTR_K8S_DEPLOYMENT_ANNOTATION = (key) => `k8s.deployment.annotatio
|
|
|
936
957
|
* @note
|
|
937
958
|
* Examples:
|
|
938
959
|
*
|
|
939
|
-
* - A label `
|
|
960
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
940
961
|
* as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
|
|
941
962
|
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
942
963
|
* the `k8s.deployment.label.injected` attribute with value `""`.
|
|
@@ -963,9 +984,9 @@ export const ATTR_K8S_DEPLOYMENT_UID = 'k8s.deployment.uid';
|
|
|
963
984
|
* @note
|
|
964
985
|
* Examples:
|
|
965
986
|
*
|
|
966
|
-
* -
|
|
987
|
+
* - An annotation `number` with value `1` **SHOULD** be recorded
|
|
967
988
|
* as the `k8s.job.annotation.number` attribute with value `"1"`.
|
|
968
|
-
* -
|
|
989
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
969
990
|
* the `k8s.job.annotation.data` attribute with value `""`.
|
|
970
991
|
*/
|
|
971
992
|
export const ATTR_K8S_JOB_ANNOTATION = (key) => `k8s.job.annotation.${key}`;
|
|
@@ -980,7 +1001,7 @@ export const ATTR_K8S_JOB_ANNOTATION = (key) => `k8s.job.annotation.${key}`;
|
|
|
980
1001
|
*
|
|
981
1002
|
* - A label `jobtype` with value `ci` **SHOULD** be recorded
|
|
982
1003
|
* as the `k8s.job.label.jobtype` attribute with value `"ci"`.
|
|
983
|
-
* - A label `
|
|
1004
|
+
* - A label `automated` with empty string value **SHOULD** be recorded as
|
|
984
1005
|
* the `k8s.job.label.automated` attribute with value `""`.
|
|
985
1006
|
*/
|
|
986
1007
|
export const ATTR_K8S_JOB_LABEL = (key) => `k8s.job.label.${key}`;
|
|
@@ -1005,9 +1026,9 @@ export const ATTR_K8S_JOB_UID = 'k8s.job.uid';
|
|
|
1005
1026
|
* @note
|
|
1006
1027
|
* Examples:
|
|
1007
1028
|
*
|
|
1008
|
-
* -
|
|
1029
|
+
* - An annotation `ttl` with value `0` **SHOULD** be recorded
|
|
1009
1030
|
* as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
|
|
1010
|
-
* -
|
|
1031
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1011
1032
|
* the `k8s.namespace.annotation.data` attribute with value `""`.
|
|
1012
1033
|
*/
|
|
1013
1034
|
export const ATTR_K8S_NAMESPACE_ANNOTATION = (key) => `k8s.namespace.annotation.${key}`;
|
|
@@ -1162,9 +1183,9 @@ export const ATTR_K8S_POD_UID = 'k8s.pod.uid';
|
|
|
1162
1183
|
* @note
|
|
1163
1184
|
* Examples:
|
|
1164
1185
|
*
|
|
1165
|
-
* -
|
|
1186
|
+
* - An annotation `replicas` with value `0` **SHOULD** be recorded
|
|
1166
1187
|
* as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
|
|
1167
|
-
* -
|
|
1188
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1168
1189
|
* the `k8s.replicaset.annotation.data` attribute with value `""`.
|
|
1169
1190
|
*/
|
|
1170
1191
|
export const ATTR_K8S_REPLICASET_ANNOTATION = (key) => `k8s.replicaset.annotation.${key}`;
|
|
@@ -1204,9 +1225,9 @@ export const ATTR_K8S_REPLICASET_UID = 'k8s.replicaset.uid';
|
|
|
1204
1225
|
* @note
|
|
1205
1226
|
* Examples:
|
|
1206
1227
|
*
|
|
1207
|
-
* -
|
|
1228
|
+
* - An annotation `replicas` with value `1` **SHOULD** be recorded
|
|
1208
1229
|
* as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
|
|
1209
|
-
* -
|
|
1230
|
+
* - An annotation `data` with empty string value **SHOULD** be recorded as
|
|
1210
1231
|
* the `k8s.statefulset.annotation.data` attribute with value `""`.
|
|
1211
1232
|
*/
|
|
1212
1233
|
export const ATTR_K8S_STATEFULSET_ANNOTATION = (key) => `k8s.statefulset.annotation.${key}`;
|
|
@@ -1219,7 +1240,7 @@ export const ATTR_K8S_STATEFULSET_ANNOTATION = (key) => `k8s.statefulset.annotat
|
|
|
1219
1240
|
* @note
|
|
1220
1241
|
* Examples:
|
|
1221
1242
|
*
|
|
1222
|
-
* - A label `
|
|
1243
|
+
* - A label `app` with value `guestbook` **SHOULD** be recorded
|
|
1223
1244
|
* as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
|
|
1224
1245
|
* - A label `injected` with empty string value **SHOULD** be recorded as
|
|
1225
1246
|
* the `k8s.statefulset.label.injected` attribute with value `""`.
|
|
@@ -1555,6 +1576,10 @@ export const TELEMETRY_SDK_LANGUAGE_VALUE_GO = "go";
|
|
|
1555
1576
|
* Enum value "java" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1556
1577
|
*/
|
|
1557
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";
|
|
1558
1583
|
/**
|
|
1559
1584
|
* Enum value "nodejs" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
|
|
1560
1585
|
*/
|