@contrast/agent-bundle 5.42.0 → 5.46.0
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/handler.js +21 -24
- 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 +11 -22
- package/node_modules/@contrast/assess/lib/index.js +1 -1
- package/node_modules/@contrast/assess/lib/make-source-context.js +5 -10
- package/node_modules/@contrast/assess/lib/policy.js +400 -0
- package/node_modules/@contrast/assess/lib/response-scanning/handlers/index.js +10 -14
- package/node_modules/@contrast/assess/lib/response-scanning/install/http.js +0 -12
- package/node_modules/@contrast/assess/lib/session-configuration/handlers.js +1 -1
- 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 +37 -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 +269 -238
- 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/assert/strict.d.ts +105 -2
- package/node_modules/@types/node/assert.d.ts +119 -95
- 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 +161 -17
- package/node_modules/@types/node/dns.d.ts +5 -0
- package/node_modules/@types/node/events.d.ts +79 -33
- package/node_modules/@types/node/fs/promises.d.ts +41 -26
- package/node_modules/@types/node/fs.d.ts +276 -35
- package/node_modules/@types/node/globals.d.ts +148 -347
- package/node_modules/@types/node/http.d.ts +57 -8
- 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 +106 -23
- 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 +25 -6
- package/node_modules/@types/node/util.d.ts +11 -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} +49 -51
- 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 +84 -50
- package/node_modules/@types/node/zlib.d.ts +6 -0
- 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/agent.d.ts +0 -4
- package/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/undici-types/dispatcher.d.ts +3 -8
- 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/h2c-client.d.ts +0 -2
- package/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- 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/snapshot-agent.d.ts +107 -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/assess/lib/get-policy.js +0 -336
- 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
|
@@ -15,23 +15,200 @@
|
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
18
|
+
exports.METRIC_DB_CLIENT_CONNECTION_PENDING_REQUESTS = exports.METRIC_DB_CLIENT_CONNECTION_MAX = exports.METRIC_DB_CLIENT_CONNECTION_IDLE_MIN = exports.METRIC_DB_CLIENT_CONNECTION_IDLE_MAX = exports.METRIC_DB_CLIENT_CONNECTION_CREATE_TIME = exports.METRIC_DB_CLIENT_CONNECTION_COUNT = exports.METRIC_CPYTHON_GC_UNCOLLECTABLE_OBJECTS = exports.METRIC_CPYTHON_GC_COLLECTIONS = exports.METRIC_CPYTHON_GC_COLLECTED_OBJECTS = exports.METRIC_CPU_UTILIZATION = exports.METRIC_CPU_TIME = exports.METRIC_CPU_FREQUENCY = exports.METRIC_CONTAINER_UPTIME = exports.METRIC_CONTAINER_NETWORK_IO = exports.METRIC_CONTAINER_MEMORY_USAGE = exports.METRIC_CONTAINER_FILESYSTEM_USAGE = exports.METRIC_CONTAINER_FILESYSTEM_CAPACITY = exports.METRIC_CONTAINER_FILESYSTEM_AVAILABLE = exports.METRIC_CONTAINER_DISK_IO = exports.METRIC_CONTAINER_CPU_USAGE = exports.METRIC_CONTAINER_CPU_TIME = exports.METRIC_CICD_WORKER_COUNT = exports.METRIC_CICD_SYSTEM_ERRORS = exports.METRIC_CICD_PIPELINE_RUN_ERRORS = exports.METRIC_CICD_PIPELINE_RUN_DURATION = exports.METRIC_CICD_PIPELINE_RUN_ACTIVE = exports.METRIC_AZURE_COSMOSDB_CLIENT_OPERATION_REQUEST_CHARGE = exports.METRIC_AZURE_COSMOSDB_CLIENT_ACTIVE_INSTANCE_COUNT = exports.METRIC_ASPNETCORE_MEMORY_POOL_RENTED = exports.METRIC_ASPNETCORE_MEMORY_POOL_POOLED = exports.METRIC_ASPNETCORE_MEMORY_POOL_EVICTED = exports.METRIC_ASPNETCORE_MEMORY_POOL_ALLOCATED = exports.METRIC_ASPNETCORE_IDENTITY_USER_VERIFY_TOKEN_ATTEMPTS = exports.METRIC_ASPNETCORE_IDENTITY_USER_UPDATE_DURATION = exports.METRIC_ASPNETCORE_IDENTITY_USER_GENERATED_TOKENS = exports.METRIC_ASPNETCORE_IDENTITY_USER_DELETE_DURATION = exports.METRIC_ASPNETCORE_IDENTITY_USER_CREATE_DURATION = exports.METRIC_ASPNETCORE_IDENTITY_USER_CHECK_PASSWORD_ATTEMPTS = exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_TWO_FACTOR_CLIENTS_REMEMBERED = exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_TWO_FACTOR_CLIENTS_FORGOTTEN = exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_SIGN_OUTS = exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_SIGN_INS = exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_CHECK_PASSWORD_ATTEMPTS = exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_AUTHENTICATE_DURATION = exports.METRIC_ASPNETCORE_AUTHORIZATION_ATTEMPTS = exports.METRIC_ASPNETCORE_AUTHENTICATION_SIGN_OUTS = exports.METRIC_ASPNETCORE_AUTHENTICATION_SIGN_INS = exports.METRIC_ASPNETCORE_AUTHENTICATION_FORBIDS = exports.METRIC_ASPNETCORE_AUTHENTICATION_CHALLENGES = exports.METRIC_ASPNETCORE_AUTHENTICATION_AUTHENTICATE_DURATION = void 0;
|
|
19
|
+
exports.METRIC_HW_BATTERY_TIME_LEFT = exports.METRIC_HW_BATTERY_CHARGE_LIMIT = exports.METRIC_HW_BATTERY_CHARGE = exports.METRIC_HTTP_SERVER_RESPONSE_BODY_SIZE = exports.METRIC_HTTP_SERVER_REQUEST_BODY_SIZE = exports.METRIC_HTTP_SERVER_ACTIVE_REQUESTS = exports.METRIC_HTTP_CLIENT_RESPONSE_BODY_SIZE = exports.METRIC_HTTP_CLIENT_REQUEST_BODY_SIZE = exports.METRIC_HTTP_CLIENT_OPEN_CONNECTIONS = exports.METRIC_HTTP_CLIENT_CONNECTION_DURATION = exports.METRIC_HTTP_CLIENT_ACTIVE_REQUESTS = exports.METRIC_GO_SCHEDULE_DURATION = exports.METRIC_GO_PROCESSOR_LIMIT = exports.METRIC_GO_MEMORY_USED = exports.METRIC_GO_MEMORY_LIMIT = exports.METRIC_GO_MEMORY_GC_GOAL = exports.METRIC_GO_MEMORY_ALLOCATIONS = exports.METRIC_GO_MEMORY_ALLOCATED = exports.METRIC_GO_GOROUTINE_COUNT = exports.METRIC_GO_CONFIG_GOGC = exports.METRIC_GEN_AI_SERVER_TIME_TO_FIRST_TOKEN = exports.METRIC_GEN_AI_SERVER_TIME_PER_OUTPUT_TOKEN = exports.METRIC_GEN_AI_SERVER_REQUEST_DURATION = exports.METRIC_GEN_AI_CLIENT_TOKEN_USAGE = exports.METRIC_GEN_AI_CLIENT_OPERATION_DURATION = exports.METRIC_FAAS_TIMEOUTS = exports.METRIC_FAAS_NET_IO = exports.METRIC_FAAS_MEM_USAGE = exports.METRIC_FAAS_INVOKE_DURATION = exports.METRIC_FAAS_INVOCATIONS = exports.METRIC_FAAS_INIT_DURATION = exports.METRIC_FAAS_ERRORS = exports.METRIC_FAAS_CPU_USAGE = exports.METRIC_FAAS_COLDSTARTS = exports.METRIC_DNS_LOOKUP_DURATION = exports.METRIC_DB_CLIENT_RESPONSE_RETURNED_ROWS = exports.METRIC_DB_CLIENT_COSMOSDB_OPERATION_REQUEST_CHARGE = exports.METRIC_DB_CLIENT_COSMOSDB_ACTIVE_INSTANCE_COUNT = exports.METRIC_DB_CLIENT_CONNECTIONS_WAIT_TIME = exports.METRIC_DB_CLIENT_CONNECTIONS_USE_TIME = exports.METRIC_DB_CLIENT_CONNECTIONS_USAGE = exports.METRIC_DB_CLIENT_CONNECTIONS_TIMEOUTS = exports.METRIC_DB_CLIENT_CONNECTIONS_PENDING_REQUESTS = exports.METRIC_DB_CLIENT_CONNECTIONS_MAX = exports.METRIC_DB_CLIENT_CONNECTIONS_IDLE_MIN = exports.METRIC_DB_CLIENT_CONNECTIONS_IDLE_MAX = exports.METRIC_DB_CLIENT_CONNECTIONS_CREATE_TIME = exports.METRIC_DB_CLIENT_CONNECTION_WAIT_TIME = exports.METRIC_DB_CLIENT_CONNECTION_USE_TIME = exports.METRIC_DB_CLIENT_CONNECTION_TIMEOUTS = void 0;
|
|
20
|
+
exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT = exports.METRIC_K8S_CONTAINER_CPU_REQUEST = exports.METRIC_K8S_CONTAINER_CPU_LIMIT = exports.METRIC_JVM_SYSTEM_CPU_UTILIZATION = exports.METRIC_JVM_SYSTEM_CPU_LOAD_1M = exports.METRIC_JVM_MEMORY_INIT = exports.METRIC_JVM_FILE_DESCRIPTOR_COUNT = exports.METRIC_JVM_BUFFER_MEMORY_USED = exports.METRIC_JVM_BUFFER_MEMORY_USAGE = exports.METRIC_JVM_BUFFER_MEMORY_LIMIT = exports.METRIC_JVM_BUFFER_COUNT = exports.METRIC_HW_VOLTAGE_NOMINAL = exports.METRIC_HW_VOLTAGE_LIMIT = exports.METRIC_HW_VOLTAGE = exports.METRIC_HW_TEMPERATURE_LIMIT = exports.METRIC_HW_TEMPERATURE = exports.METRIC_HW_TAPE_DRIVE_OPERATIONS = exports.METRIC_HW_STATUS = exports.METRIC_HW_POWER_SUPPLY_UTILIZATION = exports.METRIC_HW_POWER_SUPPLY_USAGE = exports.METRIC_HW_POWER_SUPPLY_LIMIT = exports.METRIC_HW_POWER = exports.METRIC_HW_PHYSICAL_DISK_SMART = exports.METRIC_HW_PHYSICAL_DISK_SIZE = exports.METRIC_HW_PHYSICAL_DISK_ENDURANCE_UTILIZATION = exports.METRIC_HW_NETWORK_UP = exports.METRIC_HW_NETWORK_PACKETS = exports.METRIC_HW_NETWORK_IO = exports.METRIC_HW_NETWORK_BANDWIDTH_UTILIZATION = exports.METRIC_HW_NETWORK_BANDWIDTH_LIMIT = exports.METRIC_HW_MEMORY_SIZE = exports.METRIC_HW_LOGICAL_DISK_UTILIZATION = exports.METRIC_HW_LOGICAL_DISK_USAGE = exports.METRIC_HW_LOGICAL_DISK_LIMIT = exports.METRIC_HW_HOST_POWER = exports.METRIC_HW_HOST_HEATING_MARGIN = exports.METRIC_HW_HOST_ENERGY = exports.METRIC_HW_HOST_AMBIENT_TEMPERATURE = exports.METRIC_HW_GPU_UTILIZATION = exports.METRIC_HW_GPU_MEMORY_UTILIZATION = exports.METRIC_HW_GPU_MEMORY_USAGE = exports.METRIC_HW_GPU_MEMORY_LIMIT = exports.METRIC_HW_GPU_IO = exports.METRIC_HW_FAN_SPEED_RATIO = exports.METRIC_HW_FAN_SPEED_LIMIT = exports.METRIC_HW_FAN_SPEED = exports.METRIC_HW_ERRORS = exports.METRIC_HW_ENERGY = exports.METRIC_HW_CPU_SPEED_LIMIT = exports.METRIC_HW_CPU_SPEED = void 0;
|
|
21
|
+
exports.METRIC_K8S_POD_NETWORK_ERRORS = exports.METRIC_K8S_POD_MEMORY_USAGE = exports.METRIC_K8S_POD_FILESYSTEM_USAGE = exports.METRIC_K8S_POD_FILESYSTEM_CAPACITY = exports.METRIC_K8S_POD_FILESYSTEM_AVAILABLE = exports.METRIC_K8S_POD_CPU_USAGE = exports.METRIC_K8S_POD_CPU_TIME = exports.METRIC_K8S_NODE_UPTIME = exports.METRIC_K8S_NODE_NETWORK_IO = exports.METRIC_K8S_NODE_NETWORK_ERRORS = exports.METRIC_K8S_NODE_MEMORY_USAGE = exports.METRIC_K8S_NODE_FILESYSTEM_USAGE = exports.METRIC_K8S_NODE_FILESYSTEM_CAPACITY = exports.METRIC_K8S_NODE_FILESYSTEM_AVAILABLE = exports.METRIC_K8S_NODE_CPU_USAGE = exports.METRIC_K8S_NODE_CPU_TIME = exports.METRIC_K8S_NODE_CONDITION_STATUS = exports.METRIC_K8S_NODE_ALLOCATABLE_PODS = exports.METRIC_K8S_NODE_ALLOCATABLE_MEMORY = exports.METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE = exports.METRIC_K8S_NODE_ALLOCATABLE_CPU = exports.METRIC_K8S_NAMESPACE_PHASE = exports.METRIC_K8S_JOB_SUCCESSFUL_PODS = exports.METRIC_K8S_JOB_MAX_PARALLEL_PODS = exports.METRIC_K8S_JOB_FAILED_PODS = exports.METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS = exports.METRIC_K8S_JOB_ACTIVE_PODS = exports.METRIC_K8S_HPA_MIN_PODS = exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE = exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_VALUE = exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_UTILIZATION = exports.METRIC_K8S_HPA_MAX_PODS = exports.METRIC_K8S_HPA_DESIRED_PODS = exports.METRIC_K8S_HPA_CURRENT_PODS = exports.METRIC_K8S_DEPLOYMENT_DESIRED_PODS = exports.METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS = exports.METRIC_K8S_DAEMONSET_READY_NODES = exports.METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES = exports.METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES = exports.METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES = exports.METRIC_K8S_CRONJOB_ACTIVE_JOBS = exports.METRIC_K8S_CONTAINER_STORAGE_REQUEST = exports.METRIC_K8S_CONTAINER_STORAGE_LIMIT = exports.METRIC_K8S_CONTAINER_STATUS_STATE = exports.METRIC_K8S_CONTAINER_STATUS_REASON = exports.METRIC_K8S_CONTAINER_RESTART_COUNT = exports.METRIC_K8S_CONTAINER_READY = exports.METRIC_K8S_CONTAINER_MEMORY_REQUEST = exports.METRIC_K8S_CONTAINER_MEMORY_LIMIT = exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_REQUEST = void 0;
|
|
22
|
+
exports.METRIC_NODEJS_EVENTLOOP_DELAY_MEAN = exports.METRIC_NODEJS_EVENTLOOP_DELAY_MAX = exports.METRIC_MESSAGING_RECEIVE_MESSAGES = exports.METRIC_MESSAGING_RECEIVE_DURATION = exports.METRIC_MESSAGING_PUBLISH_MESSAGES = exports.METRIC_MESSAGING_PUBLISH_DURATION = exports.METRIC_MESSAGING_PROCESS_MESSAGES = exports.METRIC_MESSAGING_PROCESS_DURATION = exports.METRIC_MESSAGING_CLIENT_SENT_MESSAGES = exports.METRIC_MESSAGING_CLIENT_PUBLISHED_MESSAGES = exports.METRIC_MESSAGING_CLIENT_OPERATION_DURATION = exports.METRIC_MESSAGING_CLIENT_CONSUMED_MESSAGES = exports.METRIC_K8S_STATEFULSET_UPDATED_PODS = exports.METRIC_K8S_STATEFULSET_READY_PODS = exports.METRIC_K8S_STATEFULSET_DESIRED_PODS = exports.METRIC_K8S_STATEFULSET_CURRENT_PODS = exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED = exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_HARD = exports.METRIC_K8S_RESOURCEQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED = exports.METRIC_K8S_RESOURCEQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD = exports.METRIC_K8S_RESOURCEQUOTA_OBJECT_COUNT_USED = exports.METRIC_K8S_RESOURCEQUOTA_OBJECT_COUNT_HARD = exports.METRIC_K8S_RESOURCEQUOTA_MEMORY_REQUEST_USED = exports.METRIC_K8S_RESOURCEQUOTA_MEMORY_REQUEST_HARD = exports.METRIC_K8S_RESOURCEQUOTA_MEMORY_LIMIT_USED = exports.METRIC_K8S_RESOURCEQUOTA_MEMORY_LIMIT_HARD = exports.METRIC_K8S_RESOURCEQUOTA_HUGEPAGE_COUNT_REQUEST_USED = exports.METRIC_K8S_RESOURCEQUOTA_HUGEPAGE_COUNT_REQUEST_HARD = exports.METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_REQUEST_USED = exports.METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD = exports.METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_LIMIT_USED = exports.METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD = exports.METRIC_K8S_RESOURCEQUOTA_CPU_REQUEST_USED = exports.METRIC_K8S_RESOURCEQUOTA_CPU_REQUEST_HARD = exports.METRIC_K8S_RESOURCEQUOTA_CPU_LIMIT_USED = exports.METRIC_K8S_RESOURCEQUOTA_CPU_LIMIT_HARD = exports.METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS = exports.METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS = exports.METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS = exports.METRIC_K8S_REPLICATION_CONTROLLER_AVAILABLE_PODS = exports.METRIC_K8S_REPLICASET_DESIRED_PODS = exports.METRIC_K8S_REPLICASET_AVAILABLE_PODS = exports.METRIC_K8S_POD_VOLUME_USAGE = exports.METRIC_K8S_POD_VOLUME_INODE_USED = exports.METRIC_K8S_POD_VOLUME_INODE_FREE = exports.METRIC_K8S_POD_VOLUME_INODE_COUNT = exports.METRIC_K8S_POD_VOLUME_CAPACITY = exports.METRIC_K8S_POD_VOLUME_AVAILABLE = exports.METRIC_K8S_POD_UPTIME = exports.METRIC_K8S_POD_NETWORK_IO = void 0;
|
|
23
|
+
exports.METRIC_RPC_SERVER_RESPONSE_SIZE = exports.METRIC_RPC_SERVER_REQUESTS_PER_RPC = exports.METRIC_RPC_SERVER_REQUEST_SIZE = exports.METRIC_RPC_SERVER_DURATION = exports.METRIC_RPC_CLIENT_RESPONSES_PER_RPC = exports.METRIC_RPC_CLIENT_RESPONSE_SIZE = exports.METRIC_RPC_CLIENT_REQUESTS_PER_RPC = exports.METRIC_RPC_CLIENT_REQUEST_SIZE = exports.METRIC_RPC_CLIENT_DURATION = exports.METRIC_PROCESS_UPTIME = exports.METRIC_PROCESS_THREAD_COUNT = exports.METRIC_PROCESS_PAGING_FAULTS = exports.METRIC_PROCESS_OPEN_FILE_DESCRIPTOR_COUNT = exports.METRIC_PROCESS_NETWORK_IO = exports.METRIC_PROCESS_MEMORY_VIRTUAL = exports.METRIC_PROCESS_MEMORY_USAGE = exports.METRIC_PROCESS_DISK_IO = exports.METRIC_PROCESS_CPU_UTILIZATION = exports.METRIC_PROCESS_CPU_TIME = exports.METRIC_PROCESS_CONTEXT_SWITCHES = exports.METRIC_OTEL_SDK_SPAN_STARTED = exports.METRIC_OTEL_SDK_SPAN_LIVE_COUNT = exports.METRIC_OTEL_SDK_SPAN_LIVE = exports.METRIC_OTEL_SDK_SPAN_ENDED_COUNT = exports.METRIC_OTEL_SDK_SPAN_ENDED = exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_QUEUE_SIZE = exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_QUEUE_CAPACITY = exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED_COUNT = exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED = exports.METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_SIZE = exports.METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_CAPACITY = exports.METRIC_OTEL_SDK_PROCESSOR_LOG_PROCESSED = exports.METRIC_OTEL_SDK_METRIC_READER_COLLECTION_DURATION = exports.METRIC_OTEL_SDK_LOG_CREATED = exports.METRIC_OTEL_SDK_EXPORTER_SPAN_INFLIGHT_COUNT = exports.METRIC_OTEL_SDK_EXPORTER_SPAN_INFLIGHT = exports.METRIC_OTEL_SDK_EXPORTER_SPAN_EXPORTED_COUNT = exports.METRIC_OTEL_SDK_EXPORTER_SPAN_EXPORTED = exports.METRIC_OTEL_SDK_EXPORTER_OPERATION_DURATION = exports.METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_INFLIGHT = exports.METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_EXPORTED = exports.METRIC_OTEL_SDK_EXPORTER_LOG_INFLIGHT = exports.METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTED = exports.METRIC_NODEJS_EVENTLOOP_UTILIZATION = exports.METRIC_NODEJS_EVENTLOOP_TIME = exports.METRIC_NODEJS_EVENTLOOP_DELAY_STDDEV = exports.METRIC_NODEJS_EVENTLOOP_DELAY_P99 = exports.METRIC_NODEJS_EVENTLOOP_DELAY_P90 = exports.METRIC_NODEJS_EVENTLOOP_DELAY_P50 = exports.METRIC_NODEJS_EVENTLOOP_DELAY_MIN = void 0;
|
|
24
|
+
exports.METRIC_VCS_REPOSITORY_COUNT = exports.METRIC_VCS_REF_TIME = exports.METRIC_VCS_REF_REVISIONS_DELTA = exports.METRIC_VCS_REF_LINES_DELTA = exports.METRIC_VCS_REF_COUNT = exports.METRIC_VCS_CONTRIBUTOR_COUNT = exports.METRIC_VCS_CHANGE_TIME_TO_MERGE = exports.METRIC_VCS_CHANGE_TIME_TO_APPROVAL = exports.METRIC_VCS_CHANGE_DURATION = exports.METRIC_VCS_CHANGE_COUNT = exports.METRIC_V8JS_MEMORY_HEAP_USED = exports.METRIC_V8JS_MEMORY_HEAP_LIMIT = exports.METRIC_V8JS_HEAP_SPACE_PHYSICAL_SIZE = exports.METRIC_V8JS_HEAP_SPACE_AVAILABLE_SIZE = exports.METRIC_V8JS_GC_DURATION = exports.METRIC_SYSTEM_UPTIME = exports.METRIC_SYSTEM_PROCESS_CREATED = exports.METRIC_SYSTEM_PROCESS_COUNT = exports.METRIC_SYSTEM_PAGING_UTILIZATION = exports.METRIC_SYSTEM_PAGING_USAGE = exports.METRIC_SYSTEM_PAGING_OPERATIONS = exports.METRIC_SYSTEM_PAGING_FAULTS = exports.METRIC_SYSTEM_NETWORK_PACKET_DROPPED = exports.METRIC_SYSTEM_NETWORK_PACKET_COUNT = exports.METRIC_SYSTEM_NETWORK_IO = exports.METRIC_SYSTEM_NETWORK_ERRORS = exports.METRIC_SYSTEM_NETWORK_CONNECTIONS = exports.METRIC_SYSTEM_NETWORK_CONNECTION_COUNT = exports.METRIC_SYSTEM_MEMORY_UTILIZATION = exports.METRIC_SYSTEM_MEMORY_USAGE = exports.METRIC_SYSTEM_MEMORY_SHARED = exports.METRIC_SYSTEM_MEMORY_LIMIT = exports.METRIC_SYSTEM_LINUX_MEMORY_SLAB_USAGE = exports.METRIC_SYSTEM_LINUX_MEMORY_AVAILABLE = exports.METRIC_SYSTEM_FILESYSTEM_UTILIZATION = exports.METRIC_SYSTEM_FILESYSTEM_USAGE = exports.METRIC_SYSTEM_FILESYSTEM_LIMIT = exports.METRIC_SYSTEM_DISK_OPERATIONS = exports.METRIC_SYSTEM_DISK_OPERATION_TIME = exports.METRIC_SYSTEM_DISK_MERGED = exports.METRIC_SYSTEM_DISK_LIMIT = exports.METRIC_SYSTEM_DISK_IO_TIME = exports.METRIC_SYSTEM_DISK_IO = exports.METRIC_SYSTEM_CPU_UTILIZATION = exports.METRIC_SYSTEM_CPU_TIME = exports.METRIC_SYSTEM_CPU_PHYSICAL_COUNT = exports.METRIC_SYSTEM_CPU_LOGICAL_COUNT = exports.METRIC_SYSTEM_CPU_FREQUENCY = exports.METRIC_RPC_SERVER_RESPONSES_PER_RPC = void 0;
|
|
24
25
|
//----------------------------------------------------------------------------------------------------------
|
|
25
26
|
// DO NOT EDIT, this is an Auto-generated file from scripts/semconv/templates/register/stable/metrics.ts.j2
|
|
26
27
|
//----------------------------------------------------------------------------------------------------------
|
|
27
28
|
/**
|
|
28
|
-
*
|
|
29
|
+
* The authentication duration for a request.
|
|
30
|
+
*
|
|
31
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
32
|
+
*
|
|
33
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
34
|
+
*/
|
|
35
|
+
exports.METRIC_ASPNETCORE_AUTHENTICATION_AUTHENTICATE_DURATION = 'aspnetcore.authentication.authenticate.duration';
|
|
36
|
+
/**
|
|
37
|
+
* The total number of times a scheme is challenged.
|
|
38
|
+
*
|
|
39
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
40
|
+
*
|
|
41
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
42
|
+
*/
|
|
43
|
+
exports.METRIC_ASPNETCORE_AUTHENTICATION_CHALLENGES = 'aspnetcore.authentication.challenges';
|
|
44
|
+
/**
|
|
45
|
+
* The total number of times an authenticated user attempts to access a resource they are not permitted to access.
|
|
46
|
+
*
|
|
47
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
48
|
+
*
|
|
49
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
50
|
+
*/
|
|
51
|
+
exports.METRIC_ASPNETCORE_AUTHENTICATION_FORBIDS = 'aspnetcore.authentication.forbids';
|
|
52
|
+
/**
|
|
53
|
+
* The total number of times a principal is signed in with a scheme.
|
|
54
|
+
*
|
|
55
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
56
|
+
*
|
|
57
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
58
|
+
*/
|
|
59
|
+
exports.METRIC_ASPNETCORE_AUTHENTICATION_SIGN_INS = 'aspnetcore.authentication.sign_ins';
|
|
60
|
+
/**
|
|
61
|
+
* The total number of times a principal is signed out with a scheme.
|
|
62
|
+
*
|
|
63
|
+
* @note Meter name: `Microsoft.AspNetCore.Authentication`; Added in: ASP.NET Core 10.0
|
|
64
|
+
*
|
|
65
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
66
|
+
*/
|
|
67
|
+
exports.METRIC_ASPNETCORE_AUTHENTICATION_SIGN_OUTS = 'aspnetcore.authentication.sign_outs';
|
|
68
|
+
/**
|
|
69
|
+
* The total number of authorization attempts.
|
|
70
|
+
*
|
|
71
|
+
* @note Meter name: `Microsoft.AspNetCore.Authorization`; Added in: ASP.NET Core 10.0
|
|
72
|
+
*
|
|
73
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
74
|
+
*/
|
|
75
|
+
exports.METRIC_ASPNETCORE_AUTHORIZATION_ATTEMPTS = 'aspnetcore.authorization.attempts';
|
|
76
|
+
/**
|
|
77
|
+
* The duration of authenticate attempts. The authenticate metrics is recorded by sign in methods such as PasswordSignInAsync and TwoFactorSignInAsync.
|
|
78
|
+
*
|
|
79
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
80
|
+
*
|
|
81
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
82
|
+
*/
|
|
83
|
+
exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_AUTHENTICATE_DURATION = 'aspnetcore.identity.sign_in.authenticate.duration';
|
|
84
|
+
/**
|
|
85
|
+
* 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.
|
|
86
|
+
*
|
|
87
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
88
|
+
*
|
|
89
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
90
|
+
*/
|
|
91
|
+
exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_CHECK_PASSWORD_ATTEMPTS = 'aspnetcore.identity.sign_in.check_password_attempts';
|
|
92
|
+
/**
|
|
93
|
+
* The total number of calls to sign in user principals.
|
|
94
|
+
*
|
|
95
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
96
|
+
*
|
|
97
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
98
|
+
*/
|
|
99
|
+
exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_SIGN_INS = 'aspnetcore.identity.sign_in.sign_ins';
|
|
100
|
+
/**
|
|
101
|
+
* The total number of calls to sign out user principals.
|
|
102
|
+
*
|
|
103
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
104
|
+
*
|
|
105
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
106
|
+
*/
|
|
107
|
+
exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_SIGN_OUTS = 'aspnetcore.identity.sign_in.sign_outs';
|
|
108
|
+
/**
|
|
109
|
+
* The total number of two factor clients forgotten.
|
|
110
|
+
*
|
|
111
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
112
|
+
*
|
|
113
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
114
|
+
*/
|
|
115
|
+
exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_TWO_FACTOR_CLIENTS_FORGOTTEN = 'aspnetcore.identity.sign_in.two_factor_clients_forgotten';
|
|
116
|
+
/**
|
|
117
|
+
* The total number of two factor clients remembered.
|
|
118
|
+
*
|
|
119
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
120
|
+
*
|
|
121
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
122
|
+
*/
|
|
123
|
+
exports.METRIC_ASPNETCORE_IDENTITY_SIGN_IN_TWO_FACTOR_CLIENTS_REMEMBERED = 'aspnetcore.identity.sign_in.two_factor_clients_remembered';
|
|
124
|
+
/**
|
|
125
|
+
* 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.
|
|
126
|
+
*
|
|
127
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
128
|
+
*
|
|
129
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
130
|
+
*/
|
|
131
|
+
exports.METRIC_ASPNETCORE_IDENTITY_USER_CHECK_PASSWORD_ATTEMPTS = 'aspnetcore.identity.user.check_password_attempts';
|
|
132
|
+
/**
|
|
133
|
+
* The duration of user creation operations.
|
|
134
|
+
*
|
|
135
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
136
|
+
*
|
|
137
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
138
|
+
*/
|
|
139
|
+
exports.METRIC_ASPNETCORE_IDENTITY_USER_CREATE_DURATION = 'aspnetcore.identity.user.create.duration';
|
|
140
|
+
/**
|
|
141
|
+
* The duration of user deletion operations.
|
|
142
|
+
*
|
|
143
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
144
|
+
*
|
|
145
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
146
|
+
*/
|
|
147
|
+
exports.METRIC_ASPNETCORE_IDENTITY_USER_DELETE_DURATION = 'aspnetcore.identity.user.delete.duration';
|
|
148
|
+
/**
|
|
149
|
+
* The total number of token generations.
|
|
150
|
+
*
|
|
151
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
152
|
+
*
|
|
153
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
154
|
+
*/
|
|
155
|
+
exports.METRIC_ASPNETCORE_IDENTITY_USER_GENERATED_TOKENS = 'aspnetcore.identity.user.generated_tokens';
|
|
156
|
+
/**
|
|
157
|
+
* The duration of user update operations.
|
|
158
|
+
*
|
|
159
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
160
|
+
*
|
|
161
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
162
|
+
*/
|
|
163
|
+
exports.METRIC_ASPNETCORE_IDENTITY_USER_UPDATE_DURATION = 'aspnetcore.identity.user.update.duration';
|
|
164
|
+
/**
|
|
165
|
+
* The total number of token verification attempts.
|
|
166
|
+
*
|
|
167
|
+
* @note Meter name: `Microsoft.AspNetCore.Identity`; Added in: ASP.NET Core 10.0
|
|
168
|
+
*
|
|
169
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
170
|
+
*/
|
|
171
|
+
exports.METRIC_ASPNETCORE_IDENTITY_USER_VERIFY_TOKEN_ATTEMPTS = 'aspnetcore.identity.user.verify_token_attempts';
|
|
172
|
+
/**
|
|
173
|
+
* Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory.
|
|
174
|
+
*
|
|
175
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
176
|
+
*
|
|
177
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
178
|
+
*/
|
|
179
|
+
exports.METRIC_ASPNETCORE_MEMORY_POOL_ALLOCATED = 'aspnetcore.memory_pool.allocated';
|
|
180
|
+
/**
|
|
181
|
+
* Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed.
|
|
182
|
+
*
|
|
183
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
184
|
+
*
|
|
185
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
186
|
+
*/
|
|
187
|
+
exports.METRIC_ASPNETCORE_MEMORY_POOL_EVICTED = 'aspnetcore.memory_pool.evicted';
|
|
188
|
+
/**
|
|
189
|
+
* Number of bytes currently pooled and available for reuse.
|
|
190
|
+
*
|
|
191
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
192
|
+
*
|
|
193
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
194
|
+
*/
|
|
195
|
+
exports.METRIC_ASPNETCORE_MEMORY_POOL_POOLED = 'aspnetcore.memory_pool.pooled';
|
|
196
|
+
/**
|
|
197
|
+
* Total number of bytes rented from the memory pool.
|
|
198
|
+
*
|
|
199
|
+
* @note Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|
|
200
|
+
*
|
|
201
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
202
|
+
*/
|
|
203
|
+
exports.METRIC_ASPNETCORE_MEMORY_POOL_RENTED = 'aspnetcore.memory_pool.rented';
|
|
204
|
+
/**
|
|
205
|
+
* Number of active client instances.
|
|
29
206
|
*
|
|
30
207
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
31
208
|
*/
|
|
32
209
|
exports.METRIC_AZURE_COSMOSDB_CLIENT_ACTIVE_INSTANCE_COUNT = 'azure.cosmosdb.client.active_instance.count';
|
|
33
210
|
/**
|
|
34
|
-
* [Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation
|
|
211
|
+
* [Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation.
|
|
35
212
|
*
|
|
36
213
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
37
214
|
*/
|
|
@@ -71,7 +248,7 @@ exports.METRIC_CICD_SYSTEM_ERRORS = 'cicd.system.errors';
|
|
|
71
248
|
*/
|
|
72
249
|
exports.METRIC_CICD_WORKER_COUNT = 'cicd.worker.count';
|
|
73
250
|
/**
|
|
74
|
-
* Total CPU time consumed
|
|
251
|
+
* Total CPU time consumed.
|
|
75
252
|
*
|
|
76
253
|
* @note Total CPU time consumed by the specific container on all available CPU cores
|
|
77
254
|
*
|
|
@@ -79,7 +256,7 @@ exports.METRIC_CICD_WORKER_COUNT = 'cicd.worker.count';
|
|
|
79
256
|
*/
|
|
80
257
|
exports.METRIC_CONTAINER_CPU_TIME = 'container.cpu.time';
|
|
81
258
|
/**
|
|
82
|
-
* Container's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
|
|
259
|
+
* Container's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs.
|
|
83
260
|
*
|
|
84
261
|
* @note CPU usage of the specific container on all available CPU cores, averaged over the sample window
|
|
85
262
|
*
|
|
@@ -94,6 +271,41 @@ exports.METRIC_CONTAINER_CPU_USAGE = 'container.cpu.usage';
|
|
|
94
271
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
95
272
|
*/
|
|
96
273
|
exports.METRIC_CONTAINER_DISK_IO = 'container.disk.io';
|
|
274
|
+
/**
|
|
275
|
+
* Container filesystem available bytes.
|
|
276
|
+
*
|
|
277
|
+
* @note In K8s, this metric is derived from the
|
|
278
|
+
* [FsStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
279
|
+
* of the [ContainerStats.Rootfs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#ContainerStats)
|
|
280
|
+
* of the Kubelet's stats API.
|
|
281
|
+
*
|
|
282
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
283
|
+
*/
|
|
284
|
+
exports.METRIC_CONTAINER_FILESYSTEM_AVAILABLE = 'container.filesystem.available';
|
|
285
|
+
/**
|
|
286
|
+
* Container filesystem capacity.
|
|
287
|
+
*
|
|
288
|
+
* @note In K8s, this metric is derived from the
|
|
289
|
+
* [FsStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
290
|
+
* of the [ContainerStats.Rootfs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#ContainerStats)
|
|
291
|
+
* of the Kubelet's stats API.
|
|
292
|
+
*
|
|
293
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
294
|
+
*/
|
|
295
|
+
exports.METRIC_CONTAINER_FILESYSTEM_CAPACITY = 'container.filesystem.capacity';
|
|
296
|
+
/**
|
|
297
|
+
* Container filesystem usage.
|
|
298
|
+
*
|
|
299
|
+
* @note This may not equal capacity - available.
|
|
300
|
+
*
|
|
301
|
+
* In K8s, this metric is derived from the
|
|
302
|
+
* [FsStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
303
|
+
* of the [ContainerStats.Rootfs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#ContainerStats)
|
|
304
|
+
* of the Kubelet's stats API.
|
|
305
|
+
*
|
|
306
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
307
|
+
*/
|
|
308
|
+
exports.METRIC_CONTAINER_FILESYSTEM_USAGE = 'container.filesystem.usage';
|
|
97
309
|
/**
|
|
98
310
|
* Memory usage of the container.
|
|
99
311
|
*
|
|
@@ -111,7 +323,7 @@ exports.METRIC_CONTAINER_MEMORY_USAGE = 'container.memory.usage';
|
|
|
111
323
|
*/
|
|
112
324
|
exports.METRIC_CONTAINER_NETWORK_IO = 'container.network.io';
|
|
113
325
|
/**
|
|
114
|
-
* The time the container has been running
|
|
326
|
+
* The time the container has been running.
|
|
115
327
|
*
|
|
116
328
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
117
329
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -168,55 +380,55 @@ exports.METRIC_CPYTHON_GC_COLLECTIONS = 'cpython.gc.collections';
|
|
|
168
380
|
*/
|
|
169
381
|
exports.METRIC_CPYTHON_GC_UNCOLLECTABLE_OBJECTS = 'cpython.gc.uncollectable_objects';
|
|
170
382
|
/**
|
|
171
|
-
* The number of connections that are currently in state described by the `state` attribute
|
|
383
|
+
* The number of connections that are currently in state described by the `state` attribute.
|
|
172
384
|
*
|
|
173
385
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
174
386
|
*/
|
|
175
387
|
exports.METRIC_DB_CLIENT_CONNECTION_COUNT = 'db.client.connection.count';
|
|
176
388
|
/**
|
|
177
|
-
* The time it took to create a new connection
|
|
389
|
+
* The time it took to create a new connection.
|
|
178
390
|
*
|
|
179
391
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
180
392
|
*/
|
|
181
393
|
exports.METRIC_DB_CLIENT_CONNECTION_CREATE_TIME = 'db.client.connection.create_time';
|
|
182
394
|
/**
|
|
183
|
-
* The maximum number of idle open connections allowed
|
|
395
|
+
* The maximum number of idle open connections allowed.
|
|
184
396
|
*
|
|
185
397
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
186
398
|
*/
|
|
187
399
|
exports.METRIC_DB_CLIENT_CONNECTION_IDLE_MAX = 'db.client.connection.idle.max';
|
|
188
400
|
/**
|
|
189
|
-
* The minimum number of idle open connections allowed
|
|
401
|
+
* The minimum number of idle open connections allowed.
|
|
190
402
|
*
|
|
191
403
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
192
404
|
*/
|
|
193
405
|
exports.METRIC_DB_CLIENT_CONNECTION_IDLE_MIN = 'db.client.connection.idle.min';
|
|
194
406
|
/**
|
|
195
|
-
* The maximum number of open connections allowed
|
|
407
|
+
* The maximum number of open connections allowed.
|
|
196
408
|
*
|
|
197
409
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
198
410
|
*/
|
|
199
411
|
exports.METRIC_DB_CLIENT_CONNECTION_MAX = 'db.client.connection.max';
|
|
200
412
|
/**
|
|
201
|
-
* The number of current pending requests for an open connection
|
|
413
|
+
* The number of current pending requests for an open connection.
|
|
202
414
|
*
|
|
203
415
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
204
416
|
*/
|
|
205
417
|
exports.METRIC_DB_CLIENT_CONNECTION_PENDING_REQUESTS = 'db.client.connection.pending_requests';
|
|
206
418
|
/**
|
|
207
|
-
* The number of connection timeouts that have occurred trying to obtain a connection from the pool
|
|
419
|
+
* The number of connection timeouts that have occurred trying to obtain a connection from the pool.
|
|
208
420
|
*
|
|
209
421
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
210
422
|
*/
|
|
211
423
|
exports.METRIC_DB_CLIENT_CONNECTION_TIMEOUTS = 'db.client.connection.timeouts';
|
|
212
424
|
/**
|
|
213
|
-
* The time between borrowing a connection and returning it to the pool
|
|
425
|
+
* The time between borrowing a connection and returning it to the pool.
|
|
214
426
|
*
|
|
215
427
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
216
428
|
*/
|
|
217
429
|
exports.METRIC_DB_CLIENT_CONNECTION_USE_TIME = 'db.client.connection.use_time';
|
|
218
430
|
/**
|
|
219
|
-
* The time it took to obtain an open connection from the pool
|
|
431
|
+
* The time it took to obtain an open connection from the pool.
|
|
220
432
|
*
|
|
221
433
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
222
434
|
*/
|
|
@@ -322,85 +534,85 @@ exports.METRIC_DB_CLIENT_RESPONSE_RETURNED_ROWS = 'db.client.response.returned_r
|
|
|
322
534
|
*/
|
|
323
535
|
exports.METRIC_DNS_LOOKUP_DURATION = 'dns.lookup.duration';
|
|
324
536
|
/**
|
|
325
|
-
* Number of invocation cold starts
|
|
537
|
+
* Number of invocation cold starts.
|
|
326
538
|
*
|
|
327
539
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
328
540
|
*/
|
|
329
541
|
exports.METRIC_FAAS_COLDSTARTS = 'faas.coldstarts';
|
|
330
542
|
/**
|
|
331
|
-
* Distribution of CPU usage per invocation
|
|
543
|
+
* Distribution of CPU usage per invocation.
|
|
332
544
|
*
|
|
333
545
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
334
546
|
*/
|
|
335
547
|
exports.METRIC_FAAS_CPU_USAGE = 'faas.cpu_usage';
|
|
336
548
|
/**
|
|
337
|
-
* Number of invocation errors
|
|
549
|
+
* Number of invocation errors.
|
|
338
550
|
*
|
|
339
551
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
340
552
|
*/
|
|
341
553
|
exports.METRIC_FAAS_ERRORS = 'faas.errors';
|
|
342
554
|
/**
|
|
343
|
-
* Measures the duration of the function's initialization, such as a cold start
|
|
555
|
+
* Measures the duration of the function's initialization, such as a cold start.
|
|
344
556
|
*
|
|
345
557
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
346
558
|
*/
|
|
347
559
|
exports.METRIC_FAAS_INIT_DURATION = 'faas.init_duration';
|
|
348
560
|
/**
|
|
349
|
-
* Number of successful invocations
|
|
561
|
+
* Number of successful invocations.
|
|
350
562
|
*
|
|
351
563
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
352
564
|
*/
|
|
353
565
|
exports.METRIC_FAAS_INVOCATIONS = 'faas.invocations';
|
|
354
566
|
/**
|
|
355
|
-
* Measures the duration of the function's logic execution
|
|
567
|
+
* Measures the duration of the function's logic execution.
|
|
356
568
|
*
|
|
357
569
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
358
570
|
*/
|
|
359
571
|
exports.METRIC_FAAS_INVOKE_DURATION = 'faas.invoke_duration';
|
|
360
572
|
/**
|
|
361
|
-
* Distribution of max memory usage per invocation
|
|
573
|
+
* Distribution of max memory usage per invocation.
|
|
362
574
|
*
|
|
363
575
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
364
576
|
*/
|
|
365
577
|
exports.METRIC_FAAS_MEM_USAGE = 'faas.mem_usage';
|
|
366
578
|
/**
|
|
367
|
-
* Distribution of net I/O usage per invocation
|
|
579
|
+
* Distribution of net I/O usage per invocation.
|
|
368
580
|
*
|
|
369
581
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
370
582
|
*/
|
|
371
583
|
exports.METRIC_FAAS_NET_IO = 'faas.net_io';
|
|
372
584
|
/**
|
|
373
|
-
* Number of invocation timeouts
|
|
585
|
+
* Number of invocation timeouts.
|
|
374
586
|
*
|
|
375
587
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
376
588
|
*/
|
|
377
589
|
exports.METRIC_FAAS_TIMEOUTS = 'faas.timeouts';
|
|
378
590
|
/**
|
|
379
|
-
* GenAI operation duration
|
|
591
|
+
* GenAI operation duration.
|
|
380
592
|
*
|
|
381
593
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
382
594
|
*/
|
|
383
595
|
exports.METRIC_GEN_AI_CLIENT_OPERATION_DURATION = 'gen_ai.client.operation.duration';
|
|
384
596
|
/**
|
|
385
|
-
*
|
|
597
|
+
* Number of input and output tokens used.
|
|
386
598
|
*
|
|
387
599
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
388
600
|
*/
|
|
389
601
|
exports.METRIC_GEN_AI_CLIENT_TOKEN_USAGE = 'gen_ai.client.token.usage';
|
|
390
602
|
/**
|
|
391
|
-
* Generative AI server request duration such as time-to-last byte or last output token
|
|
603
|
+
* Generative AI server request duration such as time-to-last byte or last output token.
|
|
392
604
|
*
|
|
393
605
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
394
606
|
*/
|
|
395
607
|
exports.METRIC_GEN_AI_SERVER_REQUEST_DURATION = 'gen_ai.server.request.duration';
|
|
396
608
|
/**
|
|
397
|
-
* Time per output token generated after the first token for successful responses
|
|
609
|
+
* Time per output token generated after the first token for successful responses.
|
|
398
610
|
*
|
|
399
611
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
400
612
|
*/
|
|
401
613
|
exports.METRIC_GEN_AI_SERVER_TIME_PER_OUTPUT_TOKEN = 'gen_ai.server.time_per_output_token';
|
|
402
614
|
/**
|
|
403
|
-
* Time to generate first token for successful responses
|
|
615
|
+
* Time to generate first token for successful responses.
|
|
404
616
|
*
|
|
405
617
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
406
618
|
*/
|
|
@@ -534,25 +746,103 @@ exports.METRIC_HTTP_SERVER_REQUEST_BODY_SIZE = 'http.server.request.body.size';
|
|
|
534
746
|
*/
|
|
535
747
|
exports.METRIC_HTTP_SERVER_RESPONSE_BODY_SIZE = 'http.server.response.body.size';
|
|
536
748
|
/**
|
|
537
|
-
*
|
|
749
|
+
* Remaining fraction of battery charge.
|
|
750
|
+
*
|
|
751
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
752
|
+
*/
|
|
753
|
+
exports.METRIC_HW_BATTERY_CHARGE = 'hw.battery.charge';
|
|
754
|
+
/**
|
|
755
|
+
* Lower limit of battery charge fraction to ensure proper operation.
|
|
756
|
+
*
|
|
757
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
758
|
+
*/
|
|
759
|
+
exports.METRIC_HW_BATTERY_CHARGE_LIMIT = 'hw.battery.charge.limit';
|
|
760
|
+
/**
|
|
761
|
+
* Time left before battery is completely charged or discharged.
|
|
762
|
+
*
|
|
763
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
764
|
+
*/
|
|
765
|
+
exports.METRIC_HW_BATTERY_TIME_LEFT = 'hw.battery.time_left';
|
|
766
|
+
/**
|
|
767
|
+
* CPU current frequency.
|
|
768
|
+
*
|
|
769
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
770
|
+
*/
|
|
771
|
+
exports.METRIC_HW_CPU_SPEED = 'hw.cpu.speed';
|
|
772
|
+
/**
|
|
773
|
+
* CPU maximum frequency.
|
|
774
|
+
*
|
|
775
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
776
|
+
*/
|
|
777
|
+
exports.METRIC_HW_CPU_SPEED_LIMIT = 'hw.cpu.speed.limit';
|
|
778
|
+
/**
|
|
779
|
+
* Energy consumed by the component.
|
|
538
780
|
*
|
|
539
781
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
540
782
|
*/
|
|
541
783
|
exports.METRIC_HW_ENERGY = 'hw.energy';
|
|
542
784
|
/**
|
|
543
|
-
* Number of errors encountered by the component
|
|
785
|
+
* Number of errors encountered by the component.
|
|
544
786
|
*
|
|
545
787
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
546
788
|
*/
|
|
547
789
|
exports.METRIC_HW_ERRORS = 'hw.errors';
|
|
548
790
|
/**
|
|
549
|
-
*
|
|
791
|
+
* Fan speed in revolutions per minute.
|
|
792
|
+
*
|
|
793
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
794
|
+
*/
|
|
795
|
+
exports.METRIC_HW_FAN_SPEED = 'hw.fan.speed';
|
|
796
|
+
/**
|
|
797
|
+
* Speed limit in rpm.
|
|
798
|
+
*
|
|
799
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
800
|
+
*/
|
|
801
|
+
exports.METRIC_HW_FAN_SPEED_LIMIT = 'hw.fan.speed.limit';
|
|
802
|
+
/**
|
|
803
|
+
* Fan speed expressed as a fraction of its maximum speed.
|
|
804
|
+
*
|
|
805
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
806
|
+
*/
|
|
807
|
+
exports.METRIC_HW_FAN_SPEED_RATIO = 'hw.fan.speed_ratio';
|
|
808
|
+
/**
|
|
809
|
+
* Received and transmitted bytes by the GPU.
|
|
810
|
+
*
|
|
811
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
812
|
+
*/
|
|
813
|
+
exports.METRIC_HW_GPU_IO = 'hw.gpu.io';
|
|
814
|
+
/**
|
|
815
|
+
* Size of the GPU memory.
|
|
816
|
+
*
|
|
817
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
818
|
+
*/
|
|
819
|
+
exports.METRIC_HW_GPU_MEMORY_LIMIT = 'hw.gpu.memory.limit';
|
|
820
|
+
/**
|
|
821
|
+
* GPU memory used.
|
|
822
|
+
*
|
|
823
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
824
|
+
*/
|
|
825
|
+
exports.METRIC_HW_GPU_MEMORY_USAGE = 'hw.gpu.memory.usage';
|
|
826
|
+
/**
|
|
827
|
+
* Fraction of GPU memory used.
|
|
828
|
+
*
|
|
829
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
830
|
+
*/
|
|
831
|
+
exports.METRIC_HW_GPU_MEMORY_UTILIZATION = 'hw.gpu.memory.utilization';
|
|
832
|
+
/**
|
|
833
|
+
* Fraction of time spent in a specific task.
|
|
834
|
+
*
|
|
835
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
836
|
+
*/
|
|
837
|
+
exports.METRIC_HW_GPU_UTILIZATION = 'hw.gpu.utilization';
|
|
838
|
+
/**
|
|
839
|
+
* Ambient (external) temperature of the physical host.
|
|
550
840
|
*
|
|
551
841
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
552
842
|
*/
|
|
553
843
|
exports.METRIC_HW_HOST_AMBIENT_TEMPERATURE = 'hw.host.ambient_temperature';
|
|
554
844
|
/**
|
|
555
|
-
* Total energy consumed by the entire physical host, in joules
|
|
845
|
+
* Total energy consumed by the entire physical host, in joules.
|
|
556
846
|
*
|
|
557
847
|
* @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.
|
|
558
848
|
*
|
|
@@ -560,13 +850,13 @@ exports.METRIC_HW_HOST_AMBIENT_TEMPERATURE = 'hw.host.ambient_temperature';
|
|
|
560
850
|
*/
|
|
561
851
|
exports.METRIC_HW_HOST_ENERGY = 'hw.host.energy';
|
|
562
852
|
/**
|
|
563
|
-
* 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
|
|
853
|
+
* 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.
|
|
564
854
|
*
|
|
565
855
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
566
856
|
*/
|
|
567
857
|
exports.METRIC_HW_HOST_HEATING_MARGIN = 'hw.host.heating_margin';
|
|
568
858
|
/**
|
|
569
|
-
* Instantaneous power consumed by the entire physical host in Watts (`hw.host.energy` is preferred)
|
|
859
|
+
* Instantaneous power consumed by the entire physical host in Watts (`hw.host.energy` is preferred).
|
|
570
860
|
*
|
|
571
861
|
* @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.
|
|
572
862
|
*
|
|
@@ -574,7 +864,79 @@ exports.METRIC_HW_HOST_HEATING_MARGIN = 'hw.host.heating_margin';
|
|
|
574
864
|
*/
|
|
575
865
|
exports.METRIC_HW_HOST_POWER = 'hw.host.power';
|
|
576
866
|
/**
|
|
577
|
-
*
|
|
867
|
+
* Size of the logical disk.
|
|
868
|
+
*
|
|
869
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
870
|
+
*/
|
|
871
|
+
exports.METRIC_HW_LOGICAL_DISK_LIMIT = 'hw.logical_disk.limit';
|
|
872
|
+
/**
|
|
873
|
+
* Logical disk space usage.
|
|
874
|
+
*
|
|
875
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
876
|
+
*/
|
|
877
|
+
exports.METRIC_HW_LOGICAL_DISK_USAGE = 'hw.logical_disk.usage';
|
|
878
|
+
/**
|
|
879
|
+
* Logical disk space utilization as a fraction.
|
|
880
|
+
*
|
|
881
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
882
|
+
*/
|
|
883
|
+
exports.METRIC_HW_LOGICAL_DISK_UTILIZATION = 'hw.logical_disk.utilization';
|
|
884
|
+
/**
|
|
885
|
+
* Size of the memory module.
|
|
886
|
+
*
|
|
887
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
888
|
+
*/
|
|
889
|
+
exports.METRIC_HW_MEMORY_SIZE = 'hw.memory.size';
|
|
890
|
+
/**
|
|
891
|
+
* Link speed.
|
|
892
|
+
*
|
|
893
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
894
|
+
*/
|
|
895
|
+
exports.METRIC_HW_NETWORK_BANDWIDTH_LIMIT = 'hw.network.bandwidth.limit';
|
|
896
|
+
/**
|
|
897
|
+
* Utilization of the network bandwidth as a fraction.
|
|
898
|
+
*
|
|
899
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
900
|
+
*/
|
|
901
|
+
exports.METRIC_HW_NETWORK_BANDWIDTH_UTILIZATION = 'hw.network.bandwidth.utilization';
|
|
902
|
+
/**
|
|
903
|
+
* Received and transmitted network traffic in bytes.
|
|
904
|
+
*
|
|
905
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
906
|
+
*/
|
|
907
|
+
exports.METRIC_HW_NETWORK_IO = 'hw.network.io';
|
|
908
|
+
/**
|
|
909
|
+
* Received and transmitted network traffic in packets (or frames).
|
|
910
|
+
*
|
|
911
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
912
|
+
*/
|
|
913
|
+
exports.METRIC_HW_NETWORK_PACKETS = 'hw.network.packets';
|
|
914
|
+
/**
|
|
915
|
+
* Link status: `1` (up) or `0` (down).
|
|
916
|
+
*
|
|
917
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
918
|
+
*/
|
|
919
|
+
exports.METRIC_HW_NETWORK_UP = 'hw.network.up';
|
|
920
|
+
/**
|
|
921
|
+
* Endurance remaining for this SSD disk.
|
|
922
|
+
*
|
|
923
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
924
|
+
*/
|
|
925
|
+
exports.METRIC_HW_PHYSICAL_DISK_ENDURANCE_UTILIZATION = 'hw.physical_disk.endurance_utilization';
|
|
926
|
+
/**
|
|
927
|
+
* Size of the disk.
|
|
928
|
+
*
|
|
929
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
930
|
+
*/
|
|
931
|
+
exports.METRIC_HW_PHYSICAL_DISK_SIZE = 'hw.physical_disk.size';
|
|
932
|
+
/**
|
|
933
|
+
* 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.
|
|
934
|
+
*
|
|
935
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
936
|
+
*/
|
|
937
|
+
exports.METRIC_HW_PHYSICAL_DISK_SMART = 'hw.physical_disk.smart';
|
|
938
|
+
/**
|
|
939
|
+
* Instantaneous power consumed by the component.
|
|
578
940
|
*
|
|
579
941
|
* @note It is recommended to report `hw.energy` instead of `hw.power` when possible.
|
|
580
942
|
*
|
|
@@ -582,13 +944,67 @@ exports.METRIC_HW_HOST_POWER = 'hw.host.power';
|
|
|
582
944
|
*/
|
|
583
945
|
exports.METRIC_HW_POWER = 'hw.power';
|
|
584
946
|
/**
|
|
585
|
-
*
|
|
947
|
+
* Maximum power output of the power supply.
|
|
948
|
+
*
|
|
949
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
950
|
+
*/
|
|
951
|
+
exports.METRIC_HW_POWER_SUPPLY_LIMIT = 'hw.power_supply.limit';
|
|
952
|
+
/**
|
|
953
|
+
* Current power output of the power supply.
|
|
954
|
+
*
|
|
955
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
956
|
+
*/
|
|
957
|
+
exports.METRIC_HW_POWER_SUPPLY_USAGE = 'hw.power_supply.usage';
|
|
958
|
+
/**
|
|
959
|
+
* Utilization of the power supply as a fraction of its maximum output.
|
|
960
|
+
*
|
|
961
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
962
|
+
*/
|
|
963
|
+
exports.METRIC_HW_POWER_SUPPLY_UTILIZATION = 'hw.power_supply.utilization';
|
|
964
|
+
/**
|
|
965
|
+
* Operational status: `1` (true) or `0` (false) for each of the possible states.
|
|
586
966
|
*
|
|
587
967
|
* @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.
|
|
588
968
|
*
|
|
589
969
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
590
970
|
*/
|
|
591
971
|
exports.METRIC_HW_STATUS = 'hw.status';
|
|
972
|
+
/**
|
|
973
|
+
* Operations performed by the tape drive.
|
|
974
|
+
*
|
|
975
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
976
|
+
*/
|
|
977
|
+
exports.METRIC_HW_TAPE_DRIVE_OPERATIONS = 'hw.tape_drive.operations';
|
|
978
|
+
/**
|
|
979
|
+
* Temperature in degrees Celsius.
|
|
980
|
+
*
|
|
981
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
982
|
+
*/
|
|
983
|
+
exports.METRIC_HW_TEMPERATURE = 'hw.temperature';
|
|
984
|
+
/**
|
|
985
|
+
* Temperature limit in degrees Celsius.
|
|
986
|
+
*
|
|
987
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
988
|
+
*/
|
|
989
|
+
exports.METRIC_HW_TEMPERATURE_LIMIT = 'hw.temperature.limit';
|
|
990
|
+
/**
|
|
991
|
+
* Voltage measured by the sensor.
|
|
992
|
+
*
|
|
993
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
994
|
+
*/
|
|
995
|
+
exports.METRIC_HW_VOLTAGE = 'hw.voltage';
|
|
996
|
+
/**
|
|
997
|
+
* Voltage limit in Volts.
|
|
998
|
+
*
|
|
999
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1000
|
+
*/
|
|
1001
|
+
exports.METRIC_HW_VOLTAGE_LIMIT = 'hw.voltage.limit';
|
|
1002
|
+
/**
|
|
1003
|
+
* Nominal (expected) voltage.
|
|
1004
|
+
*
|
|
1005
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1006
|
+
*/
|
|
1007
|
+
exports.METRIC_HW_VOLTAGE_NOMINAL = 'hw.voltage.nominal';
|
|
592
1008
|
/**
|
|
593
1009
|
* Number of buffers in the pool.
|
|
594
1010
|
*
|
|
@@ -644,7 +1060,7 @@ exports.METRIC_JVM_SYSTEM_CPU_LOAD_1M = 'jvm.system.cpu.load_1m';
|
|
|
644
1060
|
*/
|
|
645
1061
|
exports.METRIC_JVM_SYSTEM_CPU_UTILIZATION = 'jvm.system.cpu.utilization';
|
|
646
1062
|
/**
|
|
647
|
-
* Maximum CPU resource limit set for the container
|
|
1063
|
+
* Maximum CPU resource limit set for the container.
|
|
648
1064
|
*
|
|
649
1065
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
650
1066
|
*
|
|
@@ -652,7 +1068,7 @@ exports.METRIC_JVM_SYSTEM_CPU_UTILIZATION = 'jvm.system.cpu.utilization';
|
|
|
652
1068
|
*/
|
|
653
1069
|
exports.METRIC_K8S_CONTAINER_CPU_LIMIT = 'k8s.container.cpu.limit';
|
|
654
1070
|
/**
|
|
655
|
-
* CPU resource requested for the container
|
|
1071
|
+
* CPU resource requested for the container.
|
|
656
1072
|
*
|
|
657
1073
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
658
1074
|
*
|
|
@@ -660,7 +1076,7 @@ exports.METRIC_K8S_CONTAINER_CPU_LIMIT = 'k8s.container.cpu.limit';
|
|
|
660
1076
|
*/
|
|
661
1077
|
exports.METRIC_K8S_CONTAINER_CPU_REQUEST = 'k8s.container.cpu.request';
|
|
662
1078
|
/**
|
|
663
|
-
* Maximum ephemeral storage resource limit set for the container
|
|
1079
|
+
* Maximum ephemeral storage resource limit set for the container.
|
|
664
1080
|
*
|
|
665
1081
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
666
1082
|
*
|
|
@@ -668,7 +1084,7 @@ exports.METRIC_K8S_CONTAINER_CPU_REQUEST = 'k8s.container.cpu.request';
|
|
|
668
1084
|
*/
|
|
669
1085
|
exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT = 'k8s.container.ephemeral_storage.limit';
|
|
670
1086
|
/**
|
|
671
|
-
* Ephemeral storage resource requested for the container
|
|
1087
|
+
* Ephemeral storage resource requested for the container.
|
|
672
1088
|
*
|
|
673
1089
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
674
1090
|
*
|
|
@@ -676,7 +1092,7 @@ exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT = 'k8s.container.ephemeral_
|
|
|
676
1092
|
*/
|
|
677
1093
|
exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_REQUEST = 'k8s.container.ephemeral_storage.request';
|
|
678
1094
|
/**
|
|
679
|
-
* Maximum memory resource limit set for the container
|
|
1095
|
+
* Maximum memory resource limit set for the container.
|
|
680
1096
|
*
|
|
681
1097
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
682
1098
|
*
|
|
@@ -684,7 +1100,7 @@ exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_REQUEST = 'k8s.container.ephemera
|
|
|
684
1100
|
*/
|
|
685
1101
|
exports.METRIC_K8S_CONTAINER_MEMORY_LIMIT = 'k8s.container.memory.limit';
|
|
686
1102
|
/**
|
|
687
|
-
* Memory resource requested for the container
|
|
1103
|
+
* Memory resource requested for the container.
|
|
688
1104
|
*
|
|
689
1105
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
690
1106
|
*
|
|
@@ -692,7 +1108,7 @@ exports.METRIC_K8S_CONTAINER_MEMORY_LIMIT = 'k8s.container.memory.limit';
|
|
|
692
1108
|
*/
|
|
693
1109
|
exports.METRIC_K8S_CONTAINER_MEMORY_REQUEST = 'k8s.container.memory.request';
|
|
694
1110
|
/**
|
|
695
|
-
* Indicates whether the container is currently marked as ready to accept traffic, based on its readiness probe (1 = ready, 0 = not ready)
|
|
1111
|
+
* Indicates whether the container is currently marked as ready to accept traffic, based on its readiness probe (1 = ready, 0 = not ready).
|
|
696
1112
|
*
|
|
697
1113
|
* @note This metric **SHOULD** reflect the value of the `ready` field in the
|
|
698
1114
|
* [K8s ContainerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#containerstatus-v1-core).
|
|
@@ -701,7 +1117,7 @@ exports.METRIC_K8S_CONTAINER_MEMORY_REQUEST = 'k8s.container.memory.request';
|
|
|
701
1117
|
*/
|
|
702
1118
|
exports.METRIC_K8S_CONTAINER_READY = 'k8s.container.ready';
|
|
703
1119
|
/**
|
|
704
|
-
* Describes how many times the container has restarted (since the last counter reset)
|
|
1120
|
+
* Describes how many times the container has restarted (since the last counter reset).
|
|
705
1121
|
*
|
|
706
1122
|
* @note This value is pulled directly from the K8s API and the value can go indefinitely high and be reset to 0
|
|
707
1123
|
* at any time depending on how your kubelet is configured to prune dead containers.
|
|
@@ -713,7 +1129,7 @@ exports.METRIC_K8S_CONTAINER_READY = 'k8s.container.ready';
|
|
|
713
1129
|
*/
|
|
714
1130
|
exports.METRIC_K8S_CONTAINER_RESTART_COUNT = 'k8s.container.restart.count';
|
|
715
1131
|
/**
|
|
716
|
-
* Describes the number of K8s containers that are currently in a state for a given reason
|
|
1132
|
+
* Describes the number of K8s containers that are currently in a state for a given reason.
|
|
717
1133
|
*
|
|
718
1134
|
* @note All possible container state reasons will be reported at each time interval to avoid missing metrics.
|
|
719
1135
|
* Only the value corresponding to the current state reason will be non-zero.
|
|
@@ -722,7 +1138,7 @@ exports.METRIC_K8S_CONTAINER_RESTART_COUNT = 'k8s.container.restart.count';
|
|
|
722
1138
|
*/
|
|
723
1139
|
exports.METRIC_K8S_CONTAINER_STATUS_REASON = 'k8s.container.status.reason';
|
|
724
1140
|
/**
|
|
725
|
-
* Describes the number of K8s containers that are currently in a given state
|
|
1141
|
+
* Describes the number of K8s containers that are currently in a given state.
|
|
726
1142
|
*
|
|
727
1143
|
* @note All possible container states will be reported at each time interval to avoid missing metrics.
|
|
728
1144
|
* Only the value corresponding to the current state will be non-zero.
|
|
@@ -731,7 +1147,7 @@ exports.METRIC_K8S_CONTAINER_STATUS_REASON = 'k8s.container.status.reason';
|
|
|
731
1147
|
*/
|
|
732
1148
|
exports.METRIC_K8S_CONTAINER_STATUS_STATE = 'k8s.container.status.state';
|
|
733
1149
|
/**
|
|
734
|
-
* Maximum storage resource limit set for the container
|
|
1150
|
+
* Maximum storage resource limit set for the container.
|
|
735
1151
|
*
|
|
736
1152
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
737
1153
|
*
|
|
@@ -739,7 +1155,7 @@ exports.METRIC_K8S_CONTAINER_STATUS_STATE = 'k8s.container.status.state';
|
|
|
739
1155
|
*/
|
|
740
1156
|
exports.METRIC_K8S_CONTAINER_STORAGE_LIMIT = 'k8s.container.storage.limit';
|
|
741
1157
|
/**
|
|
742
|
-
* Storage resource requested for the container
|
|
1158
|
+
* Storage resource requested for the container.
|
|
743
1159
|
*
|
|
744
1160
|
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
745
1161
|
*
|
|
@@ -747,7 +1163,7 @@ exports.METRIC_K8S_CONTAINER_STORAGE_LIMIT = 'k8s.container.storage.limit';
|
|
|
747
1163
|
*/
|
|
748
1164
|
exports.METRIC_K8S_CONTAINER_STORAGE_REQUEST = 'k8s.container.storage.request';
|
|
749
1165
|
/**
|
|
750
|
-
* The number of actively running jobs for a cronjob
|
|
1166
|
+
* The number of actively running jobs for a cronjob.
|
|
751
1167
|
*
|
|
752
1168
|
* @note This metric aligns with the `active` field of the
|
|
753
1169
|
* [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
|
|
@@ -756,7 +1172,7 @@ exports.METRIC_K8S_CONTAINER_STORAGE_REQUEST = 'k8s.container.storage.request';
|
|
|
756
1172
|
*/
|
|
757
1173
|
exports.METRIC_K8S_CRONJOB_ACTIVE_JOBS = 'k8s.cronjob.active_jobs';
|
|
758
1174
|
/**
|
|
759
|
-
* Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod
|
|
1175
|
+
* Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
|
|
760
1176
|
*
|
|
761
1177
|
* @note This metric aligns with the `currentNumberScheduled` field of the
|
|
762
1178
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -765,7 +1181,7 @@ exports.METRIC_K8S_CRONJOB_ACTIVE_JOBS = 'k8s.cronjob.active_jobs';
|
|
|
765
1181
|
*/
|
|
766
1182
|
exports.METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES = 'k8s.daemonset.current_scheduled_nodes';
|
|
767
1183
|
/**
|
|
768
|
-
* Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod)
|
|
1184
|
+
* Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod).
|
|
769
1185
|
*
|
|
770
1186
|
* @note This metric aligns with the `desiredNumberScheduled` field of the
|
|
771
1187
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -774,7 +1190,7 @@ exports.METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES = 'k8s.daemonset.current_sc
|
|
|
774
1190
|
*/
|
|
775
1191
|
exports.METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES = 'k8s.daemonset.desired_scheduled_nodes';
|
|
776
1192
|
/**
|
|
777
|
-
* Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod
|
|
1193
|
+
* Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
|
|
778
1194
|
*
|
|
779
1195
|
* @note This metric aligns with the `numberMisscheduled` field of the
|
|
780
1196
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -783,7 +1199,7 @@ exports.METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES = 'k8s.daemonset.desired_sc
|
|
|
783
1199
|
*/
|
|
784
1200
|
exports.METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES = 'k8s.daemonset.misscheduled_nodes';
|
|
785
1201
|
/**
|
|
786
|
-
* Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready
|
|
1202
|
+
* Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
787
1203
|
*
|
|
788
1204
|
* @note This metric aligns with the `numberReady` field of the
|
|
789
1205
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
@@ -792,7 +1208,7 @@ exports.METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES = 'k8s.daemonset.misscheduled_no
|
|
|
792
1208
|
*/
|
|
793
1209
|
exports.METRIC_K8S_DAEMONSET_READY_NODES = 'k8s.daemonset.ready_nodes';
|
|
794
1210
|
/**
|
|
795
|
-
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment
|
|
1211
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
796
1212
|
*
|
|
797
1213
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
798
1214
|
* [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
|
|
@@ -801,7 +1217,7 @@ exports.METRIC_K8S_DAEMONSET_READY_NODES = 'k8s.daemonset.ready_nodes';
|
|
|
801
1217
|
*/
|
|
802
1218
|
exports.METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS = 'k8s.deployment.available_pods';
|
|
803
1219
|
/**
|
|
804
|
-
* Number of desired replica pods in this deployment
|
|
1220
|
+
* Number of desired replica pods in this deployment.
|
|
805
1221
|
*
|
|
806
1222
|
* @note This metric aligns with the `replicas` field of the
|
|
807
1223
|
* [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
|
|
@@ -810,7 +1226,7 @@ exports.METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS = 'k8s.deployment.available_pods';
|
|
|
810
1226
|
*/
|
|
811
1227
|
exports.METRIC_K8S_DEPLOYMENT_DESIRED_PODS = 'k8s.deployment.desired_pods';
|
|
812
1228
|
/**
|
|
813
|
-
* Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler
|
|
1229
|
+
* Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler.
|
|
814
1230
|
*
|
|
815
1231
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
816
1232
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
@@ -819,7 +1235,7 @@ exports.METRIC_K8S_DEPLOYMENT_DESIRED_PODS = 'k8s.deployment.desired_pods';
|
|
|
819
1235
|
*/
|
|
820
1236
|
exports.METRIC_K8S_HPA_CURRENT_PODS = 'k8s.hpa.current_pods';
|
|
821
1237
|
/**
|
|
822
|
-
* Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler
|
|
1238
|
+
* Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler.
|
|
823
1239
|
*
|
|
824
1240
|
* @note This metric aligns with the `desiredReplicas` field of the
|
|
825
1241
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
@@ -828,7 +1244,7 @@ exports.METRIC_K8S_HPA_CURRENT_PODS = 'k8s.hpa.current_pods';
|
|
|
828
1244
|
*/
|
|
829
1245
|
exports.METRIC_K8S_HPA_DESIRED_PODS = 'k8s.hpa.desired_pods';
|
|
830
1246
|
/**
|
|
831
|
-
* The upper limit for the number of replica pods to which the autoscaler can scale up
|
|
1247
|
+
* The upper limit for the number of replica pods to which the autoscaler can scale up.
|
|
832
1248
|
*
|
|
833
1249
|
* @note This metric aligns with the `maxReplicas` field of the
|
|
834
1250
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
@@ -870,7 +1286,7 @@ exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_VALUE = 'k8s.hpa.metric.target.
|
|
|
870
1286
|
*/
|
|
871
1287
|
exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE = 'k8s.hpa.metric.target.cpu.value';
|
|
872
1288
|
/**
|
|
873
|
-
* The lower limit for the number of replica pods to which the autoscaler can scale down
|
|
1289
|
+
* The lower limit for the number of replica pods to which the autoscaler can scale down.
|
|
874
1290
|
*
|
|
875
1291
|
* @note This metric aligns with the `minReplicas` field of the
|
|
876
1292
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
@@ -879,7 +1295,7 @@ exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE = 'k8s.hpa.metric.target.cpu.valu
|
|
|
879
1295
|
*/
|
|
880
1296
|
exports.METRIC_K8S_HPA_MIN_PODS = 'k8s.hpa.min_pods';
|
|
881
1297
|
/**
|
|
882
|
-
* The number of pending and actively running pods for a job
|
|
1298
|
+
* The number of pending and actively running pods for a job.
|
|
883
1299
|
*
|
|
884
1300
|
* @note This metric aligns with the `active` field of the
|
|
885
1301
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
@@ -888,7 +1304,7 @@ exports.METRIC_K8S_HPA_MIN_PODS = 'k8s.hpa.min_pods';
|
|
|
888
1304
|
*/
|
|
889
1305
|
exports.METRIC_K8S_JOB_ACTIVE_PODS = 'k8s.job.active_pods';
|
|
890
1306
|
/**
|
|
891
|
-
* The desired number of successfully finished pods the job should be run with
|
|
1307
|
+
* The desired number of successfully finished pods the job should be run with.
|
|
892
1308
|
*
|
|
893
1309
|
* @note This metric aligns with the `completions` field of the
|
|
894
1310
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
|
|
@@ -897,7 +1313,7 @@ exports.METRIC_K8S_JOB_ACTIVE_PODS = 'k8s.job.active_pods';
|
|
|
897
1313
|
*/
|
|
898
1314
|
exports.METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS = 'k8s.job.desired_successful_pods';
|
|
899
1315
|
/**
|
|
900
|
-
* The number of pods which reached phase Failed for a job
|
|
1316
|
+
* The number of pods which reached phase Failed for a job.
|
|
901
1317
|
*
|
|
902
1318
|
* @note This metric aligns with the `failed` field of the
|
|
903
1319
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
@@ -906,7 +1322,7 @@ exports.METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS = 'k8s.job.desired_successful_pod
|
|
|
906
1322
|
*/
|
|
907
1323
|
exports.METRIC_K8S_JOB_FAILED_PODS = 'k8s.job.failed_pods';
|
|
908
1324
|
/**
|
|
909
|
-
* The max desired number of pods the job should run at any given time
|
|
1325
|
+
* The max desired number of pods the job should run at any given time.
|
|
910
1326
|
*
|
|
911
1327
|
* @note This metric aligns with the `parallelism` field of the
|
|
912
1328
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
|
@@ -915,7 +1331,7 @@ exports.METRIC_K8S_JOB_FAILED_PODS = 'k8s.job.failed_pods';
|
|
|
915
1331
|
*/
|
|
916
1332
|
exports.METRIC_K8S_JOB_MAX_PARALLEL_PODS = 'k8s.job.max_parallel_pods';
|
|
917
1333
|
/**
|
|
918
|
-
* The number of pods which reached phase Succeeded for a job
|
|
1334
|
+
* The number of pods which reached phase Succeeded for a job.
|
|
919
1335
|
*
|
|
920
1336
|
* @note This metric aligns with the `succeeded` field of the
|
|
921
1337
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
@@ -930,25 +1346,25 @@ exports.METRIC_K8S_JOB_SUCCESSFUL_PODS = 'k8s.job.successful_pods';
|
|
|
930
1346
|
*/
|
|
931
1347
|
exports.METRIC_K8S_NAMESPACE_PHASE = 'k8s.namespace.phase';
|
|
932
1348
|
/**
|
|
933
|
-
* Amount of cpu allocatable on the node
|
|
1349
|
+
* Amount of cpu allocatable on the node.
|
|
934
1350
|
*
|
|
935
1351
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
936
1352
|
*/
|
|
937
1353
|
exports.METRIC_K8S_NODE_ALLOCATABLE_CPU = 'k8s.node.allocatable.cpu';
|
|
938
1354
|
/**
|
|
939
|
-
* Amount of ephemeral-storage allocatable on the node
|
|
1355
|
+
* Amount of ephemeral-storage allocatable on the node.
|
|
940
1356
|
*
|
|
941
1357
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
942
1358
|
*/
|
|
943
1359
|
exports.METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE = 'k8s.node.allocatable.ephemeral_storage';
|
|
944
1360
|
/**
|
|
945
|
-
* Amount of memory allocatable on the node
|
|
1361
|
+
* Amount of memory allocatable on the node.
|
|
946
1362
|
*
|
|
947
1363
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
948
1364
|
*/
|
|
949
1365
|
exports.METRIC_K8S_NODE_ALLOCATABLE_MEMORY = 'k8s.node.allocatable.memory';
|
|
950
1366
|
/**
|
|
951
|
-
* Amount of pods allocatable on the node
|
|
1367
|
+
* Amount of pods allocatable on the node.
|
|
952
1368
|
*
|
|
953
1369
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
954
1370
|
*/
|
|
@@ -962,7 +1378,7 @@ exports.METRIC_K8S_NODE_ALLOCATABLE_PODS = 'k8s.node.allocatable.pods';
|
|
|
962
1378
|
*/
|
|
963
1379
|
exports.METRIC_K8S_NODE_CONDITION_STATUS = 'k8s.node.condition.status';
|
|
964
1380
|
/**
|
|
965
|
-
* Total CPU time consumed
|
|
1381
|
+
* Total CPU time consumed.
|
|
966
1382
|
*
|
|
967
1383
|
* @note Total CPU time consumed by the specific Node on all available CPU cores
|
|
968
1384
|
*
|
|
@@ -970,7 +1386,7 @@ exports.METRIC_K8S_NODE_CONDITION_STATUS = 'k8s.node.condition.status';
|
|
|
970
1386
|
*/
|
|
971
1387
|
exports.METRIC_K8S_NODE_CPU_TIME = 'k8s.node.cpu.time';
|
|
972
1388
|
/**
|
|
973
|
-
* Node's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
|
|
1389
|
+
* Node's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs.
|
|
974
1390
|
*
|
|
975
1391
|
* @note CPU usage of the specific Node on all available CPU cores, averaged over the sample window
|
|
976
1392
|
*
|
|
@@ -978,7 +1394,42 @@ exports.METRIC_K8S_NODE_CPU_TIME = 'k8s.node.cpu.time';
|
|
|
978
1394
|
*/
|
|
979
1395
|
exports.METRIC_K8S_NODE_CPU_USAGE = 'k8s.node.cpu.usage';
|
|
980
1396
|
/**
|
|
981
|
-
*
|
|
1397
|
+
* Node filesystem available bytes.
|
|
1398
|
+
*
|
|
1399
|
+
* @note This metric is derived from the
|
|
1400
|
+
* [FsStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1401
|
+
* of the [NodeStats.Fs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#NodeStats)
|
|
1402
|
+
* of the Kubelet's stats API.
|
|
1403
|
+
*
|
|
1404
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1405
|
+
*/
|
|
1406
|
+
exports.METRIC_K8S_NODE_FILESYSTEM_AVAILABLE = 'k8s.node.filesystem.available';
|
|
1407
|
+
/**
|
|
1408
|
+
* Node filesystem capacity.
|
|
1409
|
+
*
|
|
1410
|
+
* @note This metric is derived from the
|
|
1411
|
+
* [FsStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1412
|
+
* of the [NodeStats.Fs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#NodeStats)
|
|
1413
|
+
* of the Kubelet's stats API.
|
|
1414
|
+
*
|
|
1415
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1416
|
+
*/
|
|
1417
|
+
exports.METRIC_K8S_NODE_FILESYSTEM_CAPACITY = 'k8s.node.filesystem.capacity';
|
|
1418
|
+
/**
|
|
1419
|
+
* Node filesystem usage.
|
|
1420
|
+
*
|
|
1421
|
+
* @note This may not equal capacity - available.
|
|
1422
|
+
*
|
|
1423
|
+
* This metric is derived from the
|
|
1424
|
+
* [FsStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1425
|
+
* of the [NodeStats.Fs](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#NodeStats)
|
|
1426
|
+
* of the Kubelet's stats API.
|
|
1427
|
+
*
|
|
1428
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1429
|
+
*/
|
|
1430
|
+
exports.METRIC_K8S_NODE_FILESYSTEM_USAGE = 'k8s.node.filesystem.usage';
|
|
1431
|
+
/**
|
|
1432
|
+
* Memory usage of the Node.
|
|
982
1433
|
*
|
|
983
1434
|
* @note Total memory usage of the Node
|
|
984
1435
|
*
|
|
@@ -986,19 +1437,19 @@ exports.METRIC_K8S_NODE_CPU_USAGE = 'k8s.node.cpu.usage';
|
|
|
986
1437
|
*/
|
|
987
1438
|
exports.METRIC_K8S_NODE_MEMORY_USAGE = 'k8s.node.memory.usage';
|
|
988
1439
|
/**
|
|
989
|
-
* Node network errors
|
|
1440
|
+
* Node network errors.
|
|
990
1441
|
*
|
|
991
1442
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
992
1443
|
*/
|
|
993
1444
|
exports.METRIC_K8S_NODE_NETWORK_ERRORS = 'k8s.node.network.errors';
|
|
994
1445
|
/**
|
|
995
|
-
* Network bytes for the Node
|
|
1446
|
+
* Network bytes for the Node.
|
|
996
1447
|
*
|
|
997
1448
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
998
1449
|
*/
|
|
999
1450
|
exports.METRIC_K8S_NODE_NETWORK_IO = 'k8s.node.network.io';
|
|
1000
1451
|
/**
|
|
1001
|
-
* The time the Node has been running
|
|
1452
|
+
* The time the Node has been running.
|
|
1002
1453
|
*
|
|
1003
1454
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
1004
1455
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -1007,7 +1458,7 @@ exports.METRIC_K8S_NODE_NETWORK_IO = 'k8s.node.network.io';
|
|
|
1007
1458
|
*/
|
|
1008
1459
|
exports.METRIC_K8S_NODE_UPTIME = 'k8s.node.uptime';
|
|
1009
1460
|
/**
|
|
1010
|
-
* Total CPU time consumed
|
|
1461
|
+
* Total CPU time consumed.
|
|
1011
1462
|
*
|
|
1012
1463
|
* @note Total CPU time consumed by the specific Pod on all available CPU cores
|
|
1013
1464
|
*
|
|
@@ -1015,7 +1466,7 @@ exports.METRIC_K8S_NODE_UPTIME = 'k8s.node.uptime';
|
|
|
1015
1466
|
*/
|
|
1016
1467
|
exports.METRIC_K8S_POD_CPU_TIME = 'k8s.pod.cpu.time';
|
|
1017
1468
|
/**
|
|
1018
|
-
* Pod's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
|
|
1469
|
+
* Pod's CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs.
|
|
1019
1470
|
*
|
|
1020
1471
|
* @note CPU usage of the specific Pod on all available CPU cores, averaged over the sample window
|
|
1021
1472
|
*
|
|
@@ -1023,7 +1474,42 @@ exports.METRIC_K8S_POD_CPU_TIME = 'k8s.pod.cpu.time';
|
|
|
1023
1474
|
*/
|
|
1024
1475
|
exports.METRIC_K8S_POD_CPU_USAGE = 'k8s.pod.cpu.usage';
|
|
1025
1476
|
/**
|
|
1026
|
-
*
|
|
1477
|
+
* Pod filesystem available bytes.
|
|
1478
|
+
*
|
|
1479
|
+
* @note This metric is derived from the
|
|
1480
|
+
* [FsStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1481
|
+
* of the [PodStats.EphemeralStorage](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats)
|
|
1482
|
+
* of the Kubelet's stats API.
|
|
1483
|
+
*
|
|
1484
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1485
|
+
*/
|
|
1486
|
+
exports.METRIC_K8S_POD_FILESYSTEM_AVAILABLE = 'k8s.pod.filesystem.available';
|
|
1487
|
+
/**
|
|
1488
|
+
* Pod filesystem capacity.
|
|
1489
|
+
*
|
|
1490
|
+
* @note This metric is derived from the
|
|
1491
|
+
* [FsStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1492
|
+
* of the [PodStats.EphemeralStorage](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats)
|
|
1493
|
+
* of the Kubelet's stats API.
|
|
1494
|
+
*
|
|
1495
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1496
|
+
*/
|
|
1497
|
+
exports.METRIC_K8S_POD_FILESYSTEM_CAPACITY = 'k8s.pod.filesystem.capacity';
|
|
1498
|
+
/**
|
|
1499
|
+
* Pod filesystem usage.
|
|
1500
|
+
*
|
|
1501
|
+
* @note This may not equal capacity - available.
|
|
1502
|
+
*
|
|
1503
|
+
* This metric is derived from the
|
|
1504
|
+
* [FsStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#FsStats) field
|
|
1505
|
+
* of the [PodStats.EphemeralStorage](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats)
|
|
1506
|
+
* of the Kubelet's stats API.
|
|
1507
|
+
*
|
|
1508
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1509
|
+
*/
|
|
1510
|
+
exports.METRIC_K8S_POD_FILESYSTEM_USAGE = 'k8s.pod.filesystem.usage';
|
|
1511
|
+
/**
|
|
1512
|
+
* Memory usage of the Pod.
|
|
1027
1513
|
*
|
|
1028
1514
|
* @note Total memory usage of the Pod
|
|
1029
1515
|
*
|
|
@@ -1031,19 +1517,19 @@ exports.METRIC_K8S_POD_CPU_USAGE = 'k8s.pod.cpu.usage';
|
|
|
1031
1517
|
*/
|
|
1032
1518
|
exports.METRIC_K8S_POD_MEMORY_USAGE = 'k8s.pod.memory.usage';
|
|
1033
1519
|
/**
|
|
1034
|
-
* Pod network errors
|
|
1520
|
+
* Pod network errors.
|
|
1035
1521
|
*
|
|
1036
1522
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1037
1523
|
*/
|
|
1038
1524
|
exports.METRIC_K8S_POD_NETWORK_ERRORS = 'k8s.pod.network.errors';
|
|
1039
1525
|
/**
|
|
1040
|
-
* Network bytes for the Pod
|
|
1526
|
+
* Network bytes for the Pod.
|
|
1041
1527
|
*
|
|
1042
1528
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1043
1529
|
*/
|
|
1044
1530
|
exports.METRIC_K8S_POD_NETWORK_IO = 'k8s.pod.network.io';
|
|
1045
1531
|
/**
|
|
1046
|
-
* The time the Pod has been running
|
|
1532
|
+
* The time the Pod has been running.
|
|
1047
1533
|
*
|
|
1048
1534
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
1049
1535
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -1052,7 +1538,77 @@ exports.METRIC_K8S_POD_NETWORK_IO = 'k8s.pod.network.io';
|
|
|
1052
1538
|
*/
|
|
1053
1539
|
exports.METRIC_K8S_POD_UPTIME = 'k8s.pod.uptime';
|
|
1054
1540
|
/**
|
|
1055
|
-
*
|
|
1541
|
+
* Pod volume storage space available.
|
|
1542
|
+
*
|
|
1543
|
+
* @note This metric is derived from the
|
|
1544
|
+
* [VolumeStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1545
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1546
|
+
* Kubelet's stats API.
|
|
1547
|
+
*
|
|
1548
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1549
|
+
*/
|
|
1550
|
+
exports.METRIC_K8S_POD_VOLUME_AVAILABLE = 'k8s.pod.volume.available';
|
|
1551
|
+
/**
|
|
1552
|
+
* Pod volume total capacity.
|
|
1553
|
+
*
|
|
1554
|
+
* @note This metric is derived from the
|
|
1555
|
+
* [VolumeStats.CapacityBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1556
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1557
|
+
* Kubelet's stats API.
|
|
1558
|
+
*
|
|
1559
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1560
|
+
*/
|
|
1561
|
+
exports.METRIC_K8S_POD_VOLUME_CAPACITY = 'k8s.pod.volume.capacity';
|
|
1562
|
+
/**
|
|
1563
|
+
* The total inodes in the filesystem of the Pod's volume.
|
|
1564
|
+
*
|
|
1565
|
+
* @note This metric is derived from the
|
|
1566
|
+
* [VolumeStats.Inodes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1567
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1568
|
+
* Kubelet's stats API.
|
|
1569
|
+
*
|
|
1570
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1571
|
+
*/
|
|
1572
|
+
exports.METRIC_K8S_POD_VOLUME_INODE_COUNT = 'k8s.pod.volume.inode.count';
|
|
1573
|
+
/**
|
|
1574
|
+
* The free inodes in the filesystem of the Pod's volume.
|
|
1575
|
+
*
|
|
1576
|
+
* @note This metric is derived from the
|
|
1577
|
+
* [VolumeStats.InodesFree](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1578
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1579
|
+
* Kubelet's stats API.
|
|
1580
|
+
*
|
|
1581
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1582
|
+
*/
|
|
1583
|
+
exports.METRIC_K8S_POD_VOLUME_INODE_FREE = 'k8s.pod.volume.inode.free';
|
|
1584
|
+
/**
|
|
1585
|
+
* The inodes used by the filesystem of the Pod's volume.
|
|
1586
|
+
*
|
|
1587
|
+
* @note This metric is derived from the
|
|
1588
|
+
* [VolumeStats.InodesUsed](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1589
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1590
|
+
* Kubelet's stats API.
|
|
1591
|
+
*
|
|
1592
|
+
* This may not be equal to `inodes - free` because filesystem may share inodes with other filesystems.
|
|
1593
|
+
*
|
|
1594
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1595
|
+
*/
|
|
1596
|
+
exports.METRIC_K8S_POD_VOLUME_INODE_USED = 'k8s.pod.volume.inode.used';
|
|
1597
|
+
/**
|
|
1598
|
+
* Pod volume usage.
|
|
1599
|
+
*
|
|
1600
|
+
* @note This may not equal capacity - available.
|
|
1601
|
+
*
|
|
1602
|
+
* This metric is derived from the
|
|
1603
|
+
* [VolumeStats.UsedBytes](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#VolumeStats) field
|
|
1604
|
+
* of the [PodStats](https://pkg.go.dev/k8s.io/kubelet@v0.33.0/pkg/apis/stats/v1alpha1#PodStats) of the
|
|
1605
|
+
* Kubelet's stats API.
|
|
1606
|
+
*
|
|
1607
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1608
|
+
*/
|
|
1609
|
+
exports.METRIC_K8S_POD_VOLUME_USAGE = 'k8s.pod.volume.usage';
|
|
1610
|
+
/**
|
|
1611
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replicaset.
|
|
1056
1612
|
*
|
|
1057
1613
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
1058
1614
|
* [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
|
|
@@ -1061,7 +1617,7 @@ exports.METRIC_K8S_POD_UPTIME = 'k8s.pod.uptime';
|
|
|
1061
1617
|
*/
|
|
1062
1618
|
exports.METRIC_K8S_REPLICASET_AVAILABLE_PODS = 'k8s.replicaset.available_pods';
|
|
1063
1619
|
/**
|
|
1064
|
-
* Number of desired replica pods in this replicaset
|
|
1620
|
+
* Number of desired replica pods in this replicaset.
|
|
1065
1621
|
*
|
|
1066
1622
|
* @note This metric aligns with the `replicas` field of the
|
|
1067
1623
|
* [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
|
|
@@ -1086,7 +1642,7 @@ exports.METRIC_K8S_REPLICATION_CONTROLLER_AVAILABLE_PODS = 'k8s.replication_cont
|
|
|
1086
1642
|
*/
|
|
1087
1643
|
exports.METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS = 'k8s.replication_controller.desired_pods';
|
|
1088
1644
|
/**
|
|
1089
|
-
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller
|
|
1645
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller.
|
|
1090
1646
|
*
|
|
1091
1647
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
1092
1648
|
* [K8s ReplicationControllerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerstatus-v1-core)
|
|
@@ -1095,7 +1651,7 @@ exports.METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS = 'k8s.replication_contro
|
|
|
1095
1651
|
*/
|
|
1096
1652
|
exports.METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS = 'k8s.replicationcontroller.available_pods';
|
|
1097
1653
|
/**
|
|
1098
|
-
* Number of desired replica pods in this replication controller
|
|
1654
|
+
* Number of desired replica pods in this replication controller.
|
|
1099
1655
|
*
|
|
1100
1656
|
* @note This metric aligns with the `replicas` field of the
|
|
1101
1657
|
* [K8s ReplicationControllerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerspec-v1-core)
|
|
@@ -1316,7 +1872,7 @@ exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_HARD = 'k8s.resourcequota.stora
|
|
|
1316
1872
|
*/
|
|
1317
1873
|
exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED = 'k8s.resourcequota.storage.request.used';
|
|
1318
1874
|
/**
|
|
1319
|
-
* The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision
|
|
1875
|
+
* The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision.
|
|
1320
1876
|
*
|
|
1321
1877
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
1322
1878
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
@@ -1325,7 +1881,7 @@ exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED = 'k8s.resourcequota.stora
|
|
|
1325
1881
|
*/
|
|
1326
1882
|
exports.METRIC_K8S_STATEFULSET_CURRENT_PODS = 'k8s.statefulset.current_pods';
|
|
1327
1883
|
/**
|
|
1328
|
-
* Number of desired replica pods in this statefulset
|
|
1884
|
+
* Number of desired replica pods in this statefulset.
|
|
1329
1885
|
*
|
|
1330
1886
|
* @note This metric aligns with the `replicas` field of the
|
|
1331
1887
|
* [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
|
|
@@ -1334,7 +1890,7 @@ exports.METRIC_K8S_STATEFULSET_CURRENT_PODS = 'k8s.statefulset.current_pods';
|
|
|
1334
1890
|
*/
|
|
1335
1891
|
exports.METRIC_K8S_STATEFULSET_DESIRED_PODS = 'k8s.statefulset.desired_pods';
|
|
1336
1892
|
/**
|
|
1337
|
-
* The number of replica pods created for this statefulset with a Ready Condition
|
|
1893
|
+
* The number of replica pods created for this statefulset with a Ready Condition.
|
|
1338
1894
|
*
|
|
1339
1895
|
* @note This metric aligns with the `readyReplicas` field of the
|
|
1340
1896
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
@@ -1343,7 +1899,7 @@ exports.METRIC_K8S_STATEFULSET_DESIRED_PODS = 'k8s.statefulset.desired_pods';
|
|
|
1343
1899
|
*/
|
|
1344
1900
|
exports.METRIC_K8S_STATEFULSET_READY_PODS = 'k8s.statefulset.ready_pods';
|
|
1345
1901
|
/**
|
|
1346
|
-
* Number of replica pods created by the statefulset controller from the statefulset version indicated by updateRevision
|
|
1902
|
+
* Number of replica pods created by the statefulset controller from the statefulset version indicated by updateRevision.
|
|
1347
1903
|
*
|
|
1348
1904
|
* @note This metric aligns with the `updatedReplicas` field of the
|
|
1349
1905
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
@@ -1505,7 +2061,7 @@ exports.METRIC_NODEJS_EVENTLOOP_TIME = 'nodejs.eventloop.time';
|
|
|
1505
2061
|
*/
|
|
1506
2062
|
exports.METRIC_NODEJS_EVENTLOOP_UTILIZATION = 'nodejs.eventloop.utilization';
|
|
1507
2063
|
/**
|
|
1508
|
-
* The number of log records for which the export has finished, either successful or failed
|
|
2064
|
+
* The number of log records for which the export has finished, either successful or failed.
|
|
1509
2065
|
*
|
|
1510
2066
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1511
2067
|
* 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.
|
|
@@ -1515,7 +2071,7 @@ exports.METRIC_NODEJS_EVENTLOOP_UTILIZATION = 'nodejs.eventloop.utilization';
|
|
|
1515
2071
|
*/
|
|
1516
2072
|
exports.METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTED = 'otel.sdk.exporter.log.exported';
|
|
1517
2073
|
/**
|
|
1518
|
-
* The number of log records which were passed to the exporter, but that have not been exported yet (neither successful, nor failed)
|
|
2074
|
+
* The number of log records which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).
|
|
1519
2075
|
*
|
|
1520
2076
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1521
2077
|
*
|
|
@@ -1523,7 +2079,7 @@ exports.METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTED = 'otel.sdk.exporter.log.exported'
|
|
|
1523
2079
|
*/
|
|
1524
2080
|
exports.METRIC_OTEL_SDK_EXPORTER_LOG_INFLIGHT = 'otel.sdk.exporter.log.inflight';
|
|
1525
2081
|
/**
|
|
1526
|
-
* The number of metric data points for which the export has finished, either successful or failed
|
|
2082
|
+
* The number of metric data points for which the export has finished, either successful or failed.
|
|
1527
2083
|
*
|
|
1528
2084
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1529
2085
|
* 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.
|
|
@@ -1533,7 +2089,7 @@ exports.METRIC_OTEL_SDK_EXPORTER_LOG_INFLIGHT = 'otel.sdk.exporter.log.inflight'
|
|
|
1533
2089
|
*/
|
|
1534
2090
|
exports.METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_EXPORTED = 'otel.sdk.exporter.metric_data_point.exported';
|
|
1535
2091
|
/**
|
|
1536
|
-
* The number of metric data points which were passed to the exporter, but that have not been exported yet (neither successful, nor failed)
|
|
2092
|
+
* The number of metric data points which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).
|
|
1537
2093
|
*
|
|
1538
2094
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1539
2095
|
*
|
|
@@ -1551,7 +2107,7 @@ exports.METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_INFLIGHT = 'otel.sdk.exporter
|
|
|
1551
2107
|
*/
|
|
1552
2108
|
exports.METRIC_OTEL_SDK_EXPORTER_OPERATION_DURATION = 'otel.sdk.exporter.operation.duration';
|
|
1553
2109
|
/**
|
|
1554
|
-
* The number of spans for which the export has finished, either successful or failed
|
|
2110
|
+
* The number of spans for which the export has finished, either successful or failed.
|
|
1555
2111
|
*
|
|
1556
2112
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1557
2113
|
* 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.
|
|
@@ -1569,7 +2125,7 @@ exports.METRIC_OTEL_SDK_EXPORTER_SPAN_EXPORTED = 'otel.sdk.exporter.span.exporte
|
|
|
1569
2125
|
*/
|
|
1570
2126
|
exports.METRIC_OTEL_SDK_EXPORTER_SPAN_EXPORTED_COUNT = 'otel.sdk.exporter.span.exported.count';
|
|
1571
2127
|
/**
|
|
1572
|
-
* The number of spans which were passed to the exporter, but that have not been exported yet (neither successful, nor failed)
|
|
2128
|
+
* The number of spans which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).
|
|
1573
2129
|
*
|
|
1574
2130
|
* @note For successful exports, `error.type` **MUST NOT** be set. For failed exports, `error.type` **MUST** contain the failure cause.
|
|
1575
2131
|
*
|
|
@@ -1585,7 +2141,7 @@ exports.METRIC_OTEL_SDK_EXPORTER_SPAN_INFLIGHT = 'otel.sdk.exporter.span.infligh
|
|
|
1585
2141
|
*/
|
|
1586
2142
|
exports.METRIC_OTEL_SDK_EXPORTER_SPAN_INFLIGHT_COUNT = 'otel.sdk.exporter.span.inflight.count';
|
|
1587
2143
|
/**
|
|
1588
|
-
* The number of logs submitted to enabled SDK Loggers
|
|
2144
|
+
* The number of logs submitted to enabled SDK Loggers.
|
|
1589
2145
|
*
|
|
1590
2146
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1591
2147
|
*/
|
|
@@ -1600,7 +2156,7 @@ exports.METRIC_OTEL_SDK_LOG_CREATED = 'otel.sdk.log.created';
|
|
|
1600
2156
|
*/
|
|
1601
2157
|
exports.METRIC_OTEL_SDK_METRIC_READER_COLLECTION_DURATION = 'otel.sdk.metric_reader.collection.duration';
|
|
1602
2158
|
/**
|
|
1603
|
-
* The number of log records for which the processing has finished, either successful or failed
|
|
2159
|
+
* The number of log records for which the processing has finished, either successful or failed.
|
|
1604
2160
|
*
|
|
1605
2161
|
* @note For successful processing, `error.type` **MUST NOT** be set. For failed processing, `error.type` **MUST** contain the failure cause.
|
|
1606
2162
|
* 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,
|
|
@@ -1610,7 +2166,7 @@ exports.METRIC_OTEL_SDK_METRIC_READER_COLLECTION_DURATION = 'otel.sdk.metric_rea
|
|
|
1610
2166
|
*/
|
|
1611
2167
|
exports.METRIC_OTEL_SDK_PROCESSOR_LOG_PROCESSED = 'otel.sdk.processor.log.processed';
|
|
1612
2168
|
/**
|
|
1613
|
-
* The maximum number of log records the queue of a given instance of an SDK Log Record processor can hold
|
|
2169
|
+
* The maximum number of log records the queue of a given instance of an SDK Log Record processor can hold.
|
|
1614
2170
|
*
|
|
1615
2171
|
* @note Only applies to Log Record processors which use a queue, e.g. the SDK Batching Log Record Processor.
|
|
1616
2172
|
*
|
|
@@ -1618,7 +2174,7 @@ exports.METRIC_OTEL_SDK_PROCESSOR_LOG_PROCESSED = 'otel.sdk.processor.log.proces
|
|
|
1618
2174
|
*/
|
|
1619
2175
|
exports.METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_CAPACITY = 'otel.sdk.processor.log.queue.capacity';
|
|
1620
2176
|
/**
|
|
1621
|
-
* The number of log records in the queue of a given instance of an SDK log processor
|
|
2177
|
+
* The number of log records in the queue of a given instance of an SDK log processor.
|
|
1622
2178
|
*
|
|
1623
2179
|
* @note Only applies to log record processors which use a queue, e.g. the SDK Batching Log Record Processor.
|
|
1624
2180
|
*
|
|
@@ -1626,7 +2182,7 @@ exports.METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_CAPACITY = 'otel.sdk.processor.log.q
|
|
|
1626
2182
|
*/
|
|
1627
2183
|
exports.METRIC_OTEL_SDK_PROCESSOR_LOG_QUEUE_SIZE = 'otel.sdk.processor.log.queue.size';
|
|
1628
2184
|
/**
|
|
1629
|
-
* The number of spans for which the processing has finished, either successful or failed
|
|
2185
|
+
* The number of spans for which the processing has finished, either successful or failed.
|
|
1630
2186
|
*
|
|
1631
2187
|
* @note For successful processing, `error.type` **MUST NOT** be set. For failed processing, `error.type` **MUST** contain the failure cause.
|
|
1632
2188
|
* 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.
|
|
@@ -1643,7 +2199,7 @@ exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED = 'otel.sdk.processor.span.proc
|
|
|
1643
2199
|
*/
|
|
1644
2200
|
exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED_COUNT = 'otel.sdk.processor.span.processed.count';
|
|
1645
2201
|
/**
|
|
1646
|
-
* The maximum number of spans the queue of a given instance of an SDK span processor can hold
|
|
2202
|
+
* The maximum number of spans the queue of a given instance of an SDK span processor can hold.
|
|
1647
2203
|
*
|
|
1648
2204
|
* @note Only applies to span processors which use a queue, e.g. the SDK Batching Span Processor.
|
|
1649
2205
|
*
|
|
@@ -1651,7 +2207,7 @@ exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_PROCESSED_COUNT = 'otel.sdk.processor.spa
|
|
|
1651
2207
|
*/
|
|
1652
2208
|
exports.METRIC_OTEL_SDK_PROCESSOR_SPAN_QUEUE_CAPACITY = 'otel.sdk.processor.span.queue.capacity';
|
|
1653
2209
|
/**
|
|
1654
|
-
* The number of spans in the queue of a given instance of an SDK span processor
|
|
2210
|
+
* The number of spans in the queue of a given instance of an SDK span processor.
|
|
1655
2211
|
*
|
|
1656
2212
|
* @note Only applies to span processors which use a queue, e.g. the SDK Batching Span Processor.
|
|
1657
2213
|
*
|
|
@@ -1675,7 +2231,7 @@ exports.METRIC_OTEL_SDK_SPAN_ENDED = 'otel.sdk.span.ended';
|
|
|
1675
2231
|
*/
|
|
1676
2232
|
exports.METRIC_OTEL_SDK_SPAN_ENDED_COUNT = 'otel.sdk.span.ended.count';
|
|
1677
2233
|
/**
|
|
1678
|
-
* The number of created spans with `recording=true` for which the end operation has not been called yet
|
|
2234
|
+
* The number of created spans with `recording=true` for which the end operation has not been called yet.
|
|
1679
2235
|
*
|
|
1680
2236
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1681
2237
|
*/
|
|
@@ -1689,7 +2245,7 @@ exports.METRIC_OTEL_SDK_SPAN_LIVE = 'otel.sdk.span.live';
|
|
|
1689
2245
|
*/
|
|
1690
2246
|
exports.METRIC_OTEL_SDK_SPAN_LIVE_COUNT = 'otel.sdk.span.live.count';
|
|
1691
2247
|
/**
|
|
1692
|
-
* The number of created spans
|
|
2248
|
+
* The number of created spans.
|
|
1693
2249
|
*
|
|
1694
2250
|
* @note Implementations **MUST** record this metric for all spans, even for non-recording ones.
|
|
1695
2251
|
*
|
|
@@ -1866,21 +2422,21 @@ exports.METRIC_RPC_SERVER_RESPONSES_PER_RPC = 'rpc.server.responses_per_rpc';
|
|
|
1866
2422
|
*/
|
|
1867
2423
|
exports.METRIC_SYSTEM_CPU_FREQUENCY = 'system.cpu.frequency';
|
|
1868
2424
|
/**
|
|
1869
|
-
* Reports the number of logical (virtual) processor cores created by the operating system to manage multitasking
|
|
2425
|
+
* Reports the number of logical (virtual) processor cores created by the operating system to manage multitasking.
|
|
1870
2426
|
*
|
|
1871
2427
|
* @note Calculated by multiplying the number of sockets by the number of cores per socket, and then by the number of threads per core
|
|
1872
2428
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1873
2429
|
*/
|
|
1874
2430
|
exports.METRIC_SYSTEM_CPU_LOGICAL_COUNT = 'system.cpu.logical.count';
|
|
1875
2431
|
/**
|
|
1876
|
-
* Reports the number of actual physical processor cores on the hardware
|
|
2432
|
+
* Reports the number of actual physical processor cores on the hardware.
|
|
1877
2433
|
*
|
|
1878
2434
|
* @note Calculated by multiplying the number of sockets by the number of cores per socket
|
|
1879
2435
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1880
2436
|
*/
|
|
1881
2437
|
exports.METRIC_SYSTEM_CPU_PHYSICAL_COUNT = 'system.cpu.physical.count';
|
|
1882
2438
|
/**
|
|
1883
|
-
* Seconds each logical CPU spent on each mode
|
|
2439
|
+
* Seconds each logical CPU spent on each mode.
|
|
1884
2440
|
*
|
|
1885
2441
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1886
2442
|
*/
|
|
@@ -1892,11 +2448,13 @@ exports.METRIC_SYSTEM_CPU_TIME = 'system.cpu.time';
|
|
|
1892
2448
|
*/
|
|
1893
2449
|
exports.METRIC_SYSTEM_CPU_UTILIZATION = 'system.cpu.utilization';
|
|
1894
2450
|
/**
|
|
2451
|
+
* TODO.
|
|
2452
|
+
*
|
|
1895
2453
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1896
2454
|
*/
|
|
1897
2455
|
exports.METRIC_SYSTEM_DISK_IO = 'system.disk.io';
|
|
1898
2456
|
/**
|
|
1899
|
-
* Time disk spent activated
|
|
2457
|
+
* Time disk spent activated.
|
|
1900
2458
|
*
|
|
1901
2459
|
* @note The real elapsed time ("wall clock") used in the I/O path (time from operations running in parallel are not counted). Measured as:
|
|
1902
2460
|
*
|
|
@@ -1909,17 +2467,19 @@ exports.METRIC_SYSTEM_DISK_IO = 'system.disk.io';
|
|
|
1909
2467
|
*/
|
|
1910
2468
|
exports.METRIC_SYSTEM_DISK_IO_TIME = 'system.disk.io_time';
|
|
1911
2469
|
/**
|
|
1912
|
-
* The total storage capacity of the disk
|
|
2470
|
+
* The total storage capacity of the disk.
|
|
1913
2471
|
*
|
|
1914
2472
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1915
2473
|
*/
|
|
1916
2474
|
exports.METRIC_SYSTEM_DISK_LIMIT = 'system.disk.limit';
|
|
1917
2475
|
/**
|
|
2476
|
+
* TODO.
|
|
2477
|
+
*
|
|
1918
2478
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1919
2479
|
*/
|
|
1920
2480
|
exports.METRIC_SYSTEM_DISK_MERGED = 'system.disk.merged';
|
|
1921
2481
|
/**
|
|
1922
|
-
* Sum of the time each operation took to complete
|
|
2482
|
+
* Sum of the time each operation took to complete.
|
|
1923
2483
|
*
|
|
1924
2484
|
* @note Because it is the sum of time each request took, parallel-issued requests each contribute to make the count grow. Measured as:
|
|
1925
2485
|
*
|
|
@@ -1930,11 +2490,13 @@ exports.METRIC_SYSTEM_DISK_MERGED = 'system.disk.merged';
|
|
|
1930
2490
|
*/
|
|
1931
2491
|
exports.METRIC_SYSTEM_DISK_OPERATION_TIME = 'system.disk.operation_time';
|
|
1932
2492
|
/**
|
|
2493
|
+
* TODO.
|
|
2494
|
+
*
|
|
1933
2495
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1934
2496
|
*/
|
|
1935
2497
|
exports.METRIC_SYSTEM_DISK_OPERATIONS = 'system.disk.operations';
|
|
1936
2498
|
/**
|
|
1937
|
-
* The total storage capacity of the filesystem
|
|
2499
|
+
* The total storage capacity of the filesystem.
|
|
1938
2500
|
*
|
|
1939
2501
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1940
2502
|
*/
|
|
@@ -1949,11 +2511,13 @@ exports.METRIC_SYSTEM_FILESYSTEM_LIMIT = 'system.filesystem.limit';
|
|
|
1949
2511
|
*/
|
|
1950
2512
|
exports.METRIC_SYSTEM_FILESYSTEM_USAGE = 'system.filesystem.usage';
|
|
1951
2513
|
/**
|
|
2514
|
+
* TODO.
|
|
2515
|
+
*
|
|
1952
2516
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1953
2517
|
*/
|
|
1954
2518
|
exports.METRIC_SYSTEM_FILESYSTEM_UTILIZATION = 'system.filesystem.utilization';
|
|
1955
2519
|
/**
|
|
1956
|
-
* An estimate of how much memory is available for starting new applications, without causing swapping
|
|
2520
|
+
* An estimate of how much memory is available for starting new applications, without causing swapping.
|
|
1957
2521
|
*
|
|
1958
2522
|
* @note This is an alternative to `system.memory.usage` metric with `state=free`.
|
|
1959
2523
|
* Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values.
|
|
@@ -1975,9 +2539,7 @@ exports.METRIC_SYSTEM_LINUX_MEMORY_AVAILABLE = 'system.linux.memory.available';
|
|
|
1975
2539
|
*/
|
|
1976
2540
|
exports.METRIC_SYSTEM_LINUX_MEMORY_SLAB_USAGE = 'system.linux.memory.slab.usage';
|
|
1977
2541
|
/**
|
|
1978
|
-
* Total memory available in the system.
|
|
1979
|
-
*
|
|
1980
|
-
* @note Its value **SHOULD** equal the sum of `system.memory.state` over all states.
|
|
2542
|
+
* Total virtual memory available in the system.
|
|
1981
2543
|
*
|
|
1982
2544
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1983
2545
|
*/
|
|
@@ -1994,22 +2556,23 @@ exports.METRIC_SYSTEM_MEMORY_SHARED = 'system.memory.shared';
|
|
|
1994
2556
|
/**
|
|
1995
2557
|
* Reports memory in use by state.
|
|
1996
2558
|
*
|
|
1997
|
-
* @note The sum over all `system.memory.state` values **SHOULD** equal the total memory
|
|
1998
|
-
* available on the system, that is `system.memory.limit`.
|
|
1999
|
-
*
|
|
2000
2559
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2001
2560
|
*/
|
|
2002
2561
|
exports.METRIC_SYSTEM_MEMORY_USAGE = 'system.memory.usage';
|
|
2003
2562
|
/**
|
|
2563
|
+
* TODO.
|
|
2564
|
+
*
|
|
2004
2565
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2005
2566
|
*/
|
|
2006
2567
|
exports.METRIC_SYSTEM_MEMORY_UTILIZATION = 'system.memory.utilization';
|
|
2007
2568
|
/**
|
|
2569
|
+
* TODO.
|
|
2570
|
+
*
|
|
2008
2571
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2009
2572
|
*/
|
|
2010
2573
|
exports.METRIC_SYSTEM_NETWORK_CONNECTION_COUNT = 'system.network.connection.count';
|
|
2011
2574
|
/**
|
|
2012
|
-
* Deprecated, use `system.network.connection.count` instead
|
|
2575
|
+
* Deprecated, use `system.network.connection.count` instead.
|
|
2013
2576
|
*
|
|
2014
2577
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2015
2578
|
*
|
|
@@ -2017,23 +2580,11 @@ exports.METRIC_SYSTEM_NETWORK_CONNECTION_COUNT = 'system.network.connection.coun
|
|
|
2017
2580
|
*/
|
|
2018
2581
|
exports.METRIC_SYSTEM_NETWORK_CONNECTIONS = 'system.network.connections';
|
|
2019
2582
|
/**
|
|
2020
|
-
* Count of
|
|
2021
|
-
*
|
|
2022
|
-
* @note Measured as:
|
|
2023
|
-
*
|
|
2024
|
-
* - 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))
|
|
2025
|
-
* - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
2026
|
-
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
|
|
2027
|
-
*
|
|
2028
|
-
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2029
|
-
*/
|
|
2030
|
-
exports.METRIC_SYSTEM_NETWORK_DROPPED = 'system.network.dropped';
|
|
2031
|
-
/**
|
|
2032
|
-
* Count of network errors detected
|
|
2583
|
+
* Count of network errors detected.
|
|
2033
2584
|
*
|
|
2034
2585
|
* @note Measured as:
|
|
2035
2586
|
*
|
|
2036
|
-
* - Linux: the `errs` column in `/proc/dev
|
|
2587
|
+
* - 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)).
|
|
2037
2588
|
* - Windows: [`InErrors`/`OutErrors`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
2038
2589
|
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2).
|
|
2039
2590
|
*
|
|
@@ -2041,45 +2592,67 @@ exports.METRIC_SYSTEM_NETWORK_DROPPED = 'system.network.dropped';
|
|
|
2041
2592
|
*/
|
|
2042
2593
|
exports.METRIC_SYSTEM_NETWORK_ERRORS = 'system.network.errors';
|
|
2043
2594
|
/**
|
|
2595
|
+
* TODO.
|
|
2596
|
+
*
|
|
2044
2597
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2045
2598
|
*/
|
|
2046
2599
|
exports.METRIC_SYSTEM_NETWORK_IO = 'system.network.io';
|
|
2047
2600
|
/**
|
|
2601
|
+
* TODO.
|
|
2602
|
+
*
|
|
2603
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2604
|
+
*/
|
|
2605
|
+
exports.METRIC_SYSTEM_NETWORK_PACKET_COUNT = 'system.network.packet.count';
|
|
2606
|
+
/**
|
|
2607
|
+
* Count of packets that are dropped or discarded even though there was no error.
|
|
2608
|
+
*
|
|
2609
|
+
* @note Measured as:
|
|
2610
|
+
*
|
|
2611
|
+
* - 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))
|
|
2612
|
+
* - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
2613
|
+
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
|
|
2614
|
+
*
|
|
2048
2615
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2049
2616
|
*/
|
|
2050
|
-
exports.
|
|
2617
|
+
exports.METRIC_SYSTEM_NETWORK_PACKET_DROPPED = 'system.network.packet.dropped';
|
|
2051
2618
|
/**
|
|
2619
|
+
* TODO.
|
|
2620
|
+
*
|
|
2052
2621
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2053
2622
|
*/
|
|
2054
2623
|
exports.METRIC_SYSTEM_PAGING_FAULTS = 'system.paging.faults';
|
|
2055
2624
|
/**
|
|
2625
|
+
* TODO.
|
|
2626
|
+
*
|
|
2056
2627
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2057
2628
|
*/
|
|
2058
2629
|
exports.METRIC_SYSTEM_PAGING_OPERATIONS = 'system.paging.operations';
|
|
2059
2630
|
/**
|
|
2060
|
-
* Unix swap or windows pagefile usage
|
|
2631
|
+
* Unix swap or windows pagefile usage.
|
|
2061
2632
|
*
|
|
2062
2633
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2063
2634
|
*/
|
|
2064
2635
|
exports.METRIC_SYSTEM_PAGING_USAGE = 'system.paging.usage';
|
|
2065
2636
|
/**
|
|
2637
|
+
* TODO.
|
|
2638
|
+
*
|
|
2066
2639
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2067
2640
|
*/
|
|
2068
2641
|
exports.METRIC_SYSTEM_PAGING_UTILIZATION = 'system.paging.utilization';
|
|
2069
2642
|
/**
|
|
2070
|
-
* Total number of processes in each state
|
|
2643
|
+
* Total number of processes in each state.
|
|
2071
2644
|
*
|
|
2072
2645
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2073
2646
|
*/
|
|
2074
2647
|
exports.METRIC_SYSTEM_PROCESS_COUNT = 'system.process.count';
|
|
2075
2648
|
/**
|
|
2076
|
-
* Total number of processes created over uptime of the host
|
|
2649
|
+
* Total number of processes created over uptime of the host.
|
|
2077
2650
|
*
|
|
2078
2651
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2079
2652
|
*/
|
|
2080
2653
|
exports.METRIC_SYSTEM_PROCESS_CREATED = 'system.process.created';
|
|
2081
2654
|
/**
|
|
2082
|
-
* The time the system has been running
|
|
2655
|
+
* The time the system has been running.
|
|
2083
2656
|
*
|
|
2084
2657
|
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
2085
2658
|
* The actual accuracy would depend on the instrumentation and operating system.
|
|
@@ -2128,7 +2701,7 @@ exports.METRIC_V8JS_MEMORY_HEAP_LIMIT = 'v8js.memory.heap.limit';
|
|
|
2128
2701
|
*/
|
|
2129
2702
|
exports.METRIC_V8JS_MEMORY_HEAP_USED = 'v8js.memory.heap.used';
|
|
2130
2703
|
/**
|
|
2131
|
-
* The number of changes (pull requests/merge requests/changelists) in a repository, categorized by their state (e.g. open or merged)
|
|
2704
|
+
* The number of changes (pull requests/merge requests/changelists) in a repository, categorized by their state (e.g. open or merged).
|
|
2132
2705
|
*
|
|
2133
2706
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2134
2707
|
*/
|
|
@@ -2152,7 +2725,7 @@ exports.METRIC_VCS_CHANGE_TIME_TO_APPROVAL = 'vcs.change.time_to_approval';
|
|
|
2152
2725
|
*/
|
|
2153
2726
|
exports.METRIC_VCS_CHANGE_TIME_TO_MERGE = 'vcs.change.time_to_merge';
|
|
2154
2727
|
/**
|
|
2155
|
-
* The number of unique contributors to a repository
|
|
2728
|
+
* The number of unique contributors to a repository.
|
|
2156
2729
|
*
|
|
2157
2730
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2158
2731
|
*/
|
|
@@ -2174,7 +2747,7 @@ exports.METRIC_VCS_REF_COUNT = 'vcs.ref.count';
|
|
|
2174
2747
|
*/
|
|
2175
2748
|
exports.METRIC_VCS_REF_LINES_DELTA = 'vcs.ref.lines_delta';
|
|
2176
2749
|
/**
|
|
2177
|
-
* The number of revisions (commits) a ref (branch) is ahead/behind the branch from the `vcs.ref.base.name` attribute
|
|
2750
|
+
* The number of revisions (commits) a ref (branch) is ahead/behind the branch from the `vcs.ref.base.name` attribute.
|
|
2178
2751
|
*
|
|
2179
2752
|
* @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`,
|
|
2180
2753
|
* instrumentation **SHOULD** report two measurements: 3 and 2 (both positive numbers) and `vcs.ref.base.name` is set to `trunk`.
|
|
@@ -2183,7 +2756,7 @@ exports.METRIC_VCS_REF_LINES_DELTA = 'vcs.ref.lines_delta';
|
|
|
2183
2756
|
*/
|
|
2184
2757
|
exports.METRIC_VCS_REF_REVISIONS_DELTA = 'vcs.ref.revisions_delta';
|
|
2185
2758
|
/**
|
|
2186
|
-
* Time a ref (branch) created from the default branch (trunk) has existed. The `ref.type` attribute will always be `branch
|
|
2759
|
+
* Time a ref (branch) created from the default branch (trunk) has existed. The `ref.type` attribute will always be `branch`.
|
|
2187
2760
|
*
|
|
2188
2761
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2189
2762
|
*/
|