@contrast/agent-bundle 5.42.0 → 5.45.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/README.md +1 -10
- package/node_modules/@contrast/agent/README.md +1 -10
- package/node_modules/@contrast/agent/package.json +12 -12
- package/node_modules/@contrast/agent-swc-plugin/package.json +3 -3
- package/node_modules/@contrast/agentify/lib/rewrite-hooks.js +3 -3
- package/node_modules/@contrast/agentify/lib/utils.js +13 -7
- package/node_modules/@contrast/agentify/package.json +17 -17
- package/node_modules/@contrast/architecture-components/package.json +6 -6
- package/node_modules/@contrast/assess/lib/dataflow/propagation/install/ejs/template.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/propagation/install/pug/index.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/sinks/install/http/server-response.js +1 -12
- package/node_modules/@contrast/assess/lib/dataflow/sinks/install/restify.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/sources/install/http.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/tracker.js +1 -1
- package/node_modules/@contrast/assess/lib/get-source-context.js +1 -1
- package/node_modules/@contrast/assess/lib/response-scanning/install/http.js +0 -12
- package/node_modules/@contrast/assess/package.json +14 -14
- package/node_modules/@contrast/code-events/binding.gyp +1 -1
- package/node_modules/@contrast/code-events/package.json +11 -9
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/@contrast+code-events.abi108.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/@contrast+code-events.abi115.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/@contrast+code-events.abi127.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/{@contrast+code-events.abi93.node → @contrast+code-events.abi137.node} +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi108.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi115.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi127.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi137.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi108.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi108.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi115.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi115.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi127.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi127.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi137.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi137.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi108.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi115.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi127.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi137.node +0 -0
- package/node_modules/@contrast/common/lib/constants.d.ts +1 -1
- package/node_modules/@contrast/common/lib/constants.js +1 -1
- package/node_modules/@contrast/common/lib/index.js +15 -15
- package/node_modules/@contrast/common/lib/primordials.d.ts +22 -20
- package/node_modules/@contrast/common/lib/types.d.ts +18 -6
- package/node_modules/@contrast/common/package.json +2 -2
- package/node_modules/@contrast/config/lib/options.js +29 -4
- package/node_modules/@contrast/config/package.json +4 -4
- package/node_modules/@contrast/core/lib/app-info.js +53 -74
- package/node_modules/@contrast/core/lib/index.d.ts +17 -1
- package/node_modules/@contrast/core/lib/sensitive-data-masking/index.js +33 -5
- package/node_modules/@contrast/core/package.json +10 -9
- package/node_modules/@contrast/deadzones/package.json +6 -6
- package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.d.ts +17 -13
- package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.js +16 -4
- package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.d.ts +2 -2
- package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.js +2 -3
- package/node_modules/@contrast/dep-hooks/lib/handler-invoker.d.ts +6 -6
- package/node_modules/@contrast/dep-hooks/lib/handler-invoker.js +0 -1
- package/node_modules/@contrast/dep-hooks/lib/helpers.d.ts +0 -7
- package/node_modules/@contrast/dep-hooks/lib/helpers.js +2 -18
- package/node_modules/@contrast/dep-hooks/lib/index.d.ts +17 -12
- package/node_modules/@contrast/dep-hooks/lib/index.js +5 -3
- package/node_modules/@contrast/dep-hooks/lib/package-finder.d.ts +2 -1
- package/node_modules/@contrast/dep-hooks/lib/package-finder.js +6 -6
- package/node_modules/@contrast/dep-hooks/package.json +4 -3
- package/node_modules/@contrast/distringuish/package.json +7 -6
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/@contrast+distringuish.abi108.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/@contrast+distringuish.abi115.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/@contrast+distringuish.abi127.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/{@contrast+distringuish.abi93.node → @contrast+distringuish.abi137.node} +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi108.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi115.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi127.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi137.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi108.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi108.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi115.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi115.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi127.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi127.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi137.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi137.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi108.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi115.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi127.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi137.node +0 -0
- package/node_modules/@contrast/esm-hooks/lib/debug-methods.mjs +4 -4
- package/node_modules/@contrast/esm-hooks/lib/get-file-type.mjs +2 -9
- package/node_modules/@contrast/esm-hooks/lib/hooks.mjs +0 -2
- package/node_modules/@contrast/esm-hooks/lib/redirects/builtin/fs/promises.mjs +2 -0
- package/node_modules/@contrast/esm-hooks/lib/redirects/builtin/fs.mjs +3 -0
- package/node_modules/@contrast/esm-hooks/lib/redirects/builtin/util.mjs +1 -0
- package/node_modules/@contrast/esm-hooks/package.json +7 -7
- package/node_modules/@contrast/fn-inspect/package.json +9 -5
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/@contrast+fn-inspect.abi108.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/@contrast+fn-inspect.abi115.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/@contrast+fn-inspect.abi127.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/{@contrast+fn-inspect.abi93.node → @contrast+fn-inspect.abi137.node} +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi108.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi115.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi127.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi137.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi108.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi108.musl.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi115.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi115.musl.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi127.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi127.musl.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi137.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/{@contrast+fn-inspect.abi93.musl.node → @contrast+fn-inspect.abi137.musl.node} +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi108.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi115.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi127.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi137.node +0 -0
- package/node_modules/@contrast/instrumentation/lib/http2.js +0 -11
- package/node_modules/@contrast/instrumentation/package.json +6 -6
- package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +312 -224
- package/node_modules/@contrast/library-analysis/package.json +6 -6
- package/node_modules/@contrast/logger/lib/index.js +18 -8
- package/node_modules/@contrast/logger/lib/serializers.js +5 -5
- package/node_modules/@contrast/logger/lib/utils.d.ts +0 -6
- package/node_modules/@contrast/logger/package.json +4 -4
- package/node_modules/@contrast/metrics/lib/index.d.ts +6 -6
- package/node_modules/@contrast/metrics/lib/index.js +0 -1
- package/node_modules/@contrast/metrics/package.json +7 -7
- package/node_modules/@contrast/patcher/package.json +3 -3
- package/node_modules/@contrast/perf/package.json +7 -4
- package/node_modules/@contrast/protect/lib/hardening/handlers.js +37 -21
- package/node_modules/@contrast/protect/lib/index.d.ts +3 -2
- package/node_modules/@contrast/protect/lib/index.js +9 -2
- package/node_modules/@contrast/protect/lib/input-analysis/handlers.js +275 -233
- package/node_modules/@contrast/protect/lib/input-analysis/install/http.js +3 -4
- package/node_modules/@contrast/protect/lib/input-tracing/{handlers/index.js → handlers.js} +15 -15
- package/node_modules/@contrast/protect/lib/input-tracing/index.js +0 -1
- package/node_modules/@contrast/protect/lib/make-source-context.js +5 -7
- package/node_modules/@contrast/protect/lib/policy.js +130 -95
- package/node_modules/@contrast/protect/lib/semantic-analysis/handlers.js +19 -18
- package/node_modules/@contrast/protect/package.json +12 -12
- package/node_modules/@contrast/reporter/lib/index.js +1 -1
- package/node_modules/@contrast/reporter/lib/reporters/base.d.ts +0 -1
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/index.d.ts +4 -2
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/index.js +14 -14
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.d.ts +43 -6
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.js +262 -429
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/server-inventory.d.ts +3 -3
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/index.js +17 -7
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/translations.js +12 -13
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/utils.js +6 -7
- package/node_modules/@contrast/reporter/lib/reporters/file.js +1 -1
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/index.d.ts +2 -3
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/index.js +72 -86
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/messages.js +6 -7
- package/node_modules/@contrast/reporter/lib/validators.js +0 -1
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/.husky/pre-commit +2 -2
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/.taprc +5 -0
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/README.md +2 -4
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/bench.js +5 -36
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/index.js +56 -300
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/package.json +12 -7
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test.js +1684 -0
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/types/index.d.ts +1 -2
- package/node_modules/@contrast/reporter/package.json +10 -10
- package/node_modules/@contrast/rewriter/lib/index.js +5 -43
- package/node_modules/@contrast/rewriter/package.json +8 -8
- package/node_modules/@contrast/route-coverage/lib/install/express/express5.js +0 -5
- package/node_modules/@contrast/route-coverage/lib/install/restify.js +1 -1
- package/node_modules/@contrast/route-coverage/package.json +10 -10
- package/node_modules/@contrast/scopes/package.json +6 -6
- package/node_modules/@contrast/sec-obs/lib/traces/http.js +1 -1
- package/node_modules/@contrast/sec-obs/lib/traces/http.test.js +1 -1
- package/node_modules/@contrast/sec-obs/package.json +10 -10
- package/node_modules/@contrast/sources/lib/index.js +1 -1
- package/node_modules/@contrast/sources/lib/index.test.js +0 -26
- package/node_modules/@contrast/sources/package.json +3 -3
- package/node_modules/@contrast/telemetry/package.json +6 -6
- package/node_modules/@opentelemetry/semantic-conventions/README.md +3 -2
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +4350 -2882
- 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 +136 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +154 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.d.ts +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.d.ts +5 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js +23 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js.map +1 -0
- 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 +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +4350 -2882
- 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 +136 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +154 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.d.ts +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.d.ts +5 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js +23 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js.map +1 -0
- 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 +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +4354 -2883
- 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 +136 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +157 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +720 -147
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.d.ts +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +10 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.d.ts +5 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js.map +1 -0
- 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 +6 -7
- package/node_modules/@swc/core/README.md +5 -0
- package/node_modules/@swc/core/binding.d.ts +2 -2
- package/node_modules/@swc/core/index.d.ts +5 -4
- package/node_modules/@swc/core/index.js +2 -2
- package/node_modules/@swc/core/package.json +12 -12
- package/node_modules/@swc/core-darwin-arm64/package.json +1 -1
- package/node_modules/@swc/core-darwin-arm64/swc.darwin-arm64.node +0 -0
- package/node_modules/@swc/core-darwin-x64/package.json +1 -1
- package/node_modules/@swc/core-darwin-x64/swc.darwin-x64.node +0 -0
- package/node_modules/@swc/core-linux-arm64-gnu/package.json +1 -1
- package/node_modules/@swc/core-linux-arm64-gnu/swc.linux-arm64-gnu.node +0 -0
- package/node_modules/@swc/core-linux-arm64-musl/package.json +1 -1
- package/node_modules/@swc/core-linux-arm64-musl/swc.linux-arm64-musl.node +0 -0
- package/node_modules/@swc/core-linux-x64-gnu/package.json +1 -1
- package/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
- package/node_modules/@swc/core-linux-x64-musl/package.json +1 -1
- package/node_modules/@swc/core-linux-x64-musl/swc.linux-x64-musl.node +0 -0
- package/node_modules/@swc/core-win32-arm64-msvc/package.json +1 -1
- package/node_modules/@swc/core-win32-arm64-msvc/swc.win32-arm64-msvc.node +0 -0
- package/node_modules/@swc/core-win32-x64-msvc/package.json +1 -1
- package/node_modules/@swc/core-win32-x64-msvc/swc.win32-x64-msvc.node +0 -0
- package/node_modules/@swc/types/index.d.ts +14 -5
- package/node_modules/@swc/types/package.json +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/node/child_process.d.ts +26 -122
- package/node_modules/@types/node/crypto.d.ts +44 -10
- package/node_modules/@types/node/dns.d.ts +5 -0
- package/node_modules/@types/node/fs/promises.d.ts +41 -26
- package/node_modules/@types/node/fs.d.ts +52 -35
- package/node_modules/@types/node/globals.d.ts +148 -347
- package/node_modules/@types/node/http.d.ts +29 -5
- package/node_modules/@types/node/https.d.ts +5 -0
- package/node_modules/@types/node/index.d.ts +7 -2
- package/node_modules/@types/node/inspector.d.ts +187 -4089
- package/node_modules/@types/node/inspector.generated.d.ts +4052 -0
- package/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/node/net.d.ts +21 -0
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/sqlite.d.ts +34 -0
- package/node_modules/@types/node/test.d.ts +104 -0
- package/node_modules/@types/node/tls.d.ts +32 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +7 -2
- package/node_modules/@types/node/ts5.7/index.d.ts +7 -2
- package/node_modules/@types/node/url.d.ts +19 -5
- package/node_modules/@types/node/util.d.ts +6 -4
- package/node_modules/@types/node/vm.d.ts +73 -10
- package/node_modules/@types/node/wasi.d.ts +21 -0
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +47 -52
- package/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +51 -3
- package/node_modules/axios/CHANGELOG.md +58 -0
- package/node_modules/axios/README.md +87 -10
- package/node_modules/axios/dist/axios.js +355 -289
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +286 -213
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +286 -213
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +377 -213
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +12 -5
- package/node_modules/axios/index.d.ts +13 -4
- package/node_modules/axios/lib/adapters/adapters.js +6 -4
- package/node_modules/axios/lib/adapters/fetch.js +221 -162
- package/node_modules/axios/lib/adapters/http.js +18 -0
- package/node_modules/axios/lib/adapters/xhr.js +11 -8
- package/node_modules/axios/lib/core/Axios.js +0 -2
- package/node_modules/axios/lib/core/AxiosError.js +10 -3
- package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +1 -3
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
- package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
- package/node_modules/axios/lib/utils.js +5 -3
- package/node_modules/axios/package.json +18 -12
- package/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/node_modules/balanced-match/LICENSE.md +21 -0
- package/node_modules/balanced-match/README.md +97 -0
- package/node_modules/balanced-match/index.js +62 -0
- package/node_modules/balanced-match/package.json +48 -0
- package/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/node_modules/brace-expansion/LICENSE +21 -0
- package/node_modules/brace-expansion/README.md +135 -0
- package/node_modules/brace-expansion/index.js +203 -0
- package/node_modules/brace-expansion/package.json +49 -0
- package/node_modules/detect-libc/lib/detect-libc.js +59 -13
- package/node_modules/detect-libc/lib/elf.js +39 -0
- package/node_modules/detect-libc/lib/filesystem.js +18 -8
- package/node_modules/detect-libc/package.json +3 -2
- package/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/minimatch/README.md +454 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/index.js +1017 -0
- package/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/index.js +1001 -0
- package/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/minimatch/dist/esm/package.json +3 -0
- package/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/node_modules/minimatch/package.json +82 -0
- package/node_modules/node-abi/LICENSE +21 -0
- package/node_modules/node-abi/README.md +54 -0
- package/node_modules/node-abi/abi_registry.json +408 -0
- package/node_modules/node-abi/getNextTarget.js +13 -0
- package/node_modules/node-abi/index.js +161 -0
- package/node_modules/node-abi/package.json +46 -0
- package/node_modules/node-addon-api/README.md +25 -249
- package/node_modules/node-addon-api/common.gypi +1 -0
- package/node_modules/node-addon-api/index.js +2 -0
- package/node_modules/node-addon-api/napi-inl.h +592 -166
- package/node_modules/node-addon-api/napi.h +167 -59
- package/node_modules/node-addon-api/node_addon_api.gyp +10 -0
- package/node_modules/node-addon-api/noexcept.gypi +1 -1
- package/node_modules/node-addon-api/package.json +13 -13
- package/node_modules/node-addon-api/tools/conversion.js +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/light/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.min.js +2 -2
- package/node_modules/protobufjs/google/protobuf/descriptor.json +2 -2
- package/node_modules/protobufjs/google/protobuf/descriptor.proto +2 -1
- package/node_modules/protobufjs/package.json +1 -1
- package/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/undici-types/dispatcher.d.ts +3 -2
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/undici-types/eventsource.d.ts +3 -3
- package/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +2 -0
- package/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/undici-types/websocket.d.ts +3 -1
- package/package.json +3 -3
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi93.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi93.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi93.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi93.node +0 -0
- package/node_modules/@contrast/core/lib/sensitive-data-masking/protect-listener.js +0 -111
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi93.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi93.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi93.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi93.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi93.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi93.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi93.node +0 -0
- package/node_modules/@contrast/perf/lib/index.test.js +0 -547
- package/node_modules/@contrast/perf/lib/tsconfig.json +0 -31
- package/node_modules/@contrast/protect/lib/input-tracing/install/spdy.js +0 -63
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/.taprc.yaml +0 -11
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/destroy.test.js +0 -49
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/end.test.js +0 -98
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/flush-sync.test.js +0 -140
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/flush.test.js +0 -419
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/fsync.test.js +0 -63
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/helper.js +0 -42
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/minlength.test.js +0 -35
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/mode.test.js +0 -116
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/reopen.test.js +0 -239
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/retry.test.js +0 -414
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/sync.test.js +0 -261
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/write.test.js +0 -465
- package/node_modules/node-addon-api/tools/eslint-format.js +0 -79
package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts
CHANGED
|
@@ -1,11 +1,187 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* The authentication duration for a request.
|
|
3
|
+
*
|
|
4
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
5
|
+
*
|
|
6
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
7
|
+
*/
|
|
8
|
+
export declare const METRIC_ASPNETCORE_AUTHENTICATION_AUTHENTICATE_DURATION: "aspnetcore.authentication.authenticate.duration";
|
|
9
|
+
/**
|
|
10
|
+
* The total number of times a scheme is challenged.
|
|
11
|
+
*
|
|
12
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
13
|
+
*
|
|
14
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
15
|
+
*/
|
|
16
|
+
export declare const METRIC_ASPNETCORE_AUTHENTICATION_CHALLENGES: "aspnetcore.authentication.challenges";
|
|
17
|
+
/**
|
|
18
|
+
* The total number of times an authenticated user attempts to access a resource they are not permitted to access.
|
|
19
|
+
*
|
|
20
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
21
|
+
*
|
|
22
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
23
|
+
*/
|
|
24
|
+
export declare const METRIC_ASPNETCORE_AUTHENTICATION_FORBIDS: "aspnetcore.authentication.forbids";
|
|
25
|
+
/**
|
|
26
|
+
* The total number of times a principal is signed in with a scheme.
|
|
27
|
+
*
|
|
28
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
29
|
+
*
|
|
30
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
31
|
+
*/
|
|
32
|
+
export declare const METRIC_ASPNETCORE_AUTHENTICATION_SIGN_INS: "aspnetcore.authentication.sign_ins";
|
|
33
|
+
/**
|
|
34
|
+
* The total number of times a principal is signed out with a scheme.
|
|
35
|
+
*
|
|
36
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
37
|
+
*
|
|
38
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
39
|
+
*/
|
|
40
|
+
export declare const METRIC_ASPNETCORE_AUTHENTICATION_SIGN_OUTS: "aspnetcore.authentication.sign_outs";
|
|
41
|
+
/**
|
|
42
|
+
* The total number of authorization attempts.
|
|
43
|
+
*
|
|
44
|
+
* @note Meter name: `Microsoft.AspNetCore.Authorization`; Added in: ASP.NET Core 10.0
|
|
45
|
+
*
|
|
46
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
47
|
+
*/
|
|
48
|
+
export declare const METRIC_ASPNETCORE_AUTHORIZATION_ATTEMPTS: "aspnetcore.authorization.attempts";
|
|
49
|
+
/**
|
|
50
|
+
* The duration of authenticate attempts. The authenticate metrics is recorded by sign in methods such as PasswordSignInAsync and TwoFactorSignInAsync.
|
|
51
|
+
*
|
|
52
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
53
|
+
*
|
|
54
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
55
|
+
*/
|
|
56
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_SIGN_IN_AUTHENTICATE_DURATION: "aspnetcore.identity.sign_in.authenticate.duration";
|
|
57
|
+
/**
|
|
58
|
+
* The total number of check password attempts. Checks that the account is in a state that can log in and that the password is valid using the UserManager.CheckPasswordAsync method.
|
|
59
|
+
*
|
|
60
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
61
|
+
*
|
|
62
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
63
|
+
*/
|
|
64
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_SIGN_IN_CHECK_PASSWORD_ATTEMPTS: "aspnetcore.identity.sign_in.check_password_attempts";
|
|
65
|
+
/**
|
|
66
|
+
* The total number of calls to sign in user principals.
|
|
67
|
+
*
|
|
68
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
69
|
+
*
|
|
70
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
71
|
+
*/
|
|
72
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_SIGN_IN_SIGN_INS: "aspnetcore.identity.sign_in.sign_ins";
|
|
73
|
+
/**
|
|
74
|
+
* The total number of calls to sign out user principals.
|
|
75
|
+
*
|
|
76
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
77
|
+
*
|
|
78
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
79
|
+
*/
|
|
80
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_SIGN_IN_SIGN_OUTS: "aspnetcore.identity.sign_in.sign_outs";
|
|
81
|
+
/**
|
|
82
|
+
* The total number of two factor clients forgotten.
|
|
83
|
+
*
|
|
84
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
85
|
+
*
|
|
86
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
87
|
+
*/
|
|
88
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_SIGN_IN_TWO_FACTOR_CLIENTS_FORGOTTEN: "aspnetcore.identity.sign_in.two_factor_clients_forgotten";
|
|
89
|
+
/**
|
|
90
|
+
* The total number of two factor clients remembered.
|
|
91
|
+
*
|
|
92
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
93
|
+
*
|
|
94
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
95
|
+
*/
|
|
96
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_SIGN_IN_TWO_FACTOR_CLIENTS_REMEMBERED: "aspnetcore.identity.sign_in.two_factor_clients_remembered";
|
|
97
|
+
/**
|
|
98
|
+
* The number of check password attempts. Only checks whether the password is valid and not whether the user account is in a state that can log in.
|
|
99
|
+
*
|
|
100
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
101
|
+
*
|
|
102
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
103
|
+
*/
|
|
104
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_USER_CHECK_PASSWORD_ATTEMPTS: "aspnetcore.identity.user.check_password_attempts";
|
|
105
|
+
/**
|
|
106
|
+
* The duration of user creation operations.
|
|
107
|
+
*
|
|
108
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
109
|
+
*
|
|
110
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
111
|
+
*/
|
|
112
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_USER_CREATE_DURATION: "aspnetcore.identity.user.create.duration";
|
|
113
|
+
/**
|
|
114
|
+
* The duration of user deletion operations.
|
|
115
|
+
*
|
|
116
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
117
|
+
*
|
|
118
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
119
|
+
*/
|
|
120
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_USER_DELETE_DURATION: "aspnetcore.identity.user.delete.duration";
|
|
121
|
+
/**
|
|
122
|
+
* The total number of token generations.
|
|
123
|
+
*
|
|
124
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
125
|
+
*
|
|
126
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
127
|
+
*/
|
|
128
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_USER_GENERATED_TOKENS: "aspnetcore.identity.user.generated_tokens";
|
|
129
|
+
/**
|
|
130
|
+
* The duration of user update operations.
|
|
131
|
+
*
|
|
132
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
133
|
+
*
|
|
134
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
135
|
+
*/
|
|
136
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_USER_UPDATE_DURATION: "aspnetcore.identity.user.update.duration";
|
|
137
|
+
/**
|
|
138
|
+
* The total number of token verification attempts.
|
|
139
|
+
*
|
|
140
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
141
|
+
*
|
|
142
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
143
|
+
*/
|
|
144
|
+
export declare const METRIC_ASPNETCORE_IDENTITY_USER_VERIFY_TOKEN_ATTEMPTS: "aspnetcore.identity.user.verify_token_attempts";
|
|
145
|
+
/**
|
|
146
|
+
* Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory.
|
|
147
|
+
*
|
|
148
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
149
|
+
*
|
|
150
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
151
|
+
*/
|
|
152
|
+
export declare const METRIC_ASPNETCORE_MEMORY_POOL_ALLOCATED: "aspnetcore.memory_pool.allocated";
|
|
153
|
+
/**
|
|
154
|
+
* Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed.
|
|
155
|
+
*
|
|
156
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
157
|
+
*
|
|
158
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
159
|
+
*/
|
|
160
|
+
export declare const METRIC_ASPNETCORE_MEMORY_POOL_EVICTED: "aspnetcore.memory_pool.evicted";
|
|
161
|
+
/**
|
|
162
|
+
* Number of bytes currently pooled and available for reuse.
|
|
163
|
+
*
|
|
164
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
165
|
+
*
|
|
166
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
167
|
+
*/
|
|
168
|
+
export declare const METRIC_ASPNETCORE_MEMORY_POOL_POOLED: "aspnetcore.memory_pool.pooled";
|
|
169
|
+
/**
|
|
170
|
+
* Total number of bytes rented from the memory pool.
|
|
171
|
+
*
|
|
172
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
173
|
+
*
|
|
174
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
175
|
+
*/
|
|
176
|
+
export declare const METRIC_ASPNETCORE_MEMORY_POOL_RENTED: "aspnetcore.memory_pool.rented";
|
|
177
|
+
/**
|
|
178
|
+
* Number of active client instances.
|
|
3
179
|
*
|
|
4
180
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
5
181
|
*/
|
|
6
182
|
export declare const METRIC_AZURE_COSMOSDB_CLIENT_ACTIVE_INSTANCE_COUNT: "azure.cosmosdb.client.active_instance.count";
|
|
7
183
|
/**
|
|
8
|
-
* [Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation
|
|
184
|
+
* [Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation.
|
|
9
185
|
*
|
|
10
186
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
11
187
|
*/
|
|
@@ -45,7 +221,7 @@ export declare const METRIC_CICD_SYSTEM_ERRORS: "cicd.system.errors";
|
|
|
45
221
|
*/
|
|
46
222
|
export declare const METRIC_CICD_WORKER_COUNT: "cicd.worker.count";
|
|
47
223
|
/**
|
|
48
|
-
* Total CPU time consumed
|
|
224
|
+
* Total CPU time consumed.
|
|
49
225
|
*
|
|
50
226
|
* @note Total CPU time consumed by the specific container on all available CPU cores
|
|
51
227
|
*
|
|
@@ -53,7 +229,7 @@ export declare const METRIC_CICD_WORKER_COUNT: "cicd.worker.count";
|
|
|
53
229
|
*/
|
|
54
230
|
export declare const METRIC_CONTAINER_CPU_TIME: "container.cpu.time";
|
|
55
231
|
/**
|
|
56
|
-
* Container's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
|
|
232
|
+
* Container's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs.
|
|
57
233
|
*
|
|
58
234
|
* @note CPU usage of the specific container on all available CPU cores, averaged over the sample window
|
|
59
235
|
*
|
|
@@ -68,6 +244,41 @@ export declare const METRIC_CONTAINER_CPU_USAGE: "container.cpu.usage";
|
|
|
68
244
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
69
245
|
*/
|
|
70
246
|
export declare const METRIC_CONTAINER_DISK_IO: "container.disk.io";
|
|
247
|
+
/**
|
|
248
|
+
* Container filesystem available bytes.
|
|
249
|
+
*
|
|
250
|
+
* @note In K8s, this metric is derived from the
|
|
251
|
+
* [FsStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
252
|
+
* of the [ContainerStats.Rootfs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#ContainerStats)
|
|
253
|
+
* of the Kubelet's stats API.
|
|
254
|
+
*
|
|
255
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
256
|
+
*/
|
|
257
|
+
export declare const METRIC_CONTAINER_FILESYSTEM_AVAILABLE: "container.filesystem.available";
|
|
258
|
+
/**
|
|
259
|
+
* Container filesystem capacity.
|
|
260
|
+
*
|
|
261
|
+
* @note In K8s, this metric is derived from the
|
|
262
|
+
* [FsStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
263
|
+
* of the [ContainerStats.Rootfs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#ContainerStats)
|
|
264
|
+
* of the Kubelet's stats API.
|
|
265
|
+
*
|
|
266
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
267
|
+
*/
|
|
268
|
+
export declare const METRIC_CONTAINER_FILESYSTEM_CAPACITY: "container.filesystem.capacity";
|
|
269
|
+
/**
|
|
270
|
+
* Container filesystem usage.
|
|
271
|
+
*
|
|
272
|
+
* @note This may not equal capacity - available.
|
|
273
|
+
*
|
|
274
|
+
* In K8s, this metric is derived from the
|
|
275
|
+
* [FsStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
276
|
+
* of the [ContainerStats.Rootfs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#ContainerStats)
|
|
277
|
+
* of the Kubelet's stats API.
|
|
278
|
+
*
|
|
279
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
280
|
+
*/
|
|
281
|
+
export declare const METRIC_CONTAINER_FILESYSTEM_USAGE: "container.filesystem.usage";
|
|
71
282
|
/**
|
|
72
283
|
* Memory usage of the container.
|
|
73
284
|
*
|
|
@@ -85,7 +296,7 @@ export declare const METRIC_CONTAINER_MEMORY_USAGE: "container.memory.usage";
|
|
|
85
296
|
*/
|
|
86
297
|
export declare const METRIC_CONTAINER_NETWORK_IO: "container.network.io";
|
|
87
298
|
/**
|
|
88
|
-
* The time the container has been running
|
|
299
|
+
* The time the container has been running.
|
|
89
300
|
*
|
|
90
301
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
91
302
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -142,55 +353,55 @@ export declare const METRIC_CPYTHON_GC_COLLECTIONS: "cpython.gc.collections";
|
|
|
142
353
|
*/
|
|
143
354
|
export declare const METRIC_CPYTHON_GC_UNCOLLECTABLE_OBJECTS: "cpython.gc.uncollectable_objects";
|
|
144
355
|
/**
|
|
145
|
-
* The number of connections that are currently in state described by the `state` attribute
|
|
356
|
+
* The number of connections that are currently in state described by the `state` attribute.
|
|
146
357
|
*
|
|
147
358
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
148
359
|
*/
|
|
149
360
|
export declare const METRIC_DB_CLIENT_CONNECTION_COUNT: "db.client.connection.count";
|
|
150
361
|
/**
|
|
151
|
-
* The time it took to create a new connection
|
|
362
|
+
* The time it took to create a new connection.
|
|
152
363
|
*
|
|
153
364
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
154
365
|
*/
|
|
155
366
|
export declare const METRIC_DB_CLIENT_CONNECTION_CREATE_TIME: "db.client.connection.create_time";
|
|
156
367
|
/**
|
|
157
|
-
* The maximum number of idle open connections allowed
|
|
368
|
+
* The maximum number of idle open connections allowed.
|
|
158
369
|
*
|
|
159
370
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
160
371
|
*/
|
|
161
372
|
export declare const METRIC_DB_CLIENT_CONNECTION_IDLE_MAX: "db.client.connection.idle.max";
|
|
162
373
|
/**
|
|
163
|
-
* The minimum number of idle open connections allowed
|
|
374
|
+
* The minimum number of idle open connections allowed.
|
|
164
375
|
*
|
|
165
376
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
166
377
|
*/
|
|
167
378
|
export declare const METRIC_DB_CLIENT_CONNECTION_IDLE_MIN: "db.client.connection.idle.min";
|
|
168
379
|
/**
|
|
169
|
-
* The maximum number of open connections allowed
|
|
380
|
+
* The maximum number of open connections allowed.
|
|
170
381
|
*
|
|
171
382
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
172
383
|
*/
|
|
173
384
|
export declare const METRIC_DB_CLIENT_CONNECTION_MAX: "db.client.connection.max";
|
|
174
385
|
/**
|
|
175
|
-
* The number of current pending requests for an open connection
|
|
386
|
+
* The number of current pending requests for an open connection.
|
|
176
387
|
*
|
|
177
388
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
178
389
|
*/
|
|
179
390
|
export declare const METRIC_DB_CLIENT_CONNECTION_PENDING_REQUESTS: "db.client.connection.pending_requests";
|
|
180
391
|
/**
|
|
181
|
-
* The number of connection timeouts that have occurred trying to obtain a connection from the pool
|
|
392
|
+
* The number of connection timeouts that have occurred trying to obtain a connection from the pool.
|
|
182
393
|
*
|
|
183
394
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
184
395
|
*/
|
|
185
396
|
export declare const METRIC_DB_CLIENT_CONNECTION_TIMEOUTS: "db.client.connection.timeouts";
|
|
186
397
|
/**
|
|
187
|
-
* The time between borrowing a connection and returning it to the pool
|
|
398
|
+
* The time between borrowing a connection and returning it to the pool.
|
|
188
399
|
*
|
|
189
400
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
190
401
|
*/
|
|
191
402
|
export declare const METRIC_DB_CLIENT_CONNECTION_USE_TIME: "db.client.connection.use_time";
|
|
192
403
|
/**
|
|
193
|
-
* The time it took to obtain an open connection from the pool
|
|
404
|
+
* The time it took to obtain an open connection from the pool.
|
|
194
405
|
*
|
|
195
406
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
196
407
|
*/
|
|
@@ -296,85 +507,85 @@ export declare const METRIC_DB_CLIENT_RESPONSE_RETURNED_ROWS: "db.client.respons
|
|
|
296
507
|
*/
|
|
297
508
|
export declare const METRIC_DNS_LOOKUP_DURATION: "dns.lookup.duration";
|
|
298
509
|
/**
|
|
299
|
-
* Number of invocation cold starts
|
|
510
|
+
* Number of invocation cold starts.
|
|
300
511
|
*
|
|
301
512
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
302
513
|
*/
|
|
303
514
|
export declare const METRIC_FAAS_COLDSTARTS: "faas.coldstarts";
|
|
304
515
|
/**
|
|
305
|
-
* Distribution of CPU usage per invocation
|
|
516
|
+
* Distribution of CPU usage per invocation.
|
|
306
517
|
*
|
|
307
518
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
308
519
|
*/
|
|
309
520
|
export declare const METRIC_FAAS_CPU_USAGE: "faas.cpu_usage";
|
|
310
521
|
/**
|
|
311
|
-
* Number of invocation errors
|
|
522
|
+
* Number of invocation errors.
|
|
312
523
|
*
|
|
313
524
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
314
525
|
*/
|
|
315
526
|
export declare const METRIC_FAAS_ERRORS: "faas.errors";
|
|
316
527
|
/**
|
|
317
|
-
* Measures the duration of the function's initialization, such as a cold start
|
|
528
|
+
* Measures the duration of the function's initialization, such as a cold start.
|
|
318
529
|
*
|
|
319
530
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
320
531
|
*/
|
|
321
532
|
export declare const METRIC_FAAS_INIT_DURATION: "faas.init_duration";
|
|
322
533
|
/**
|
|
323
|
-
* Number of successful invocations
|
|
534
|
+
* Number of successful invocations.
|
|
324
535
|
*
|
|
325
536
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
326
537
|
*/
|
|
327
538
|
export declare const METRIC_FAAS_INVOCATIONS: "faas.invocations";
|
|
328
539
|
/**
|
|
329
|
-
* Measures the duration of the function's logic execution
|
|
540
|
+
* Measures the duration of the function's logic execution.
|
|
330
541
|
*
|
|
331
542
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
332
543
|
*/
|
|
333
544
|
export declare const METRIC_FAAS_INVOKE_DURATION: "faas.invoke_duration";
|
|
334
545
|
/**
|
|
335
|
-
* Distribution of max memory usage per invocation
|
|
546
|
+
* Distribution of max memory usage per invocation.
|
|
336
547
|
*
|
|
337
548
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
338
549
|
*/
|
|
339
550
|
export declare const METRIC_FAAS_MEM_USAGE: "faas.mem_usage";
|
|
340
551
|
/**
|
|
341
|
-
* Distribution of net I/O usage per invocation
|
|
552
|
+
* Distribution of net I/O usage per invocation.
|
|
342
553
|
*
|
|
343
554
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
344
555
|
*/
|
|
345
556
|
export declare const METRIC_FAAS_NET_IO: "faas.net_io";
|
|
346
557
|
/**
|
|
347
|
-
* Number of invocation timeouts
|
|
558
|
+
* Number of invocation timeouts.
|
|
348
559
|
*
|
|
349
560
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
350
561
|
*/
|
|
351
562
|
export declare const METRIC_FAAS_TIMEOUTS: "faas.timeouts";
|
|
352
563
|
/**
|
|
353
|
-
* GenAI operation duration
|
|
564
|
+
* GenAI operation duration.
|
|
354
565
|
*
|
|
355
566
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
356
567
|
*/
|
|
357
568
|
export declare const METRIC_GEN_AI_CLIENT_OPERATION_DURATION: "gen_ai.client.operation.duration";
|
|
358
569
|
/**
|
|
359
|
-
*
|
|
570
|
+
* Number of input and output tokens used.
|
|
360
571
|
*
|
|
361
572
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
362
573
|
*/
|
|
363
574
|
export declare const METRIC_GEN_AI_CLIENT_TOKEN_USAGE: "gen_ai.client.token.usage";
|
|
364
575
|
/**
|
|
365
|
-
* Generative AI server request duration such as time-to-last byte or last output token
|
|
576
|
+
* Generative AI server request duration such as time-to-last byte or last output token.
|
|
366
577
|
*
|
|
367
578
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
368
579
|
*/
|
|
369
580
|
export declare const METRIC_GEN_AI_SERVER_REQUEST_DURATION: "gen_ai.server.request.duration";
|
|
370
581
|
/**
|
|
371
|
-
* Time per output token generated after the first token for successful responses
|
|
582
|
+
* Time per output token generated after the first token for successful responses.
|
|
372
583
|
*
|
|
373
584
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
374
585
|
*/
|
|
375
586
|
export declare const METRIC_GEN_AI_SERVER_TIME_PER_OUTPUT_TOKEN: "gen_ai.server.time_per_output_token";
|
|
376
587
|
/**
|
|
377
|
-
* Time to generate first token for successful responses
|
|
588
|
+
* Time to generate first token for successful responses.
|
|
378
589
|
*
|
|
379
590
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
380
591
|
*/
|
|
@@ -508,25 +719,103 @@ export declare const METRIC_HTTP_SERVER_REQUEST_BODY_SIZE: "http.server.request.
|
|
|
508
719
|
*/
|
|
509
720
|
export declare const METRIC_HTTP_SERVER_RESPONSE_BODY_SIZE: "http.server.response.body.size";
|
|
510
721
|
/**
|
|
511
|
-
*
|
|
722
|
+
* Remaining fraction of battery charge.
|
|
723
|
+
*
|
|
724
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
725
|
+
*/
|
|
726
|
+
export declare const METRIC_HW_BATTERY_CHARGE: "hw.battery.charge";
|
|
727
|
+
/**
|
|
728
|
+
* Lower limit of battery charge fraction to ensure proper operation.
|
|
729
|
+
*
|
|
730
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
731
|
+
*/
|
|
732
|
+
export declare const METRIC_HW_BATTERY_CHARGE_LIMIT: "hw.battery.charge.limit";
|
|
733
|
+
/**
|
|
734
|
+
* Time left before battery is completely charged or discharged.
|
|
735
|
+
*
|
|
736
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
737
|
+
*/
|
|
738
|
+
export declare const METRIC_HW_BATTERY_TIME_LEFT: "hw.battery.time_left";
|
|
739
|
+
/**
|
|
740
|
+
* CPU current frequency.
|
|
741
|
+
*
|
|
742
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
743
|
+
*/
|
|
744
|
+
export declare const METRIC_HW_CPU_SPEED: "hw.cpu.speed";
|
|
745
|
+
/**
|
|
746
|
+
* CPU maximum frequency.
|
|
747
|
+
*
|
|
748
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
749
|
+
*/
|
|
750
|
+
export declare const METRIC_HW_CPU_SPEED_LIMIT: "hw.cpu.speed.limit";
|
|
751
|
+
/**
|
|
752
|
+
* Energy consumed by the component.
|
|
512
753
|
*
|
|
513
754
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
514
755
|
*/
|
|
515
756
|
export declare const METRIC_HW_ENERGY: "hw.energy";
|
|
516
757
|
/**
|
|
517
|
-
* Number of errors encountered by the component
|
|
758
|
+
* Number of errors encountered by the component.
|
|
518
759
|
*
|
|
519
760
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
520
761
|
*/
|
|
521
762
|
export declare const METRIC_HW_ERRORS: "hw.errors";
|
|
522
763
|
/**
|
|
523
|
-
*
|
|
764
|
+
* Fan speed in revolutions per minute.
|
|
765
|
+
*
|
|
766
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
767
|
+
*/
|
|
768
|
+
export declare const METRIC_HW_FAN_SPEED: "hw.fan.speed";
|
|
769
|
+
/**
|
|
770
|
+
* Speed limit in rpm.
|
|
771
|
+
*
|
|
772
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
773
|
+
*/
|
|
774
|
+
export declare const METRIC_HW_FAN_SPEED_LIMIT: "hw.fan.speed.limit";
|
|
775
|
+
/**
|
|
776
|
+
* Fan speed expressed as a fraction of its maximum speed.
|
|
777
|
+
*
|
|
778
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
779
|
+
*/
|
|
780
|
+
export declare const METRIC_HW_FAN_SPEED_RATIO: "hw.fan.speed_ratio";
|
|
781
|
+
/**
|
|
782
|
+
* Received and transmitted bytes by the GPU.
|
|
783
|
+
*
|
|
784
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
785
|
+
*/
|
|
786
|
+
export declare const METRIC_HW_GPU_IO: "hw.gpu.io";
|
|
787
|
+
/**
|
|
788
|
+
* Size of the GPU memory.
|
|
789
|
+
*
|
|
790
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
791
|
+
*/
|
|
792
|
+
export declare const METRIC_HW_GPU_MEMORY_LIMIT: "hw.gpu.memory.limit";
|
|
793
|
+
/**
|
|
794
|
+
* GPU memory used.
|
|
795
|
+
*
|
|
796
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
797
|
+
*/
|
|
798
|
+
export declare const METRIC_HW_GPU_MEMORY_USAGE: "hw.gpu.memory.usage";
|
|
799
|
+
/**
|
|
800
|
+
* Fraction of GPU memory used.
|
|
801
|
+
*
|
|
802
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
803
|
+
*/
|
|
804
|
+
export declare const METRIC_HW_GPU_MEMORY_UTILIZATION: "hw.gpu.memory.utilization";
|
|
805
|
+
/**
|
|
806
|
+
* Fraction of time spent in a specific task.
|
|
807
|
+
*
|
|
808
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
809
|
+
*/
|
|
810
|
+
export declare const METRIC_HW_GPU_UTILIZATION: "hw.gpu.utilization";
|
|
811
|
+
/**
|
|
812
|
+
* Ambient (external) temperature of the physical host.
|
|
524
813
|
*
|
|
525
814
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
526
815
|
*/
|
|
527
816
|
export declare const METRIC_HW_HOST_AMBIENT_TEMPERATURE: "hw.host.ambient_temperature";
|
|
528
817
|
/**
|
|
529
|
-
* Total energy consumed by the entire physical host, in joules
|
|
818
|
+
* Total energy consumed by the entire physical host, in joules.
|
|
530
819
|
*
|
|
531
820
|
* @note The overall energy usage of a host **MUST** be reported using the specific `hw.host.energy` and `hw.host.power` metrics **only**, instead of the generic `hw.energy` and `hw.power` described in the previous section, to prevent summing up overlapping values.
|
|
532
821
|
*
|
|
@@ -534,13 +823,13 @@ export declare const METRIC_HW_HOST_AMBIENT_TEMPERATURE: "hw.host.ambient_temper
|
|
|
534
823
|
*/
|
|
535
824
|
export declare const METRIC_HW_HOST_ENERGY: "hw.host.energy";
|
|
536
825
|
/**
|
|
537
|
-
* By how many degrees Celsius the temperature of the physical host can be increased, before reaching a warning threshold on one of the internal sensors
|
|
826
|
+
* By how many degrees Celsius the temperature of the physical host can be increased, before reaching a warning threshold on one of the internal sensors.
|
|
538
827
|
*
|
|
539
828
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
540
829
|
*/
|
|
541
830
|
export declare const METRIC_HW_HOST_HEATING_MARGIN: "hw.host.heating_margin";
|
|
542
831
|
/**
|
|
543
|
-
* Instantaneous power consumed by the entire physical host in Watts (`hw.host.energy` is preferred)
|
|
832
|
+
* Instantaneous power consumed by the entire physical host in Watts (`hw.host.energy` is preferred).
|
|
544
833
|
*
|
|
545
834
|
* @note The overall energy usage of a host **MUST** be reported using the specific `hw.host.energy` and `hw.host.power` metrics **only**, instead of the generic `hw.energy` and `hw.power` described in the previous section, to prevent summing up overlapping values.
|
|
546
835
|
*
|
|
@@ -548,7 +837,79 @@ export declare const METRIC_HW_HOST_HEATING_MARGIN: "hw.host.heating_margin";
|
|
|
548
837
|
*/
|
|
549
838
|
export declare const METRIC_HW_HOST_POWER: "hw.host.power";
|
|
550
839
|
/**
|
|
551
|
-
*
|
|
840
|
+
* Size of the logical disk.
|
|
841
|
+
*
|
|
842
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
843
|
+
*/
|
|
844
|
+
export declare const METRIC_HW_LOGICAL_DISK_LIMIT: "hw.logical_disk.limit";
|
|
845
|
+
/**
|
|
846
|
+
* Logical disk space usage.
|
|
847
|
+
*
|
|
848
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
849
|
+
*/
|
|
850
|
+
export declare const METRIC_HW_LOGICAL_DISK_USAGE: "hw.logical_disk.usage";
|
|
851
|
+
/**
|
|
852
|
+
* Logical disk space utilization as a fraction.
|
|
853
|
+
*
|
|
854
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
855
|
+
*/
|
|
856
|
+
export declare const METRIC_HW_LOGICAL_DISK_UTILIZATION: "hw.logical_disk.utilization";
|
|
857
|
+
/**
|
|
858
|
+
* Size of the memory module.
|
|
859
|
+
*
|
|
860
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
861
|
+
*/
|
|
862
|
+
export declare const METRIC_HW_MEMORY_SIZE: "hw.memory.size";
|
|
863
|
+
/**
|
|
864
|
+
* Link speed.
|
|
865
|
+
*
|
|
866
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
867
|
+
*/
|
|
868
|
+
export declare const METRIC_HW_NETWORK_BANDWIDTH_LIMIT: "hw.network.bandwidth.limit";
|
|
869
|
+
/**
|
|
870
|
+
* Utilization of the network bandwidth as a fraction.
|
|
871
|
+
*
|
|
872
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
873
|
+
*/
|
|
874
|
+
export declare const METRIC_HW_NETWORK_BANDWIDTH_UTILIZATION: "hw.network.bandwidth.utilization";
|
|
875
|
+
/**
|
|
876
|
+
* Received and transmitted network traffic in bytes.
|
|
877
|
+
*
|
|
878
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
879
|
+
*/
|
|
880
|
+
export declare const METRIC_HW_NETWORK_IO: "hw.network.io";
|
|
881
|
+
/**
|
|
882
|
+
* Received and transmitted network traffic in packets (or frames).
|
|
883
|
+
*
|
|
884
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
885
|
+
*/
|
|
886
|
+
export declare const METRIC_HW_NETWORK_PACKETS: "hw.network.packets";
|
|
887
|
+
/**
|
|
888
|
+
* Link status: `1` (up) or `0` (down).
|
|
889
|
+
*
|
|
890
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
891
|
+
*/
|
|
892
|
+
export declare const METRIC_HW_NETWORK_UP: "hw.network.up";
|
|
893
|
+
/**
|
|
894
|
+
* Endurance remaining for this SSD disk.
|
|
895
|
+
*
|
|
896
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
897
|
+
*/
|
|
898
|
+
export declare const METRIC_HW_PHYSICAL_DISK_ENDURANCE_UTILIZATION: "hw.physical_disk.endurance_utilization";
|
|
899
|
+
/**
|
|
900
|
+
* Size of the disk.
|
|
901
|
+
*
|
|
902
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
903
|
+
*/
|
|
904
|
+
export declare const METRIC_HW_PHYSICAL_DISK_SIZE: "hw.physical_disk.size";
|
|
905
|
+
/**
|
|
906
|
+
* Value of the corresponding [S.M.A.R.T.](https://wikipedia.org/wiki/S.M.A.R.T.) (Self-Monitoring, Analysis, and Reporting Technology) attribute.
|
|
907
|
+
*
|
|
908
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
909
|
+
*/
|
|
910
|
+
export declare const METRIC_HW_PHYSICAL_DISK_SMART: "hw.physical_disk.smart";
|
|
911
|
+
/**
|
|
912
|
+
* Instantaneous power consumed by the component.
|
|
552
913
|
*
|
|
553
914
|
* @note It is recommended to report `hw.energy` instead of `hw.power` when possible.
|
|
554
915
|
*
|
|
@@ -556,13 +917,67 @@ export declare const METRIC_HW_HOST_POWER: "hw.host.power";
|
|
|
556
917
|
*/
|
|
557
918
|
export declare const METRIC_HW_POWER: "hw.power";
|
|
558
919
|
/**
|
|
559
|
-
*
|
|
920
|
+
* Maximum power output of the power supply.
|
|
921
|
+
*
|
|
922
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
923
|
+
*/
|
|
924
|
+
export declare const METRIC_HW_POWER_SUPPLY_LIMIT: "hw.power_supply.limit";
|
|
925
|
+
/**
|
|
926
|
+
* Current power output of the power supply.
|
|
927
|
+
*
|
|
928
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
929
|
+
*/
|
|
930
|
+
export declare const METRIC_HW_POWER_SUPPLY_USAGE: "hw.power_supply.usage";
|
|
931
|
+
/**
|
|
932
|
+
* Utilization of the power supply as a fraction of its maximum output.
|
|
933
|
+
*
|
|
934
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
935
|
+
*/
|
|
936
|
+
export declare const METRIC_HW_POWER_SUPPLY_UTILIZATION: "hw.power_supply.utilization";
|
|
937
|
+
/**
|
|
938
|
+
* Operational status: `1` (true) or `0` (false) for each of the possible states.
|
|
560
939
|
*
|
|
561
940
|
* @note `hw.status` is currently specified as an *UpDownCounter* but would ideally be represented using a [*StateSet* as defined in OpenMetrics](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#stateset). This semantic convention will be updated once *StateSet* is specified in OpenTelemetry. This planned change is not expected to have any consequence on the way users query their timeseries backend to retrieve the values of `hw.status` over time.
|
|
562
941
|
*
|
|
563
942
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
564
943
|
*/
|
|
565
944
|
export declare const METRIC_HW_STATUS: "hw.status";
|
|
945
|
+
/**
|
|
946
|
+
* Operations performed by the tape drive.
|
|
947
|
+
*
|
|
948
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
949
|
+
*/
|
|
950
|
+
export declare const METRIC_HW_TAPE_DRIVE_OPERATIONS: "hw.tape_drive.operations";
|
|
951
|
+
/**
|
|
952
|
+
* Temperature in degrees Celsius.
|
|
953
|
+
*
|
|
954
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
955
|
+
*/
|
|
956
|
+
export declare const METRIC_HW_TEMPERATURE: "hw.temperature";
|
|
957
|
+
/**
|
|
958
|
+
* Temperature limit in degrees Celsius.
|
|
959
|
+
*
|
|
960
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
961
|
+
*/
|
|
962
|
+
export declare const METRIC_HW_TEMPERATURE_LIMIT: "hw.temperature.limit";
|
|
963
|
+
/**
|
|
964
|
+
* Voltage measured by the sensor.
|
|
965
|
+
*
|
|
966
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
967
|
+
*/
|
|
968
|
+
export declare const METRIC_HW_VOLTAGE: "hw.voltage";
|
|
969
|
+
/**
|
|
970
|
+
* Voltage limit in Volts.
|
|
971
|
+
*
|
|
972
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
973
|
+
*/
|
|
974
|
+
export declare const METRIC_HW_VOLTAGE_LIMIT: "hw.voltage.limit";
|
|
975
|
+
/**
|
|
976
|
+
* Nominal (expected) voltage.
|
|
977
|
+
*
|
|
978
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
979
|
+
*/
|
|
980
|
+
export declare const METRIC_HW_VOLTAGE_NOMINAL: "hw.voltage.nominal";
|
|
566
981
|
/**
|
|
567
982
|
* Number of buffers in the pool.
|
|
568
983
|
*
|
|
@@ -618,7 +1033,7 @@ export declare const METRIC_JVM_SYSTEM_CPU_LOAD_1M: "jvm.system.cpu.load_1m";
|
|
|
618
1033
|
*/
|
|
619
1034
|
export declare const METRIC_JVM_SYSTEM_CPU_UTILIZATION: "jvm.system.cpu.utilization";
|
|
620
1035
|
/**
|
|
621
|
-
* Maximum CPU resource limit set for the container
|
|
1036
|
+
* Maximum CPU resource limit set for the container.
|
|
622
1037
|
*
|
|
623
1038
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
624
1039
|
*
|
|
@@ -626,7 +1041,7 @@ export declare const METRIC_JVM_SYSTEM_CPU_UTILIZATION: "jvm.system.cpu.utilizat
|
|
|
626
1041
|
*/
|
|
627
1042
|
export declare const METRIC_K8S_CONTAINER_CPU_LIMIT: "k8s.container.cpu.limit";
|
|
628
1043
|
/**
|
|
629
|
-
* CPU resource requested for the container
|
|
1044
|
+
* CPU resource requested for the container.
|
|
630
1045
|
*
|
|
631
1046
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
632
1047
|
*
|
|
@@ -634,7 +1049,7 @@ export declare const METRIC_K8S_CONTAINER_CPU_LIMIT: "k8s.container.cpu.limit";
|
|
|
634
1049
|
*/
|
|
635
1050
|
export declare const METRIC_K8S_CONTAINER_CPU_REQUEST: "k8s.container.cpu.request";
|
|
636
1051
|
/**
|
|
637
|
-
* Maximum ephemeral storage resource limit set for the container
|
|
1052
|
+
* Maximum ephemeral storage resource limit set for the container.
|
|
638
1053
|
*
|
|
639
1054
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
640
1055
|
*
|
|
@@ -642,7 +1057,7 @@ export declare const METRIC_K8S_CONTAINER_CPU_REQUEST: "k8s.container.cpu.reques
|
|
|
642
1057
|
*/
|
|
643
1058
|
export declare const METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT: "k8s.container.ephemeral_storage.limit";
|
|
644
1059
|
/**
|
|
645
|
-
* Ephemeral storage resource requested for the container
|
|
1060
|
+
* Ephemeral storage resource requested for the container.
|
|
646
1061
|
*
|
|
647
1062
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
648
1063
|
*
|
|
@@ -650,7 +1065,7 @@ export declare const METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT: "k8s.containe
|
|
|
650
1065
|
*/
|
|
651
1066
|
export declare const METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_REQUEST: "k8s.container.ephemeral_storage.request";
|
|
652
1067
|
/**
|
|
653
|
-
* Maximum memory resource limit set for the container
|
|
1068
|
+
* Maximum memory resource limit set for the container.
|
|
654
1069
|
*
|
|
655
1070
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
656
1071
|
*
|
|
@@ -658,7 +1073,7 @@ export declare const METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_REQUEST: "k8s.contai
|
|
|
658
1073
|
*/
|
|
659
1074
|
export declare const METRIC_K8S_CONTAINER_MEMORY_LIMIT: "k8s.container.memory.limit";
|
|
660
1075
|
/**
|
|
661
|
-
* Memory resource requested for the container
|
|
1076
|
+
* Memory resource requested for the container.
|
|
662
1077
|
*
|
|
663
1078
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
664
1079
|
*
|
|
@@ -666,7 +1081,7 @@ export declare const METRIC_K8S_CONTAINER_MEMORY_LIMIT: "k8s.container.memory.li
|
|
|
666
1081
|
*/
|
|
667
1082
|
export declare const METRIC_K8S_CONTAINER_MEMORY_REQUEST: "k8s.container.memory.request";
|
|
668
1083
|
/**
|
|
669
|
-
* Indicates whether the container is currently marked as ready to accept traffic, based on its readiness probe (1 = ready, 0 = not ready)
|
|
1084
|
+
* Indicates whether the container is currently marked as ready to accept traffic, based on its readiness probe (1 = ready, 0 = not ready).
|
|
670
1085
|
*
|
|
671
1086
|
* @note This metric **SHOULD** reflect the value of the `ready` field in the
|
|
672
1087
|
* [K8s ContainerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#containerstatus-v1-core).
|
|
@@ -675,7 +1090,7 @@ export declare const METRIC_K8S_CONTAINER_MEMORY_REQUEST: "k8s.container.memory.
|
|
|
675
1090
|
*/
|
|
676
1091
|
export declare const METRIC_K8S_CONTAINER_READY: "k8s.container.ready";
|
|
677
1092
|
/**
|
|
678
|
-
* Describes how many times the container has restarted (since the last counter reset)
|
|
1093
|
+
* Describes how many times the container has restarted (since the last counter reset).
|
|
679
1094
|
*
|
|
680
1095
|
* @note This value is pulled directly from the K8s API and the value can go indefinitely high and be reset to 0
|
|
681
1096
|
* at any time depending on how your kubelet is configured to prune dead containers.
|
|
@@ -687,7 +1102,7 @@ export declare const METRIC_K8S_CONTAINER_READY: "k8s.container.ready";
|
|
|
687
1102
|
*/
|
|
688
1103
|
export declare const METRIC_K8S_CONTAINER_RESTART_COUNT: "k8s.container.restart.count";
|
|
689
1104
|
/**
|
|
690
|
-
* Describes the number of K8s containers that are currently in a state for a given reason
|
|
1105
|
+
* Describes the number of K8s containers that are currently in a state for a given reason.
|
|
691
1106
|
*
|
|
692
1107
|
* @note All possible container state reasons will be reported at each time interval to avoid missing metrics.
|
|
693
1108
|
* Only the value corresponding to the current state reason will be non-zero.
|
|
@@ -696,7 +1111,7 @@ export declare const METRIC_K8S_CONTAINER_RESTART_COUNT: "k8s.container.restart.
|
|
|
696
1111
|
*/
|
|
697
1112
|
export declare const METRIC_K8S_CONTAINER_STATUS_REASON: "k8s.container.status.reason";
|
|
698
1113
|
/**
|
|
699
|
-
* Describes the number of K8s containers that are currently in a given state
|
|
1114
|
+
* Describes the number of K8s containers that are currently in a given state.
|
|
700
1115
|
*
|
|
701
1116
|
* @note All possible container states will be reported at each time interval to avoid missing metrics.
|
|
702
1117
|
* Only the value corresponding to the current state will be non-zero.
|
|
@@ -705,7 +1120,7 @@ export declare const METRIC_K8S_CONTAINER_STATUS_REASON: "k8s.container.status.r
|
|
|
705
1120
|
*/
|
|
706
1121
|
export declare const METRIC_K8S_CONTAINER_STATUS_STATE: "k8s.container.status.state";
|
|
707
1122
|
/**
|
|
708
|
-
* Maximum storage resource limit set for the container
|
|
1123
|
+
* Maximum storage resource limit set for the container.
|
|
709
1124
|
*
|
|
710
1125
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
711
1126
|
*
|
|
@@ -713,7 +1128,7 @@ export declare const METRIC_K8S_CONTAINER_STATUS_STATE: "k8s.container.status.st
|
|
|
713
1128
|
*/
|
|
714
1129
|
export declare const METRIC_K8S_CONTAINER_STORAGE_LIMIT: "k8s.container.storage.limit";
|
|
715
1130
|
/**
|
|
716
|
-
* Storage resource requested for the container
|
|
1131
|
+
* Storage resource requested for the container.
|
|
717
1132
|
*
|
|
718
1133
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
719
1134
|
*
|
|
@@ -721,7 +1136,7 @@ export declare const METRIC_K8S_CONTAINER_STORAGE_LIMIT: "k8s.container.storage.
|
|
|
721
1136
|
*/
|
|
722
1137
|
export declare const METRIC_K8S_CONTAINER_STORAGE_REQUEST: "k8s.container.storage.request";
|
|
723
1138
|
/**
|
|
724
|
-
* The number of actively running jobs for a cronjob
|
|
1139
|
+
* The number of actively running jobs for a cronjob.
|
|
725
1140
|
*
|
|
726
1141
|
* @note This metric aligns with the `active` field of the
|
|
727
1142
|
* [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
|
|
@@ -730,7 +1145,7 @@ export declare const METRIC_K8S_CONTAINER_STORAGE_REQUEST: "k8s.container.storag
|
|
|
730
1145
|
*/
|
|
731
1146
|
export declare const METRIC_K8S_CRONJOB_ACTIVE_JOBS: "k8s.cronjob.active_jobs";
|
|
732
1147
|
/**
|
|
733
|
-
* Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod
|
|
1148
|
+
* Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
|
|
734
1149
|
*
|
|
735
1150
|
* @note This metric aligns with the `currentNumberScheduled` field of the
|
|
736
1151
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -739,7 +1154,7 @@ export declare const METRIC_K8S_CRONJOB_ACTIVE_JOBS: "k8s.cronjob.active_jobs";
|
|
|
739
1154
|
*/
|
|
740
1155
|
export declare const METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES: "k8s.daemonset.current_scheduled_nodes";
|
|
741
1156
|
/**
|
|
742
|
-
* Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod)
|
|
1157
|
+
* Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod).
|
|
743
1158
|
*
|
|
744
1159
|
* @note This metric aligns with the `desiredNumberScheduled` field of the
|
|
745
1160
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -748,7 +1163,7 @@ export declare const METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES: "k8s.daemonse
|
|
|
748
1163
|
*/
|
|
749
1164
|
export declare const METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES: "k8s.daemonset.desired_scheduled_nodes";
|
|
750
1165
|
/**
|
|
751
|
-
* Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod
|
|
1166
|
+
* Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
|
|
752
1167
|
*
|
|
753
1168
|
* @note This metric aligns with the `numberMisscheduled` field of the
|
|
754
1169
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -757,7 +1172,7 @@ export declare const METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES: "k8s.daemonse
|
|
|
757
1172
|
*/
|
|
758
1173
|
export declare const METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES: "k8s.daemonset.misscheduled_nodes";
|
|
759
1174
|
/**
|
|
760
|
-
* Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready
|
|
1175
|
+
* Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
761
1176
|
*
|
|
762
1177
|
* @note This metric aligns with the `numberReady` field of the
|
|
763
1178
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -766,7 +1181,7 @@ export declare const METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES: "k8s.daemonset.mis
|
|
|
766
1181
|
*/
|
|
767
1182
|
export declare const METRIC_K8S_DAEMONSET_READY_NODES: "k8s.daemonset.ready_nodes";
|
|
768
1183
|
/**
|
|
769
|
-
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment
|
|
1184
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
770
1185
|
*
|
|
771
1186
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
772
1187
|
* [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
|
|
@@ -775,7 +1190,7 @@ export declare const METRIC_K8S_DAEMONSET_READY_NODES: "k8s.daemonset.ready_node
|
|
|
775
1190
|
*/
|
|
776
1191
|
export declare const METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS: "k8s.deployment.available_pods";
|
|
777
1192
|
/**
|
|
778
|
-
* Number of desired replica pods in this deployment
|
|
1193
|
+
* Number of desired replica pods in this deployment.
|
|
779
1194
|
*
|
|
780
1195
|
* @note This metric aligns with the `replicas` field of the
|
|
781
1196
|
* [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
|
|
@@ -784,7 +1199,7 @@ export declare const METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS: "k8s.deployment.avail
|
|
|
784
1199
|
*/
|
|
785
1200
|
export declare const METRIC_K8S_DEPLOYMENT_DESIRED_PODS: "k8s.deployment.desired_pods";
|
|
786
1201
|
/**
|
|
787
|
-
* Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler
|
|
1202
|
+
* Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler.
|
|
788
1203
|
*
|
|
789
1204
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
790
1205
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
@@ -793,7 +1208,7 @@ export declare const METRIC_K8S_DEPLOYMENT_DESIRED_PODS: "k8s.deployment.desired
|
|
|
793
1208
|
*/
|
|
794
1209
|
export declare const METRIC_K8S_HPA_CURRENT_PODS: "k8s.hpa.current_pods";
|
|
795
1210
|
/**
|
|
796
|
-
* Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler
|
|
1211
|
+
* Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler.
|
|
797
1212
|
*
|
|
798
1213
|
* @note This metric aligns with the `desiredReplicas` field of the
|
|
799
1214
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
@@ -802,7 +1217,7 @@ export declare const METRIC_K8S_HPA_CURRENT_PODS: "k8s.hpa.current_pods";
|
|
|
802
1217
|
*/
|
|
803
1218
|
export declare const METRIC_K8S_HPA_DESIRED_PODS: "k8s.hpa.desired_pods";
|
|
804
1219
|
/**
|
|
805
|
-
* The upper limit for the number of replica pods to which the autoscaler can scale up
|
|
1220
|
+
* The upper limit for the number of replica pods to which the autoscaler can scale up.
|
|
806
1221
|
*
|
|
807
1222
|
* @note This metric aligns with the `maxReplicas` field of the
|
|
808
1223
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
@@ -844,7 +1259,7 @@ export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_VALUE: "k8s.hpa.me
|
|
|
844
1259
|
*/
|
|
845
1260
|
export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE: "k8s.hpa.metric.target.cpu.value";
|
|
846
1261
|
/**
|
|
847
|
-
* The lower limit for the number of replica pods to which the autoscaler can scale down
|
|
1262
|
+
* The lower limit for the number of replica pods to which the autoscaler can scale down.
|
|
848
1263
|
*
|
|
849
1264
|
* @note This metric aligns with the `minReplicas` field of the
|
|
850
1265
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
@@ -853,7 +1268,7 @@ export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE: "k8s.hpa.metric.tar
|
|
|
853
1268
|
*/
|
|
854
1269
|
export declare const METRIC_K8S_HPA_MIN_PODS: "k8s.hpa.min_pods";
|
|
855
1270
|
/**
|
|
856
|
-
* The number of pending and actively running pods for a job
|
|
1271
|
+
* The number of pending and actively running pods for a job.
|
|
857
1272
|
*
|
|
858
1273
|
* @note This metric aligns with the `active` field of the
|
|
859
1274
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
@@ -862,7 +1277,7 @@ export declare const METRIC_K8S_HPA_MIN_PODS: "k8s.hpa.min_pods";
|
|
|
862
1277
|
*/
|
|
863
1278
|
export declare const METRIC_K8S_JOB_ACTIVE_PODS: "k8s.job.active_pods";
|
|
864
1279
|
/**
|
|
865
|
-
* The desired number of successfully finished pods the job should be run with
|
|
1280
|
+
* The desired number of successfully finished pods the job should be run with.
|
|
866
1281
|
*
|
|
867
1282
|
* @note This metric aligns with the `completions` field of the
|
|
868
1283
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
|
|
@@ -871,7 +1286,7 @@ export declare const METRIC_K8S_JOB_ACTIVE_PODS: "k8s.job.active_pods";
|
|
|
871
1286
|
*/
|
|
872
1287
|
export declare const METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS: "k8s.job.desired_successful_pods";
|
|
873
1288
|
/**
|
|
874
|
-
* The number of pods which reached phase Failed for a job
|
|
1289
|
+
* The number of pods which reached phase Failed for a job.
|
|
875
1290
|
*
|
|
876
1291
|
* @note This metric aligns with the `failed` field of the
|
|
877
1292
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
@@ -880,7 +1295,7 @@ export declare const METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS: "k8s.job.desired_su
|
|
|
880
1295
|
*/
|
|
881
1296
|
export declare const METRIC_K8S_JOB_FAILED_PODS: "k8s.job.failed_pods";
|
|
882
1297
|
/**
|
|
883
|
-
* The max desired number of pods the job should run at any given time
|
|
1298
|
+
* The max desired number of pods the job should run at any given time.
|
|
884
1299
|
*
|
|
885
1300
|
* @note This metric aligns with the `parallelism` field of the
|
|
886
1301
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
|
@@ -889,7 +1304,7 @@ export declare const METRIC_K8S_JOB_FAILED_PODS: "k8s.job.failed_pods";
|
|
|
889
1304
|
*/
|
|
890
1305
|
export declare const METRIC_K8S_JOB_MAX_PARALLEL_PODS: "k8s.job.max_parallel_pods";
|
|
891
1306
|
/**
|
|
892
|
-
* The number of pods which reached phase Succeeded for a job
|
|
1307
|
+
* The number of pods which reached phase Succeeded for a job.
|
|
893
1308
|
*
|
|
894
1309
|
* @note This metric aligns with the `succeeded` field of the
|
|
895
1310
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
@@ -904,25 +1319,25 @@ export declare const METRIC_K8S_JOB_SUCCESSFUL_PODS: "k8s.job.successful_pods";
|
|
|
904
1319
|
*/
|
|
905
1320
|
export declare const METRIC_K8S_NAMESPACE_PHASE: "k8s.namespace.phase";
|
|
906
1321
|
/**
|
|
907
|
-
* Amount of cpu allocatable on the node
|
|
1322
|
+
* Amount of cpu allocatable on the node.
|
|
908
1323
|
*
|
|
909
1324
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
910
1325
|
*/
|
|
911
1326
|
export declare const METRIC_K8S_NODE_ALLOCATABLE_CPU: "k8s.node.allocatable.cpu";
|
|
912
1327
|
/**
|
|
913
|
-
* Amount of ephemeral-storage allocatable on the node
|
|
1328
|
+
* Amount of ephemeral-storage allocatable on the node.
|
|
914
1329
|
*
|
|
915
1330
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
916
1331
|
*/
|
|
917
1332
|
export declare const METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE: "k8s.node.allocatable.ephemeral_storage";
|
|
918
1333
|
/**
|
|
919
|
-
* Amount of memory allocatable on the node
|
|
1334
|
+
* Amount of memory allocatable on the node.
|
|
920
1335
|
*
|
|
921
1336
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
922
1337
|
*/
|
|
923
1338
|
export declare const METRIC_K8S_NODE_ALLOCATABLE_MEMORY: "k8s.node.allocatable.memory";
|
|
924
1339
|
/**
|
|
925
|
-
* Amount of pods allocatable on the node
|
|
1340
|
+
* Amount of pods allocatable on the node.
|
|
926
1341
|
*
|
|
927
1342
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
928
1343
|
*/
|
|
@@ -936,7 +1351,7 @@ export declare const METRIC_K8S_NODE_ALLOCATABLE_PODS: "k8s.node.allocatable.pod
|
|
|
936
1351
|
*/
|
|
937
1352
|
export declare const METRIC_K8S_NODE_CONDITION_STATUS: "k8s.node.condition.status";
|
|
938
1353
|
/**
|
|
939
|
-
* Total CPU time consumed
|
|
1354
|
+
* Total CPU time consumed.
|
|
940
1355
|
*
|
|
941
1356
|
* @note Total CPU time consumed by the specific Node on all available CPU cores
|
|
942
1357
|
*
|
|
@@ -944,7 +1359,7 @@ export declare const METRIC_K8S_NODE_CONDITION_STATUS: "k8s.node.condition.statu
|
|
|
944
1359
|
*/
|
|
945
1360
|
export declare const METRIC_K8S_NODE_CPU_TIME: "k8s.node.cpu.time";
|
|
946
1361
|
/**
|
|
947
|
-
* Node's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
|
|
1362
|
+
* Node's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs.
|
|
948
1363
|
*
|
|
949
1364
|
* @note CPU usage of the specific Node on all available CPU cores, averaged over the sample window
|
|
950
1365
|
*
|
|
@@ -952,7 +1367,42 @@ export declare const METRIC_K8S_NODE_CPU_TIME: "k8s.node.cpu.time";
|
|
|
952
1367
|
*/
|
|
953
1368
|
export declare const METRIC_K8S_NODE_CPU_USAGE: "k8s.node.cpu.usage";
|
|
954
1369
|
/**
|
|
955
|
-
*
|
|
1370
|
+
* Node filesystem available bytes.
|
|
1371
|
+
*
|
|
1372
|
+
* @note This metric is derived from the
|
|
1373
|
+
* [FsStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1374
|
+
* of the [NodeStats.Fs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#NodeStats)
|
|
1375
|
+
* of the Kubelet's stats API.
|
|
1376
|
+
*
|
|
1377
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1378
|
+
*/
|
|
1379
|
+
export declare const METRIC_K8S_NODE_FILESYSTEM_AVAILABLE: "k8s.node.filesystem.available";
|
|
1380
|
+
/**
|
|
1381
|
+
* Node filesystem capacity.
|
|
1382
|
+
*
|
|
1383
|
+
* @note This metric is derived from the
|
|
1384
|
+
* [FsStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1385
|
+
* of the [NodeStats.Fs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#NodeStats)
|
|
1386
|
+
* of the Kubelet's stats API.
|
|
1387
|
+
*
|
|
1388
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1389
|
+
*/
|
|
1390
|
+
export declare const METRIC_K8S_NODE_FILESYSTEM_CAPACITY: "k8s.node.filesystem.capacity";
|
|
1391
|
+
/**
|
|
1392
|
+
* Node filesystem usage.
|
|
1393
|
+
*
|
|
1394
|
+
* @note This may not equal capacity - available.
|
|
1395
|
+
*
|
|
1396
|
+
* This metric is derived from the
|
|
1397
|
+
* [FsStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1398
|
+
* of the [NodeStats.Fs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#NodeStats)
|
|
1399
|
+
* of the Kubelet's stats API.
|
|
1400
|
+
*
|
|
1401
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1402
|
+
*/
|
|
1403
|
+
export declare const METRIC_K8S_NODE_FILESYSTEM_USAGE: "k8s.node.filesystem.usage";
|
|
1404
|
+
/**
|
|
1405
|
+
* Memory usage of the Node.
|
|
956
1406
|
*
|
|
957
1407
|
* @note Total memory usage of the Node
|
|
958
1408
|
*
|
|
@@ -960,19 +1410,19 @@ export declare const METRIC_K8S_NODE_CPU_USAGE: "k8s.node.cpu.usage";
|
|
|
960
1410
|
*/
|
|
961
1411
|
export declare const METRIC_K8S_NODE_MEMORY_USAGE: "k8s.node.memory.usage";
|
|
962
1412
|
/**
|
|
963
|
-
* Node network errors
|
|
1413
|
+
* Node network errors.
|
|
964
1414
|
*
|
|
965
1415
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
966
1416
|
*/
|
|
967
1417
|
export declare const METRIC_K8S_NODE_NETWORK_ERRORS: "k8s.node.network.errors";
|
|
968
1418
|
/**
|
|
969
|
-
* Network bytes for the Node
|
|
1419
|
+
* Network bytes for the Node.
|
|
970
1420
|
*
|
|
971
1421
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
972
1422
|
*/
|
|
973
1423
|
export declare const METRIC_K8S_NODE_NETWORK_IO: "k8s.node.network.io";
|
|
974
1424
|
/**
|
|
975
|
-
* The time the Node has been running
|
|
1425
|
+
* The time the Node has been running.
|
|
976
1426
|
*
|
|
977
1427
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
978
1428
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -981,7 +1431,7 @@ export declare const METRIC_K8S_NODE_NETWORK_IO: "k8s.node.network.io";
|
|
|
981
1431
|
*/
|
|
982
1432
|
export declare const METRIC_K8S_NODE_UPTIME: "k8s.node.uptime";
|
|
983
1433
|
/**
|
|
984
|
-
* Total CPU time consumed
|
|
1434
|
+
* Total CPU time consumed.
|
|
985
1435
|
*
|
|
986
1436
|
* @note Total CPU time consumed by the specific Pod on all available CPU cores
|
|
987
1437
|
*
|
|
@@ -989,7 +1439,7 @@ export declare const METRIC_K8S_NODE_UPTIME: "k8s.node.uptime";
|
|
|
989
1439
|
*/
|
|
990
1440
|
export declare const METRIC_K8S_POD_CPU_TIME: "k8s.pod.cpu.time";
|
|
991
1441
|
/**
|
|
992
|
-
* Pod's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
|
|
1442
|
+
* Pod's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs.
|
|
993
1443
|
*
|
|
994
1444
|
* @note CPU usage of the specific Pod on all available CPU cores, averaged over the sample window
|
|
995
1445
|
*
|
|
@@ -997,7 +1447,42 @@ export declare const METRIC_K8S_POD_CPU_TIME: "k8s.pod.cpu.time";
|
|
|
997
1447
|
*/
|
|
998
1448
|
export declare const METRIC_K8S_POD_CPU_USAGE: "k8s.pod.cpu.usage";
|
|
999
1449
|
/**
|
|
1000
|
-
*
|
|
1450
|
+
* Pod filesystem available bytes.
|
|
1451
|
+
*
|
|
1452
|
+
* @note This metric is derived from the
|
|
1453
|
+
* [FsStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1454
|
+
* of the [PodStats.EphemeralStorage](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats)
|
|
1455
|
+
* of the Kubelet's stats API.
|
|
1456
|
+
*
|
|
1457
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1458
|
+
*/
|
|
1459
|
+
export declare const METRIC_K8S_POD_FILESYSTEM_AVAILABLE: "k8s.pod.filesystem.available";
|
|
1460
|
+
/**
|
|
1461
|
+
* Pod filesystem capacity.
|
|
1462
|
+
*
|
|
1463
|
+
* @note This metric is derived from the
|
|
1464
|
+
* [FsStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1465
|
+
* of the [PodStats.EphemeralStorage](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats)
|
|
1466
|
+
* of the Kubelet's stats API.
|
|
1467
|
+
*
|
|
1468
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1469
|
+
*/
|
|
1470
|
+
export declare const METRIC_K8S_POD_FILESYSTEM_CAPACITY: "k8s.pod.filesystem.capacity";
|
|
1471
|
+
/**
|
|
1472
|
+
* Pod filesystem usage.
|
|
1473
|
+
*
|
|
1474
|
+
* @note This may not equal capacity - available.
|
|
1475
|
+
*
|
|
1476
|
+
* This metric is derived from the
|
|
1477
|
+
* [FsStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1478
|
+
* of the [PodStats.EphemeralStorage](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats)
|
|
1479
|
+
* of the Kubelet's stats API.
|
|
1480
|
+
*
|
|
1481
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1482
|
+
*/
|
|
1483
|
+
export declare const METRIC_K8S_POD_FILESYSTEM_USAGE: "k8s.pod.filesystem.usage";
|
|
1484
|
+
/**
|
|
1485
|
+
* Memory usage of the Pod.
|
|
1001
1486
|
*
|
|
1002
1487
|
* @note Total memory usage of the Pod
|
|
1003
1488
|
*
|
|
@@ -1005,19 +1490,19 @@ export declare const METRIC_K8S_POD_CPU_USAGE: "k8s.pod.cpu.usage";
|
|
|
1005
1490
|
*/
|
|
1006
1491
|
export declare const METRIC_K8S_POD_MEMORY_USAGE: "k8s.pod.memory.usage";
|
|
1007
1492
|
/**
|
|
1008
|
-
* Pod network errors
|
|
1493
|
+
* Pod network errors.
|
|
1009
1494
|
*
|
|
1010
1495
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1011
1496
|
*/
|
|
1012
1497
|
export declare const METRIC_K8S_POD_NETWORK_ERRORS: "k8s.pod.network.errors";
|
|
1013
1498
|
/**
|
|
1014
|
-
* Network bytes for the Pod
|
|
1499
|
+
* Network bytes for the Pod.
|
|
1015
1500
|
*
|
|
1016
1501
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1017
1502
|
*/
|
|
1018
1503
|
export declare const METRIC_K8S_POD_NETWORK_IO: "k8s.pod.network.io";
|
|
1019
1504
|
/**
|
|
1020
|
-
* The time the Pod has been running
|
|
1505
|
+
* The time the Pod has been running.
|
|
1021
1506
|
*
|
|
1022
1507
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
1023
1508
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -1026,7 +1511,77 @@ export declare const METRIC_K8S_POD_NETWORK_IO: "k8s.pod.network.io";
|
|
|
1026
1511
|
*/
|
|
1027
1512
|
export declare const METRIC_K8S_POD_UPTIME: "k8s.pod.uptime";
|
|
1028
1513
|
/**
|
|
1029
|
-
*
|
|
1514
|
+
* Pod volume storage space available.
|
|
1515
|
+
*
|
|
1516
|
+
* @note This metric is derived from the
|
|
1517
|
+
* [VolumeStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1518
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1519
|
+
* Kubelet's stats API.
|
|
1520
|
+
*
|
|
1521
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1522
|
+
*/
|
|
1523
|
+
export declare const METRIC_K8S_POD_VOLUME_AVAILABLE: "k8s.pod.volume.available";
|
|
1524
|
+
/**
|
|
1525
|
+
* Pod volume total capacity.
|
|
1526
|
+
*
|
|
1527
|
+
* @note This metric is derived from the
|
|
1528
|
+
* [VolumeStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1529
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1530
|
+
* Kubelet's stats API.
|
|
1531
|
+
*
|
|
1532
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1533
|
+
*/
|
|
1534
|
+
export declare const METRIC_K8S_POD_VOLUME_CAPACITY: "k8s.pod.volume.capacity";
|
|
1535
|
+
/**
|
|
1536
|
+
* The total inodes in the filesystem of the Pod's volume.
|
|
1537
|
+
*
|
|
1538
|
+
* @note This metric is derived from the
|
|
1539
|
+
* [VolumeStats.Inodes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1540
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1541
|
+
* Kubelet's stats API.
|
|
1542
|
+
*
|
|
1543
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1544
|
+
*/
|
|
1545
|
+
export declare const METRIC_K8S_POD_VOLUME_INODE_COUNT: "k8s.pod.volume.inode.count";
|
|
1546
|
+
/**
|
|
1547
|
+
* The free inodes in the filesystem of the Pod's volume.
|
|
1548
|
+
*
|
|
1549
|
+
* @note This metric is derived from the
|
|
1550
|
+
* [VolumeStats.InodesFree](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1551
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1552
|
+
* Kubelet's stats API.
|
|
1553
|
+
*
|
|
1554
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1555
|
+
*/
|
|
1556
|
+
export declare const METRIC_K8S_POD_VOLUME_INODE_FREE: "k8s.pod.volume.inode.free";
|
|
1557
|
+
/**
|
|
1558
|
+
* The inodes used by the filesystem of the Pod's volume.
|
|
1559
|
+
*
|
|
1560
|
+
* @note This metric is derived from the
|
|
1561
|
+
* [VolumeStats.InodesUsed](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1562
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1563
|
+
* Kubelet's stats API.
|
|
1564
|
+
*
|
|
1565
|
+
* This may not be equal to `inodes - free` because filesystem may share inodes with other filesystems.
|
|
1566
|
+
*
|
|
1567
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1568
|
+
*/
|
|
1569
|
+
export declare const METRIC_K8S_POD_VOLUME_INODE_USED: "k8s.pod.volume.inode.used";
|
|
1570
|
+
/**
|
|
1571
|
+
* Pod volume usage.
|
|
1572
|
+
*
|
|
1573
|
+
* @note This may not equal capacity - available.
|
|
1574
|
+
*
|
|
1575
|
+
* This metric is derived from the
|
|
1576
|
+
* [VolumeStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1577
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1578
|
+
* Kubelet's stats API.
|
|
1579
|
+
*
|
|
1580
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const METRIC_K8S_POD_VOLUME_USAGE: "k8s.pod.volume.usage";
|
|
1583
|
+
/**
|
|
1584
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replicaset.
|
|
1030
1585
|
*
|
|
1031
1586
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
1032
1587
|
* [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
|
|
@@ -1035,7 +1590,7 @@ export declare const METRIC_K8S_POD_UPTIME: "k8s.pod.uptime";
|
|
|
1035
1590
|
*/
|
|
1036
1591
|
export declare const METRIC_K8S_REPLICASET_AVAILABLE_PODS: "k8s.replicaset.available_pods";
|
|
1037
1592
|
/**
|
|
1038
|
-
* Number of desired replica pods in this replicaset
|
|
1593
|
+
* Number of desired replica pods in this replicaset.
|
|
1039
1594
|
*
|
|
1040
1595
|
* @note This metric aligns with the `replicas` field of the
|
|
1041
1596
|
* [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
|
|
@@ -1060,7 +1615,7 @@ export declare const METRIC_K8S_REPLICATION_CONTROLLER_AVAILABLE_PODS: "k8s.repl
|
|
|
1060
1615
|
*/
|
|
1061
1616
|
export declare const METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS: "k8s.replication_controller.desired_pods";
|
|
1062
1617
|
/**
|
|
1063
|
-
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller
|
|
1618
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller.
|
|
1064
1619
|
*
|
|
1065
1620
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
1066
1621
|
* [K8s ReplicationControllerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerstatus-v1-core)
|
|
@@ -1069,7 +1624,7 @@ export declare const METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS: "k8s.replic
|
|
|
1069
1624
|
*/
|
|
1070
1625
|
export declare const METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: "k8s.replicationcontroller.available_pods";
|
|
1071
1626
|
/**
|
|
1072
|
-
* Number of desired replica pods in this replication controller
|
|
1627
|
+
* Number of desired replica pods in this replication controller.
|
|
1073
1628
|
*
|
|
1074
1629
|
* @note This metric aligns with the `replicas` field of the
|
|
1075
1630
|
* [K8s ReplicationControllerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerspec-v1-core)
|
|
@@ -1290,7 +1845,7 @@ export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_HARD: "k8s.resourc
|
|
|
1290
1845
|
*/
|
|
1291
1846
|
export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED: "k8s.resourcequota.storage.request.used";
|
|
1292
1847
|
/**
|
|
1293
|
-
* The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision
|
|
1848
|
+
* The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision.
|
|
1294
1849
|
*
|
|
1295
1850
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
1296
1851
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
@@ -1299,7 +1854,7 @@ export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED: "k8s.resourc
|
|
|
1299
1854
|
*/
|
|
1300
1855
|
export declare const METRIC_K8S_STATEFULSET_CURRENT_PODS: "k8s.statefulset.current_pods";
|
|
1301
1856
|
/**
|
|
1302
|
-
* Number of desired replica pods in this statefulset
|
|
1857
|
+
* Number of desired replica pods in this statefulset.
|
|
1303
1858
|
*
|
|
1304
1859
|
* @note This metric aligns with the `replicas` field of the
|
|
1305
1860
|
* [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
|
|
@@ -1308,7 +1863,7 @@ export declare const METRIC_K8S_STATEFULSET_CURRENT_PODS: "k8s.statefulset.curre
|
|
|
1308
1863
|
*/
|
|
1309
1864
|
export declare const METRIC_K8S_STATEFULSET_DESIRED_PODS: "k8s.statefulset.desired_pods";
|
|
1310
1865
|
/**
|
|
1311
|
-
* The number of replica pods created for this statefulset with a Ready Condition
|
|
1866
|
+
* The number of replica pods created for this statefulset with a Ready Condition.
|
|
1312
1867
|
*
|
|
1313
1868
|
* @note This metric aligns with the `readyReplicas` field of the
|
|
1314
1869
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
@@ -1317,7 +1872,7 @@ export declare const METRIC_K8S_STATEFULSET_DESIRED_PODS: "k8s.statefulset.desir
|
|
|
1317
1872
|
*/
|
|
1318
1873
|
export declare const METRIC_K8S_STATEFULSET_READY_PODS: "k8s.statefulset.ready_pods";
|
|
1319
1874
|
/**
|
|
1320
|
-
* Number of replica pods created by the statefulset controller from the statefulset version indicated by updateRevision
|
|
1875
|
+
* Number of replica pods created by the statefulset controller from the statefulset version indicated by updateRevision.
|
|
1321
1876
|
*
|
|
1322
1877
|
* @note This metric aligns with the `updatedReplicas` field of the
|
|
1323
1878
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
@@ -1479,7 +2034,7 @@ export declare const METRIC_NODEJS_EVENTLOOP_TIME: "nodejs.eventloop.time";
|
|
|
1479
2034
|
*/
|
|
1480
2035
|
export declare const METRIC_NODEJS_EVENTLOOP_UTILIZATION: "nodejs.eventloop.utilization";
|
|
1481
2036
|
/**
|
|
1482
|
-
* The number of log records for which the export has finished, either successful or failed
|
|
2037
|
+
* The number of log records for which the export has finished, either successful or failed.
|
|
1483
2038
|
*
|
|
1484
2039
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1485
2040
|
* For exporters with partial success semantics (e.g. OTLP with `rejected_log_records`), rejected log records **MUST** count as failed and only non-rejected log records count as success.
|
|
@@ -1489,7 +2044,7 @@ export declare const METRIC_NODEJS_EVENTLOOP_UTILIZATION: "nodejs.eventloop.util
|
|
|
1489
2044
|
*/
|
|
1490
2045
|
export declare const METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTED: "otel.sdk.exporter.log.exported";
|
|
1491
2046
|
/**
|
|
1492
|
-
* The number of log records which were passed to the exporter, but that have not been exported yet (neither successful, nor failed)
|
|
2047
|
+
* The number of log records which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).
|
|
1493
2048
|
*
|
|
1494
2049
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1495
2050
|
*
|
|
@@ -1497,7 +2052,7 @@ export declare const METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTED: "otel.sdk.exporter.l
|
|
|
1497
2052
|
*/
|
|
1498
2053
|
export declare const METRIC_OTEL_SDK_EXPORTER_LOG_INFLIGHT: "otel.sdk.exporter.log.inflight";
|
|
1499
2054
|
/**
|
|
1500
|
-
* The number of metric data points for which the export has finished, either successful or failed
|
|
2055
|
+
* The number of metric data points for which the export has finished, either successful or failed.
|
|
1501
2056
|
*
|
|
1502
2057
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1503
2058
|
* For exporters with partial success semantics (e.g. OTLP with `rejected_data_points`), rejected data points **MUST** count as failed and only non-rejected data points count as success.
|
|
@@ -1507,7 +2062,7 @@ export declare const METRIC_OTEL_SDK_EXPORTER_LOG_INFLIGHT: "otel.sdk.exporter.l
|
|
|
1507
2062
|
*/
|
|
1508
2063
|
export declare const METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_EXPORTED: "otel.sdk.exporter.metric_data_point.exported";
|
|
1509
2064
|
/**
|
|
1510
|
-
* The number of metric data points which were passed to the exporter, but that have not been exported yet (neither successful, nor failed)
|
|
2065
|
+
* The number of metric data points which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).
|
|
1511
2066
|
*
|
|
1512
2067
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1513
2068
|
*
|
|
@@ -1525,7 +2080,7 @@ export declare const METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_INFLIGHT: "otel.
|
|
|
1525
2080
|
*/
|
|
1526
2081
|
export declare const METRIC_OTEL_SDK_EXPORTER_OPERATION_DURATION: "otel.sdk.exporter.operation.duration";
|
|
1527
2082
|
/**
|
|
1528
|
-
* The number of spans for which the export has finished, either successful or failed
|
|
2083
|
+
* The number of spans for which the export has finished, either successful or failed.
|
|
1529
2084
|
*
|
|
1530
2085
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1531
2086
|
* For exporters with partial success semantics (e.g. OTLP with `rejected_spans`), rejected spans **MUST** count as failed and only non-rejected spans count as success.
|
|
@@ -1543,7 +2098,7 @@ export declare const METRIC_OTEL_SDK_EXPORTER_SPAN_EXPORTED: "otel.sdk.exporter.
|
|
|
1543
2098
|
*/
|
|
1544
2099
|
export declare const METRIC_OTEL_SDK_EXPORTER_SPAN_EXPORTED_COUNT: "otel.sdk.exporter.span.exported.count";
|
|
1545
2100
|
/**
|
|
1546
|
-
* The number of spans which were passed to the exporter, but that have not been exported yet (neither successful, nor failed)
|
|
2101
|
+
* The number of spans which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).
|
|
1547
2102
|
*
|
|
1548
2103
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1549
2104
|
*
|
|
@@ -1559,7 +2114,7 @@ export declare const METRIC_OTEL_SDK_EXPORTER_SPAN_INFLIGHT: "otel.sdk.exporter.
|
|
|
1559
2114
|
*/
|
|
1560
2115
|
export declare const METRIC_OTEL_SDK_EXPORTER_SPAN_INFLIGHT_COUNT: "otel.sdk.exporter.span.inflight.count";
|
|
1561
2116
|
/**
|
|
1562
|
-
* The number of logs submitted to enabled SDK Loggers
|
|
2117
|
+
* The number of logs submitted to enabled SDK Loggers.
|
|
1563
2118
|
*
|
|
1564
2119
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1565
2120
|
*/
|
|
@@ -1574,7 +2129,7 @@ export declare const METRIC_OTEL_SDK_LOG_CREATED: "otel.sdk.log.created";
|
|
|
1574
2129
|
*/
|
|
1575
2130
|
export declare const METRIC_OTEL_SDK_METRIC_READER_COLLECTION_DURATION: "otel.sdk.metric_reader.collection.duration";
|
|
1576
2131
|
/**
|
|
1577
|
-
* The number of log records for which the processing has finished, either successful or failed
|
|
2132
|
+
* The number of log records for which the processing has finished, either successful or failed.
|
|
1578
2133
|
*
|
|
1579
2134
|
* @note For successful processing, `error.type` **MUST NOT** be set. For failed processing, `error.type` **MUST** contain the failure cause.
|
|
1580
2135
|
* For the SDK Simple and Batching Log Record Processor a log record is considered to be processed already when it has been submitted to the exporter,
|
|
@@ -1584,7 +2139,7 @@ export declare const METRIC_OTEL_SDK_METRIC_READER_COLLECTION_DURATION: "otel.sd
|
|
|
1584
2139
|
*/
|
|
1585
2140
|
export declare const METRIC_OTEL_SDK_PROCESSOR_LOG_PROCESSED: "otel.sdk.processor.log.processed";
|
|
1586
2141
|
/**
|
|
1587
|
-
* The maximum number of log records the queue of a given instance of an SDK Log Record processor can hold
|
|
2142
|
+
* The maximum number of log records the queue of a given instance of an SDK Log Record processor can hold.
|
|
1588
2143
|
*
|
|
1589
2144
|
* @note Only applies to Log Record processors which use a queue, e.g. the SDK Batching Log Record Processor.
|
|
1590
2145
|
*
|
|
@@ -1592,7 +2147,7 @@ export declare const METRIC_OTEL_SDK_PROCESSOR_LOG_PROCESSED: "otel.sdk.processo
|
|
|
1592
2147
|
*/
|
|
1593
2148
|
export declare const METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_CAPACITY: "otel.sdk.processor.log.queue.capacity";
|
|
1594
2149
|
/**
|
|
1595
|
-
* The number of log records in the queue of a given instance of an SDK log processor
|
|
2150
|
+
* The number of log records in the queue of a given instance of an SDK log processor.
|
|
1596
2151
|
*
|
|
1597
2152
|
* @note Only applies to log record processors which use a queue, e.g. the SDK Batching Log Record Processor.
|
|
1598
2153
|
*
|
|
@@ -1600,7 +2155,7 @@ export declare const METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_CAPACITY: "otel.sdk.pro
|
|
|
1600
2155
|
*/
|
|
1601
2156
|
export declare const METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_SIZE: "otel.sdk.processor.log.queue.size";
|
|
1602
2157
|
/**
|
|
1603
|
-
* The number of spans for which the processing has finished, either successful or failed
|
|
2158
|
+
* The number of spans for which the processing has finished, either successful or failed.
|
|
1604
2159
|
*
|
|
1605
2160
|
* @note For successful processing, `error.type` **MUST NOT** be set. For failed processing, `error.type` **MUST** contain the failure cause.
|
|
1606
2161
|
* For the SDK Simple and Batching Span Processor a span is considered to be processed already when it has been submitted to the exporter, not when the corresponding export call has finished.
|
|
@@ -1617,7 +2172,7 @@ export declare const METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED: "otel.sdk.process
|
|
|
1617
2172
|
*/
|
|
1618
2173
|
export declare const METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED_COUNT: "otel.sdk.processor.span.processed.count";
|
|
1619
2174
|
/**
|
|
1620
|
-
* The maximum number of spans the queue of a given instance of an SDK span processor can hold
|
|
2175
|
+
* The maximum number of spans the queue of a given instance of an SDK span processor can hold.
|
|
1621
2176
|
*
|
|
1622
2177
|
* @note Only applies to span processors which use a queue, e.g. the SDK Batching Span Processor.
|
|
1623
2178
|
*
|
|
@@ -1625,7 +2180,7 @@ export declare const METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED_COUNT: "otel.sdk.p
|
|
|
1625
2180
|
*/
|
|
1626
2181
|
export declare const METRIC_OTEL_SDK_PROCESSOR_SPAN_QUEUE_CAPACITY: "otel.sdk.processor.span.queue.capacity";
|
|
1627
2182
|
/**
|
|
1628
|
-
* The number of spans in the queue of a given instance of an SDK span processor
|
|
2183
|
+
* The number of spans in the queue of a given instance of an SDK span processor.
|
|
1629
2184
|
*
|
|
1630
2185
|
* @note Only applies to span processors which use a queue, e.g. the SDK Batching Span Processor.
|
|
1631
2186
|
*
|
|
@@ -1649,7 +2204,7 @@ export declare const METRIC_OTEL_SDK_SPAN_ENDED: "otel.sdk.span.ended";
|
|
|
1649
2204
|
*/
|
|
1650
2205
|
export declare const METRIC_OTEL_SDK_SPAN_ENDED_COUNT: "otel.sdk.span.ended.count";
|
|
1651
2206
|
/**
|
|
1652
|
-
* The number of created spans with `recording=true` for which the end operation has not been called yet
|
|
2207
|
+
* The number of created spans with `recording=true` for which the end operation has not been called yet.
|
|
1653
2208
|
*
|
|
1654
2209
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1655
2210
|
*/
|
|
@@ -1663,7 +2218,7 @@ export declare const METRIC_OTEL_SDK_SPAN_LIVE: "otel.sdk.span.live";
|
|
|
1663
2218
|
*/
|
|
1664
2219
|
export declare const METRIC_OTEL_SDK_SPAN_LIVE_COUNT: "otel.sdk.span.live.count";
|
|
1665
2220
|
/**
|
|
1666
|
-
* The number of created spans
|
|
2221
|
+
* The number of created spans.
|
|
1667
2222
|
*
|
|
1668
2223
|
* @note Implementations **MUST** record this metric for all spans, even for non-recording ones.
|
|
1669
2224
|
*
|
|
@@ -1840,21 +2395,21 @@ export declare const METRIC_RPC_SERVER_RESPONSES_PER_RPC: "rpc.server.responses_
|
|
|
1840
2395
|
*/
|
|
1841
2396
|
export declare const METRIC_SYSTEM_CPU_FREQUENCY: "system.cpu.frequency";
|
|
1842
2397
|
/**
|
|
1843
|
-
* Reports the number of logical (virtual) processor cores created by the operating system to manage multitasking
|
|
2398
|
+
* Reports the number of logical (virtual) processor cores created by the operating system to manage multitasking.
|
|
1844
2399
|
*
|
|
1845
2400
|
* @note Calculated by multiplying the number of sockets by the number of cores per socket, and then by the number of threads per core
|
|
1846
2401
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1847
2402
|
*/
|
|
1848
2403
|
export declare const METRIC_SYSTEM_CPU_LOGICAL_COUNT: "system.cpu.logical.count";
|
|
1849
2404
|
/**
|
|
1850
|
-
* Reports the number of actual physical processor cores on the hardware
|
|
2405
|
+
* Reports the number of actual physical processor cores on the hardware.
|
|
1851
2406
|
*
|
|
1852
2407
|
* @note Calculated by multiplying the number of sockets by the number of cores per socket
|
|
1853
2408
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1854
2409
|
*/
|
|
1855
2410
|
export declare const METRIC_SYSTEM_CPU_PHYSICAL_COUNT: "system.cpu.physical.count";
|
|
1856
2411
|
/**
|
|
1857
|
-
* Seconds each logical CPU spent on each mode
|
|
2412
|
+
* Seconds each logical CPU spent on each mode.
|
|
1858
2413
|
*
|
|
1859
2414
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1860
2415
|
*/
|
|
@@ -1866,11 +2421,13 @@ export declare const METRIC_SYSTEM_CPU_TIME: "system.cpu.time";
|
|
|
1866
2421
|
*/
|
|
1867
2422
|
export declare const METRIC_SYSTEM_CPU_UTILIZATION: "system.cpu.utilization";
|
|
1868
2423
|
/**
|
|
2424
|
+
* TODO.
|
|
2425
|
+
*
|
|
1869
2426
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1870
2427
|
*/
|
|
1871
2428
|
export declare const METRIC_SYSTEM_DISK_IO: "system.disk.io";
|
|
1872
2429
|
/**
|
|
1873
|
-
* Time disk spent activated
|
|
2430
|
+
* Time disk spent activated.
|
|
1874
2431
|
*
|
|
1875
2432
|
* @note The real elapsed time ("wall clock") used in the I/O path (time from operations running in parallel are not counted). Measured as:
|
|
1876
2433
|
*
|
|
@@ -1883,17 +2440,19 @@ export declare const METRIC_SYSTEM_DISK_IO: "system.disk.io";
|
|
|
1883
2440
|
*/
|
|
1884
2441
|
export declare const METRIC_SYSTEM_DISK_IO_TIME: "system.disk.io_time";
|
|
1885
2442
|
/**
|
|
1886
|
-
* The total storage capacity of the disk
|
|
2443
|
+
* The total storage capacity of the disk.
|
|
1887
2444
|
*
|
|
1888
2445
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1889
2446
|
*/
|
|
1890
2447
|
export declare const METRIC_SYSTEM_DISK_LIMIT: "system.disk.limit";
|
|
1891
2448
|
/**
|
|
2449
|
+
* TODO.
|
|
2450
|
+
*
|
|
1892
2451
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1893
2452
|
*/
|
|
1894
2453
|
export declare const METRIC_SYSTEM_DISK_MERGED: "system.disk.merged";
|
|
1895
2454
|
/**
|
|
1896
|
-
* Sum of the time each operation took to complete
|
|
2455
|
+
* Sum of the time each operation took to complete.
|
|
1897
2456
|
*
|
|
1898
2457
|
* @note Because it is the sum of time each request took, parallel-issued requests each contribute to make the count grow. Measured as:
|
|
1899
2458
|
*
|
|
@@ -1904,11 +2463,13 @@ export declare const METRIC_SYSTEM_DISK_MERGED: "system.disk.merged";
|
|
|
1904
2463
|
*/
|
|
1905
2464
|
export declare const METRIC_SYSTEM_DISK_OPERATION_TIME: "system.disk.operation_time";
|
|
1906
2465
|
/**
|
|
2466
|
+
* TODO.
|
|
2467
|
+
*
|
|
1907
2468
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1908
2469
|
*/
|
|
1909
2470
|
export declare const METRIC_SYSTEM_DISK_OPERATIONS: "system.disk.operations";
|
|
1910
2471
|
/**
|
|
1911
|
-
* The total storage capacity of the filesystem
|
|
2472
|
+
* The total storage capacity of the filesystem.
|
|
1912
2473
|
*
|
|
1913
2474
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1914
2475
|
*/
|
|
@@ -1923,11 +2484,13 @@ export declare const METRIC_SYSTEM_FILESYSTEM_LIMIT: "system.filesystem.limit";
|
|
|
1923
2484
|
*/
|
|
1924
2485
|
export declare const METRIC_SYSTEM_FILESYSTEM_USAGE: "system.filesystem.usage";
|
|
1925
2486
|
/**
|
|
2487
|
+
* TODO.
|
|
2488
|
+
*
|
|
1926
2489
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1927
2490
|
*/
|
|
1928
2491
|
export declare const METRIC_SYSTEM_FILESYSTEM_UTILIZATION: "system.filesystem.utilization";
|
|
1929
2492
|
/**
|
|
1930
|
-
* An estimate of how much memory is available for starting new applications, without causing swapping
|
|
2493
|
+
* An estimate of how much memory is available for starting new applications, without causing swapping.
|
|
1931
2494
|
*
|
|
1932
2495
|
* @note This is an alternative to `system.memory.usage` metric with `state=free`.
|
|
1933
2496
|
* Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values.
|
|
@@ -1949,9 +2512,7 @@ export declare const METRIC_SYSTEM_LINUX_MEMORY_AVAILABLE: "system.linux.memory.
|
|
|
1949
2512
|
*/
|
|
1950
2513
|
export declare const METRIC_SYSTEM_LINUX_MEMORY_SLAB_USAGE: "system.linux.memory.slab.usage";
|
|
1951
2514
|
/**
|
|
1952
|
-
* Total memory available in the system.
|
|
1953
|
-
*
|
|
1954
|
-
* @note Its value **SHOULD** equal the sum of `system.memory.state` over all states.
|
|
2515
|
+
* Total virtual memory available in the system.
|
|
1955
2516
|
*
|
|
1956
2517
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1957
2518
|
*/
|
|
@@ -1968,22 +2529,23 @@ export declare const METRIC_SYSTEM_MEMORY_SHARED: "system.memory.shared";
|
|
|
1968
2529
|
/**
|
|
1969
2530
|
* Reports memory in use by state.
|
|
1970
2531
|
*
|
|
1971
|
-
* @note The sum over all `system.memory.state` values **SHOULD** equal the total memory
|
|
1972
|
-
* available on the system, that is `system.memory.limit`.
|
|
1973
|
-
*
|
|
1974
2532
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1975
2533
|
*/
|
|
1976
2534
|
export declare const METRIC_SYSTEM_MEMORY_USAGE: "system.memory.usage";
|
|
1977
2535
|
/**
|
|
2536
|
+
* TODO.
|
|
2537
|
+
*
|
|
1978
2538
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1979
2539
|
*/
|
|
1980
2540
|
export declare const METRIC_SYSTEM_MEMORY_UTILIZATION: "system.memory.utilization";
|
|
1981
2541
|
/**
|
|
2542
|
+
* TODO.
|
|
2543
|
+
*
|
|
1982
2544
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1983
2545
|
*/
|
|
1984
2546
|
export declare const METRIC_SYSTEM_NETWORK_CONNECTION_COUNT: "system.network.connection.count";
|
|
1985
2547
|
/**
|
|
1986
|
-
* Deprecated, use `system.network.connection.count` instead
|
|
2548
|
+
* Deprecated, use `system.network.connection.count` instead.
|
|
1987
2549
|
*
|
|
1988
2550
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1989
2551
|
*
|
|
@@ -1991,23 +2553,11 @@ export declare const METRIC_SYSTEM_NETWORK_CONNECTION_COUNT: "system.network.con
|
|
|
1991
2553
|
*/
|
|
1992
2554
|
export declare const METRIC_SYSTEM_NETWORK_CONNECTIONS: "system.network.connections";
|
|
1993
2555
|
/**
|
|
1994
|
-
* Count of
|
|
1995
|
-
*
|
|
1996
|
-
* @note Measured as:
|
|
1997
|
-
*
|
|
1998
|
-
* - Linux: the `drop` column in `/proc/dev/net` ([source](https://web.archive.org/web/20180321091318/http://www.onlamp.com/pub/a/linux/2000/11/16/LinuxAdmin.html))
|
|
1999
|
-
* - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
2000
|
-
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
|
|
2001
|
-
*
|
|
2002
|
-
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2003
|
-
*/
|
|
2004
|
-
export declare const METRIC_SYSTEM_NETWORK_DROPPED: "system.network.dropped";
|
|
2005
|
-
/**
|
|
2006
|
-
* Count of network errors detected
|
|
2556
|
+
* Count of network errors detected.
|
|
2007
2557
|
*
|
|
2008
2558
|
* @note Measured as:
|
|
2009
2559
|
*
|
|
2010
|
-
* - Linux: the `errs` column in `/proc/dev
|
|
2560
|
+
* - Linux: the `errs` column in `/proc/net/dev` ([source](https://web.archive.org/web/20180321091318/http://www.onlamp.com/pub/a/linux/2000/11/16/LinuxAdmin.html)).
|
|
2011
2561
|
* - Windows: [`InErrors`/`OutErrors`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
2012
2562
|
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2).
|
|
2013
2563
|
*
|
|
@@ -2015,45 +2565,67 @@ export declare const METRIC_SYSTEM_NETWORK_DROPPED: "system.network.dropped";
|
|
|
2015
2565
|
*/
|
|
2016
2566
|
export declare const METRIC_SYSTEM_NETWORK_ERRORS: "system.network.errors";
|
|
2017
2567
|
/**
|
|
2568
|
+
* TODO.
|
|
2569
|
+
*
|
|
2018
2570
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2019
2571
|
*/
|
|
2020
2572
|
export declare const METRIC_SYSTEM_NETWORK_IO: "system.network.io";
|
|
2021
2573
|
/**
|
|
2574
|
+
* TODO.
|
|
2575
|
+
*
|
|
2576
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2577
|
+
*/
|
|
2578
|
+
export declare const METRIC_SYSTEM_NETWORK_PACKET_COUNT: "system.network.packet.count";
|
|
2579
|
+
/**
|
|
2580
|
+
* Count of packets that are dropped or discarded even though there was no error.
|
|
2581
|
+
*
|
|
2582
|
+
* @note Measured as:
|
|
2583
|
+
*
|
|
2584
|
+
* - Linux: the `drop` column in `/proc/net/dev` ([source](https://web.archive.org/web/20180321091318/http://www.onlamp.com/pub/a/linux/2000/11/16/LinuxAdmin.html))
|
|
2585
|
+
* - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
2586
|
+
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
|
|
2587
|
+
*
|
|
2022
2588
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2023
2589
|
*/
|
|
2024
|
-
export declare const
|
|
2590
|
+
export declare const METRIC_SYSTEM_NETWORK_PACKET_DROPPED: "system.network.packet.dropped";
|
|
2025
2591
|
/**
|
|
2592
|
+
* TODO.
|
|
2593
|
+
*
|
|
2026
2594
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2027
2595
|
*/
|
|
2028
2596
|
export declare const METRIC_SYSTEM_PAGING_FAULTS: "system.paging.faults";
|
|
2029
2597
|
/**
|
|
2598
|
+
* TODO.
|
|
2599
|
+
*
|
|
2030
2600
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2031
2601
|
*/
|
|
2032
2602
|
export declare const METRIC_SYSTEM_PAGING_OPERATIONS: "system.paging.operations";
|
|
2033
2603
|
/**
|
|
2034
|
-
* Unix swap or windows pagefile usage
|
|
2604
|
+
* Unix swap or windows pagefile usage.
|
|
2035
2605
|
*
|
|
2036
2606
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2037
2607
|
*/
|
|
2038
2608
|
export declare const METRIC_SYSTEM_PAGING_USAGE: "system.paging.usage";
|
|
2039
2609
|
/**
|
|
2610
|
+
* TODO.
|
|
2611
|
+
*
|
|
2040
2612
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2041
2613
|
*/
|
|
2042
2614
|
export declare const METRIC_SYSTEM_PAGING_UTILIZATION: "system.paging.utilization";
|
|
2043
2615
|
/**
|
|
2044
|
-
* Total number of processes in each state
|
|
2616
|
+
* Total number of processes in each state.
|
|
2045
2617
|
*
|
|
2046
2618
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2047
2619
|
*/
|
|
2048
2620
|
export declare const METRIC_SYSTEM_PROCESS_COUNT: "system.process.count";
|
|
2049
2621
|
/**
|
|
2050
|
-
* Total number of processes created over uptime of the host
|
|
2622
|
+
* Total number of processes created over uptime of the host.
|
|
2051
2623
|
*
|
|
2052
2624
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2053
2625
|
*/
|
|
2054
2626
|
export declare const METRIC_SYSTEM_PROCESS_CREATED: "system.process.created";
|
|
2055
2627
|
/**
|
|
2056
|
-
* The time the system has been running
|
|
2628
|
+
* The time the system has been running.
|
|
2057
2629
|
*
|
|
2058
2630
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
2059
2631
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -2102,7 +2674,7 @@ export declare const METRIC_V8JS_MEMORY_HEAP_LIMIT: "v8js.memory.heap.limit";
|
|
|
2102
2674
|
*/
|
|
2103
2675
|
export declare const METRIC_V8JS_MEMORY_HEAP_USED: "v8js.memory.heap.used";
|
|
2104
2676
|
/**
|
|
2105
|
-
* The number of changes (pull requests/merge requests/changelists) in a repository, categorized by their state (e.g. open or merged)
|
|
2677
|
+
* The number of changes (pull requests/merge requests/changelists) in a repository, categorized by their state (e.g. open or merged).
|
|
2106
2678
|
*
|
|
2107
2679
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2108
2680
|
*/
|
|
@@ -2126,7 +2698,7 @@ export declare const METRIC_VCS_CHANGE_TIME_TO_APPROVAL: "vcs.change.time_to_app
|
|
|
2126
2698
|
*/
|
|
2127
2699
|
export declare const METRIC_VCS_CHANGE_TIME_TO_MERGE: "vcs.change.time_to_merge";
|
|
2128
2700
|
/**
|
|
2129
|
-
* The number of unique contributors to a repository
|
|
2701
|
+
* The number of unique contributors to a repository.
|
|
2130
2702
|
*
|
|
2131
2703
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2132
2704
|
*/
|
|
@@ -2148,7 +2720,7 @@ export declare const METRIC_VCS_REF_COUNT: "vcs.ref.count";
|
|
|
2148
2720
|
*/
|
|
2149
2721
|
export declare const METRIC_VCS_REF_LINES_DELTA: "vcs.ref.lines_delta";
|
|
2150
2722
|
/**
|
|
2151
|
-
* The number of revisions (commits) a ref (branch) is ahead/behind the branch from the `vcs.ref.base.name` attribute
|
|
2723
|
+
* The number of revisions (commits) a ref (branch) is ahead/behind the branch from the `vcs.ref.base.name` attribute.
|
|
2152
2724
|
*
|
|
2153
2725
|
* @note This metric should be reported for each `vcs.revision_delta.direction` value. For example if branch `a` is 3 commits behind and 2 commits ahead of `trunk`,
|
|
2154
2726
|
* instrumentation **SHOULD** report two measurements: 3 and 2 (both positive numbers) and `vcs.ref.base.name` is set to `trunk`.
|
|
@@ -2157,7 +2729,7 @@ export declare const METRIC_VCS_REF_LINES_DELTA: "vcs.ref.lines_delta";
|
|
|
2157
2729
|
*/
|
|
2158
2730
|
export declare const METRIC_VCS_REF_REVISIONS_DELTA: "vcs.ref.revisions_delta";
|
|
2159
2731
|
/**
|
|
2160
|
-
* Time a ref (branch) created from the default branch (trunk) has existed. The `ref.type` attribute will always be `branch
|
|
2732
|
+
* Time a ref (branch) created from the default branch (trunk) has existed. The `ref.type` attribute will always be `branch`.
|
|
2161
2733
|
*
|
|
2162
2734
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2163
2735
|
*/
|