@contrast/agent-bundle 5.47.0 → 5.48.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/node_modules/@contrast/agent/package.json +10 -10
- package/node_modules/@contrast/agentify/package.json +14 -14
- package/node_modules/@contrast/architecture-components/package.json +4 -4
- package/node_modules/@contrast/assess/lib/configuration-analysis/install/apollo-server.js +1 -1
- package/node_modules/@contrast/assess/lib/configuration-analysis/install/graphql-yoga.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/sinks/install/fs.js +8 -15
- package/node_modules/@contrast/assess/package.json +11 -11
- package/node_modules/@contrast/config/package.json +2 -2
- package/node_modules/@contrast/core/package.json +4 -4
- package/node_modules/@contrast/deadzones/package.json +4 -4
- package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.js +1 -10
- package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.js +1 -1
- package/node_modules/@contrast/dep-hooks/lib/index.d.ts +1 -1
- package/node_modules/@contrast/dep-hooks/lib/index.js +1 -1
- package/node_modules/@contrast/dep-hooks/lib/package-finder.d.ts +2 -1
- package/node_modules/@contrast/dep-hooks/lib/package-finder.js +11 -2
- package/node_modules/@contrast/dep-hooks/package.json +3 -3
- package/node_modules/@contrast/esm-hooks/package.json +5 -5
- package/node_modules/@contrast/instrumentation/package.json +4 -4
- package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +144 -202
- package/node_modules/@contrast/library-analysis/package.json +3 -3
- package/node_modules/@contrast/logger/package.json +3 -3
- package/node_modules/@contrast/metrics/package.json +5 -5
- package/node_modules/@contrast/patcher/package.json +2 -2
- package/node_modules/@contrast/protect/lib/input-tracing/install/fs.js +0 -8
- package/node_modules/@contrast/protect/package.json +10 -10
- package/node_modules/@contrast/reporter/package.json +5 -5
- package/node_modules/@contrast/rewriter/package.json +4 -4
- package/node_modules/@contrast/route-coverage/lib/index.d.ts +2 -0
- package/node_modules/@contrast/route-coverage/lib/index.js +2 -1
- package/node_modules/@contrast/route-coverage/lib/install/express.js +535 -0
- package/node_modules/@contrast/route-coverage/lib/install/fastify/fastify-express.js +71 -0
- package/node_modules/@contrast/route-coverage/lib/install/fastify/fastify-middie.js +67 -0
- package/node_modules/@contrast/route-coverage/lib/install/{fastify.js → fastify/fastify.js} +12 -12
- package/node_modules/@contrast/route-coverage/lib/install/{express → fastify}/index.js +6 -5
- package/node_modules/@contrast/route-coverage/lib/install/koa.js +39 -45
- package/node_modules/@contrast/route-coverage/lib/utils/route-info.js +26 -1
- package/node_modules/@contrast/route-coverage/package.json +7 -7
- package/node_modules/@contrast/scopes/package.json +5 -5
- package/node_modules/@contrast/sec-obs/package.json +8 -8
- package/node_modules/@contrast/sources/package.json +2 -2
- package/node_modules/@contrast/telemetry/package.json +4 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +697 -30
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +697 -30
- 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 +6 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +6 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +877 -49
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +877 -49
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +13 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +13 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +697 -30
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +697 -30
- 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 +6 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +6 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +877 -49
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +877 -49
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +13 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +13 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +697 -30
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +729 -61
- 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 +6 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +877 -49
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +886 -56
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +13 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +13 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -5
- package/node_modules/{pino → @pinojs/redact}/.github/dependabot.yml +1 -1
- package/node_modules/@pinojs/redact/.github/workflows/ci.yml +48 -0
- package/node_modules/@pinojs/redact/.github/workflows/publish-release.yml +43 -0
- package/node_modules/{abort-controller → @pinojs/redact}/LICENSE +1 -1
- package/node_modules/@pinojs/redact/README.md +350 -0
- package/node_modules/@pinojs/redact/benchmarks/basic.js +184 -0
- package/node_modules/@pinojs/redact/eslint.config.js +1 -0
- package/node_modules/@pinojs/redact/index.d.ts +52 -0
- package/node_modules/@pinojs/redact/index.js +529 -0
- package/node_modules/@pinojs/redact/index.test-d.ts +22 -0
- package/node_modules/@pinojs/redact/package.json +37 -0
- package/node_modules/@pinojs/redact/scripts/sync-version.mjs +20 -0
- package/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js +211 -0
- package/node_modules/@pinojs/redact/test/index.test.js +824 -0
- package/node_modules/@pinojs/redact/test/integration.test.js +390 -0
- package/node_modules/@pinojs/redact/test/multiple-wildcards.test.js +227 -0
- package/node_modules/@pinojs/redact/test/prototype-pollution.test.js +223 -0
- package/node_modules/@pinojs/redact/test/selective-clone.test.js +115 -0
- package/node_modules/@pinojs/redact/tsconfig.json +19 -0
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/console.d.ts +3 -2
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/process.d.ts +7 -0
- package/node_modules/@types/node/sqlite.d.ts +107 -0
- package/node_modules/@types/node/url.d.ts +32 -8
- package/node_modules/axios/CHANGELOG.md +18 -0
- package/node_modules/axios/README.md +1 -4
- package/node_modules/axios/dist/axios.js +2 -2
- 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 +2 -2
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +2 -2
- 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 +25 -20
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/http.js +22 -18
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/package.json +1 -1
- package/node_modules/form-data/CHANGELOG.md +60 -2
- package/node_modules/form-data/README.md +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -2
- package/node_modules/form-data/package.json +4 -4
- package/node_modules/ipaddr.js/README.md +1 -0
- package/node_modules/ipaddr.js/ipaddr.min.js +1 -1
- package/node_modules/ipaddr.js/lib/ipaddr.js +11 -0
- package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +1 -0
- package/node_modules/ipaddr.js/package.json +2 -3
- package/node_modules/nan/.github/workflows/ci.yml +3 -1
- package/node_modules/nan/CHANGELOG.md +4 -1
- package/node_modules/nan/README.md +2 -2
- package/node_modules/nan/nan.h +25 -15
- package/node_modules/nan/nan_maybe_43_inl.h +5 -1
- package/node_modules/nan/package.json +2 -2
- package/node_modules/node-abi/abi_registry.json +8 -1
- package/node_modules/node-abi/package.json +1 -1
- package/node_modules/pino/CONTRIBUTING.md +4 -0
- package/node_modules/pino/LICENSE +1 -1
- package/node_modules/pino/README.md +20 -3
- package/node_modules/pino/benchmarks/basic.bench.js +1 -1
- package/node_modules/pino/benchmarks/child-child.bench.js +1 -1
- package/node_modules/pino/benchmarks/child-creation.bench.js +1 -1
- package/node_modules/pino/benchmarks/child.bench.js +1 -1
- package/node_modules/pino/benchmarks/deep-object.bench.js +1 -1
- package/node_modules/pino/benchmarks/internal/just-pino-heavy.bench.js +1 -1
- package/node_modules/pino/benchmarks/internal/just-pino.bench.js +1 -1
- package/node_modules/pino/benchmarks/internal/redact.bench.js +1 -1
- package/node_modules/pino/benchmarks/long-string.bench.js +1 -1
- package/node_modules/pino/benchmarks/multi-arg.bench.js +1 -1
- package/node_modules/pino/benchmarks/multistream.js +1 -1
- package/node_modules/pino/benchmarks/object.bench.js +1 -1
- package/node_modules/pino/benchmarks/utils/generate-benchmark-doc.js +2 -2
- package/node_modules/pino/benchmarks/utils/runbench.js +3 -3
- package/node_modules/pino/benchmarks/utils/wrap-log-level.js +2 -2
- package/node_modules/pino/browser.js +76 -36
- package/node_modules/pino/build/sync-version.js +18 -3
- package/node_modules/pino/docs/api.md +155 -13
- package/node_modules/pino/docs/browser.md +16 -1
- package/node_modules/pino/docs/bundling.md +5 -3
- package/node_modules/pino/docs/diagnostics.md +16 -0
- package/node_modules/pino/docs/ecosystem.md +15 -12
- package/node_modules/pino/docs/help.md +29 -3
- package/node_modules/pino/docs/lts.md +5 -4
- package/node_modules/pino/docs/transports.md +442 -271
- package/node_modules/pino/docs/web.md +59 -9
- package/node_modules/pino/eslint.config.js +19 -0
- package/node_modules/pino/examples/transport.js +2 -2
- package/node_modules/pino/file.js +1 -1
- package/node_modules/pino/lib/meta.js +1 -1
- package/node_modules/pino/lib/multistream.js +17 -2
- package/node_modules/pino/lib/proto.js +35 -11
- package/node_modules/pino/lib/redaction.js +9 -13
- package/node_modules/pino/lib/time.js +29 -1
- package/node_modules/pino/lib/tools.js +37 -8
- package/node_modules/pino/lib/transport-stream.js +10 -4
- package/node_modules/pino/lib/transport.js +23 -9
- package/node_modules/pino/lib/worker.js +164 -24
- package/node_modules/pino/package.json +28 -27
- package/node_modules/pino/pino.d.ts +244 -203
- package/node_modules/pino/pino.js +7 -3
- package/node_modules/pino/test/basic.test.js +181 -169
- package/node_modules/pino/test/broken-pipe.test.js +18 -16
- package/node_modules/pino/test/browser-child.test.js +26 -0
- package/node_modules/pino/test/browser-is-level-enabled.test.js +101 -0
- package/node_modules/pino/test/browser-serializers.test.js +0 -2
- package/node_modules/pino/test/browser-transmit.test.js +68 -0
- package/node_modules/pino/test/browser.test.js +98 -13
- package/node_modules/pino/test/complex-objects.test.js +8 -6
- package/node_modules/pino/test/crlf.test.js +7 -5
- package/node_modules/pino/test/custom-levels.test.js +80 -66
- package/node_modules/pino/test/diagnostics.test.js +107 -0
- package/node_modules/pino/test/error-key.test.js +37 -0
- package/node_modules/pino/test/error.test.js +48 -43
- package/node_modules/pino/test/escaping.test.js +8 -6
- package/node_modules/pino/test/esm/esm.mjs +5 -3
- package/node_modules/pino/test/esm/index.test.js +14 -27
- package/node_modules/pino/test/esm/named-exports.mjs +9 -8
- package/node_modules/pino/test/exit.test.js +18 -16
- package/node_modules/pino/test/fixtures/broken-pipe/basic.js +1 -1
- package/node_modules/pino/test/fixtures/broken-pipe/destination.js +1 -1
- package/node_modules/pino/test/fixtures/broken-pipe/syncfalse.js +1 -1
- package/node_modules/pino/test/fixtures/console-transport.js +1 -1
- package/node_modules/pino/test/fixtures/crashing-transport.js +13 -0
- package/node_modules/pino/test/fixtures/default-exit.js +1 -1
- package/node_modules/pino/test/fixtures/destination-exit.js +1 -1
- package/node_modules/pino/test/fixtures/noop-transport.js +1 -1
- package/node_modules/pino/test/fixtures/pretty/null-prototype.js +1 -1
- package/node_modules/pino/test/fixtures/stdout-hack-protection.js +1 -1
- package/node_modules/pino/test/fixtures/syncfalse-child.js +1 -1
- package/node_modules/pino/test/fixtures/syncfalse-exit.js +1 -1
- package/node_modules/pino/test/fixtures/syncfalse-flush-exit.js +1 -1
- package/node_modules/pino/test/fixtures/syncfalse.js +1 -1
- package/node_modules/pino/test/fixtures/syntax-error-esm.mjs +2 -0
- package/node_modules/pino/test/fixtures/to-file-transport-with-transform.js +3 -3
- package/node_modules/pino/test/fixtures/to-file-transport.js +2 -2
- package/node_modules/pino/test/fixtures/to-file-transport.mjs +2 -2
- package/node_modules/pino/test/fixtures/transport/index.js +2 -2
- package/node_modules/pino/test/fixtures/transport-main.js +1 -1
- package/node_modules/pino/test/fixtures/transport-transform.js +1 -1
- package/node_modules/pino/test/fixtures/transport-uses-pino-config.js +1 -1
- package/node_modules/pino/test/fixtures/transport-worker-data.js +1 -1
- package/node_modules/pino/test/fixtures/transport-worker.js +2 -2
- package/node_modules/pino/test/fixtures/ts/to-file-transport-with-transform.ts +3 -3
- package/node_modules/pino/test/fixtures/ts/to-file-transport.ts +2 -2
- package/node_modules/pino/test/fixtures/ts/transpile.cjs +1 -1
- package/node_modules/pino/test/fixtures/ts/transport-exit-immediately-with-async-dest.ts +1 -1
- package/node_modules/pino/test/fixtures/ts/transport-main.ts +1 -1
- package/node_modules/pino/test/fixtures/ts/transport-worker.ts +1 -1
- package/node_modules/pino/test/formatters.test.js +46 -37
- package/node_modules/pino/test/helper.d.ts +1 -1
- package/node_modules/pino/test/helper.js +37 -10
- package/node_modules/pino/test/hooks.test.js +45 -28
- package/node_modules/pino/test/http.test.js +39 -67
- package/node_modules/pino/test/internals/version.test.js +11 -9
- package/node_modules/pino/test/is-level-enabled.test.js +66 -72
- package/node_modules/pino/test/levels.test.js +245 -141
- package/node_modules/pino/test/metadata.test.js +45 -31
- package/node_modules/pino/test/mixin-merge-strategy.test.js +9 -7
- package/node_modules/pino/test/mixin.test.js +63 -40
- package/node_modules/pino/test/multistream.test.js +174 -118
- package/node_modules/pino/test/redact.test.js +172 -126
- package/node_modules/pino/test/serializers.test.js +61 -57
- package/node_modules/pino/test/stdout-protection.test.js +14 -12
- package/node_modules/pino/test/syncfalse.test.js +29 -34
- package/node_modules/pino/test/timestamp-nano.test.js +37 -0
- package/node_modules/pino/test/timestamp.test.js +37 -34
- package/node_modules/pino/test/transport/big.test.js +11 -12
- package/node_modules/pino/test/transport/bundlers-support.test.js +15 -43
- package/node_modules/pino/test/transport/caller.test.js +9 -8
- package/node_modules/pino/test/transport/core.test.js +175 -145
- package/node_modules/pino/test/transport/core.transpiled.test.ts +17 -19
- package/node_modules/pino/test/transport/crash.test.js +36 -0
- package/node_modules/pino/test/transport/module-link.test.js +21 -19
- package/node_modules/pino/test/transport/pipeline.test.js +109 -8
- package/node_modules/pino/test/transport/repl.test.js +4 -3
- package/node_modules/pino/test/transport/{syncfalse.test.js → sync-false.test.js} +14 -12
- package/node_modules/pino/test/transport/sync-true.test.js +57 -0
- package/node_modules/pino/test/transport/targets.test.js +25 -5
- package/node_modules/pino/test/transport/uses-pino-config.test.js +16 -17
- package/node_modules/pino/test/transport-stream.test.js +40 -0
- package/node_modules/pino/test/types/{pino-import.test-d.ts → pino-import.test-d.cts} +4 -3
- package/node_modules/pino/test/types/pino-multistream.test-d.ts +1 -1
- package/node_modules/pino/test/types/pino-top-export.test-d.ts +1 -0
- package/node_modules/pino/test/types/pino-transport.test-d.ts +1 -1
- package/node_modules/pino/test/types/pino-type-only.test-d.ts +24 -6
- package/node_modules/pino/test/types/pino.test-d.ts +161 -6
- package/node_modules/pino/test/types/pino.ts +31 -19
- package/node_modules/pino/tsconfig.json +1 -1
- package/node_modules/pino-abstract-transport/.github/workflows/ci.yml +2 -4
- package/node_modules/pino-abstract-transport/index.js +1 -1
- package/node_modules/pino-abstract-transport/package.json +2 -3
- package/node_modules/pino-abstract-transport/test/base.test.js +1 -1
- package/node_modules/pino-abstract-transport/test/worker.test.js +7 -14
- package/node_modules/pino-std-serializers/.github/workflows/ci.yml +5 -5
- package/node_modules/pino-std-serializers/Readme.md +1 -0
- package/node_modules/pino-std-serializers/package.json +9 -8
- package/node_modules/pino-std-serializers/test/err-with-cause.test.js +72 -88
- package/node_modules/pino-std-serializers/test/err.test.js +76 -91
- package/node_modules/pino-std-serializers/test/req.test.js +142 -98
- package/node_modules/pino-std-serializers/test/res.test.js +42 -31
- package/node_modules/process-warning/.github/dependabot.yml +1 -1
- package/node_modules/process-warning/.github/workflows/ci.yml +1 -2
- package/node_modules/process-warning/README.md +4 -4
- package/node_modules/process-warning/eslint.config.js +6 -0
- package/node_modules/process-warning/package.json +39 -8
- package/node_modules/process-warning/test/emit-interpolated-string.test.js +11 -6
- package/node_modules/process-warning/test/emit-once-only.test.js +11 -6
- package/node_modules/process-warning/test/emit-reset.test.js +10 -6
- package/node_modules/process-warning/test/emit-set.test.js +10 -5
- package/node_modules/process-warning/test/emit-unlimited.test.js +12 -7
- package/node_modules/process-warning/test/index.test.js +20 -20
- package/node_modules/process-warning/test/issue-88.test.js +8 -3
- package/node_modules/process-warning/test/jest.test.js +17 -15
- package/node_modules/process-warning/test/no-warnings.test.js +9 -9
- package/node_modules/process-warning/test/promise.js +10 -0
- package/node_modules/process-warning/types/index.d.ts +5 -5
- package/node_modules/thread-stream/.github/workflows/ci.yml +4 -8
- package/node_modules/thread-stream/index.d.ts +4 -5
- package/node_modules/thread-stream/lib/worker.js +5 -2
- package/node_modules/thread-stream/package.json +6 -4
- package/node_modules/thread-stream/test/base.test.js +12 -0
- package/node_modules/thread-stream/test/never-drain.test.js +3 -1
- package/node_modules/thread-stream/test/pkg/pkg.test.js +2 -0
- package/node_modules/thread-stream/test/syntax-error.mjs +2 -0
- package/node_modules/thread-stream/tsconfig.json +8 -0
- package/node_modules/yaml/browser/dist/compose/compose-collection.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -2
- package/node_modules/yaml/browser/dist/errors.js +1 -1
- package/node_modules/yaml/browser/dist/nodes/Alias.js +1 -1
- package/node_modules/yaml/browser/dist/parse/parser.js +2 -2
- package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +1 -1
- package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/dist/compose/compose-collection.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -2
- package/node_modules/yaml/dist/errors.js +1 -1
- package/node_modules/yaml/dist/nodes/Alias.js +1 -1
- package/node_modules/yaml/dist/parse/parser.js +2 -2
- package/node_modules/yaml/dist/stringify/stringifyNumber.js +1 -1
- package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/package.json +4 -4
- package/package.json +2 -2
- package/node_modules/@contrast/route-coverage/lib/install/express/express4.js +0 -157
- package/node_modules/@contrast/route-coverage/lib/install/express/express5.js +0 -553
- package/node_modules/abort-controller/README.md +0 -98
- package/node_modules/abort-controller/browser.js +0 -13
- package/node_modules/abort-controller/browser.mjs +0 -11
- package/node_modules/abort-controller/dist/abort-controller.d.ts +0 -43
- package/node_modules/abort-controller/dist/abort-controller.js +0 -127
- package/node_modules/abort-controller/dist/abort-controller.js.map +0 -1
- package/node_modules/abort-controller/dist/abort-controller.mjs +0 -118
- package/node_modules/abort-controller/dist/abort-controller.mjs.map +0 -1
- package/node_modules/abort-controller/dist/abort-controller.umd.js +0 -5
- package/node_modules/abort-controller/dist/abort-controller.umd.js.map +0 -1
- package/node_modules/abort-controller/package.json +0 -97
- package/node_modules/abort-controller/polyfill.js +0 -21
- package/node_modules/abort-controller/polyfill.mjs +0 -19
- package/node_modules/base64-js/LICENSE +0 -21
- package/node_modules/base64-js/README.md +0 -34
- package/node_modules/base64-js/base64js.min.js +0 -1
- package/node_modules/base64-js/index.d.ts +0 -3
- package/node_modules/base64-js/index.js +0 -150
- package/node_modules/base64-js/package.json +0 -47
- package/node_modules/buffer/AUTHORS.md +0 -73
- package/node_modules/buffer/LICENSE +0 -21
- package/node_modules/buffer/README.md +0 -410
- package/node_modules/buffer/index.d.ts +0 -194
- package/node_modules/buffer/index.js +0 -2106
- package/node_modules/buffer/package.json +0 -93
- package/node_modules/event-target-shim/LICENSE +0 -22
- package/node_modules/event-target-shim/README.md +0 -293
- package/node_modules/event-target-shim/dist/event-target-shim.js +0 -871
- package/node_modules/event-target-shim/dist/event-target-shim.js.map +0 -1
- package/node_modules/event-target-shim/dist/event-target-shim.mjs +0 -862
- package/node_modules/event-target-shim/dist/event-target-shim.mjs.map +0 -1
- package/node_modules/event-target-shim/dist/event-target-shim.umd.js +0 -6
- package/node_modules/event-target-shim/dist/event-target-shim.umd.js.map +0 -1
- package/node_modules/event-target-shim/index.d.ts +0 -399
- package/node_modules/event-target-shim/package.json +0 -82
- package/node_modules/events/.airtap.yml +0 -15
- package/node_modules/events/.github/FUNDING.yml +0 -12
- package/node_modules/events/.travis.yml +0 -18
- package/node_modules/events/History.md +0 -118
- package/node_modules/events/LICENSE +0 -22
- package/node_modules/events/Readme.md +0 -50
- package/node_modules/events/events.js +0 -497
- package/node_modules/events/package.json +0 -37
- package/node_modules/events/security.md +0 -10
- package/node_modules/events/tests/add-listeners.js +0 -111
- package/node_modules/events/tests/check-listener-leaks.js +0 -101
- package/node_modules/events/tests/common.js +0 -104
- package/node_modules/events/tests/errors.js +0 -13
- package/node_modules/events/tests/events-list.js +0 -28
- package/node_modules/events/tests/events-once.js +0 -234
- package/node_modules/events/tests/index.js +0 -64
- package/node_modules/events/tests/legacy-compat.js +0 -16
- package/node_modules/events/tests/listener-count.js +0 -37
- package/node_modules/events/tests/listeners-side-effects.js +0 -56
- package/node_modules/events/tests/listeners.js +0 -168
- package/node_modules/events/tests/max-listeners.js +0 -47
- package/node_modules/events/tests/method-names.js +0 -35
- package/node_modules/events/tests/modify-in-emit.js +0 -90
- package/node_modules/events/tests/num-args.js +0 -60
- package/node_modules/events/tests/once.js +0 -83
- package/node_modules/events/tests/prepend.js +0 -31
- package/node_modules/events/tests/remove-all-listeners.js +0 -133
- package/node_modules/events/tests/remove-listeners.js +0 -212
- package/node_modules/events/tests/set-max-listeners-side-effects.js +0 -31
- package/node_modules/events/tests/special-event-names.js +0 -45
- package/node_modules/events/tests/subclass.js +0 -66
- package/node_modules/events/tests/symbols.js +0 -25
- package/node_modules/fast-redact/.github/workflows/ci.yml +0 -37
- package/node_modules/fast-redact/LICENSE +0 -21
- package/node_modules/fast-redact/benchmark/index.js +0 -223
- package/node_modules/fast-redact/example/default-usage.js +0 -14
- package/node_modules/fast-redact/example/intermediate-wildcard-array.js +0 -11
- package/node_modules/fast-redact/example/multi-wildcard-array-depth.js +0 -11
- package/node_modules/fast-redact/example/multi-wildcard-array-end.js +0 -11
- package/node_modules/fast-redact/example/multi-wildcard-array.js +0 -11
- package/node_modules/fast-redact/example/serialize-false.js +0 -11
- package/node_modules/fast-redact/example/serialize-function.js +0 -4
- package/node_modules/fast-redact/example/top-wildcard-object.js +0 -9
- package/node_modules/fast-redact/index.js +0 -56
- package/node_modules/fast-redact/lib/modifiers.js +0 -291
- package/node_modules/fast-redact/lib/parse.js +0 -44
- package/node_modules/fast-redact/lib/redactor.js +0 -108
- package/node_modules/fast-redact/lib/restorer.js +0 -92
- package/node_modules/fast-redact/lib/rx.js +0 -16
- package/node_modules/fast-redact/lib/state.js +0 -20
- package/node_modules/fast-redact/lib/validator.js +0 -33
- package/node_modules/fast-redact/package.json +0 -50
- package/node_modules/fast-redact/readme.md +0 -282
- package/node_modules/fast-redact/test/index.js +0 -1502
- package/node_modules/ieee754/LICENSE +0 -11
- package/node_modules/ieee754/README.md +0 -51
- package/node_modules/ieee754/index.d.ts +0 -10
- package/node_modules/ieee754/index.js +0 -85
- package/node_modules/ieee754/package.json +0 -52
- package/node_modules/pino/.eslintignore +0 -2
- package/node_modules/pino/.eslintrc +0 -8
- package/node_modules/pino/.github/workflows/bench.yml +0 -61
- package/node_modules/pino/.github/workflows/ci.yml +0 -86
- package/node_modules/pino/.github/workflows/lock-threads.yml +0 -30
- package/node_modules/pino/.github/workflows/package-manager-ci.yml +0 -99
- package/node_modules/pino/.github/workflows/target-main.yml +0 -23
- package/node_modules/pino/.taprc.yaml +0 -8
- package/node_modules/pino/docsify/sidebar.md +0 -26
- package/node_modules/pino/favicon-16x16.png +0 -0
- package/node_modules/pino/favicon-32x32.png +0 -0
- package/node_modules/pino/lib/worker-pipeline.js +0 -38
- package/node_modules/pino/node_modules/sonic-boom/.eslintignore +0 -2
- package/node_modules/pino/node_modules/sonic-boom/.husky/pre-commit +0 -4
- package/node_modules/pino/node_modules/sonic-boom/.taprc.yaml +0 -11
- package/node_modules/pino/node_modules/sonic-boom/LICENSE +0 -21
- package/node_modules/pino/node_modules/sonic-boom/README.md +0 -151
- package/node_modules/pino/node_modules/sonic-boom/bench.js +0 -98
- package/node_modules/pino/node_modules/sonic-boom/check.js +0 -18
- package/node_modules/pino/node_modules/sonic-boom/example.js +0 -8
- package/node_modules/pino/node_modules/sonic-boom/fixtures/firehose.js +0 -22
- package/node_modules/pino/node_modules/sonic-boom/index.js +0 -690
- package/node_modules/pino/node_modules/sonic-boom/package.json +0 -50
- package/node_modules/pino/node_modules/sonic-boom/test/destroy.test.js +0 -49
- package/node_modules/pino/node_modules/sonic-boom/test/end.test.js +0 -98
- package/node_modules/pino/node_modules/sonic-boom/test/flush-sync.test.js +0 -140
- package/node_modules/pino/node_modules/sonic-boom/test/flush.test.js +0 -419
- package/node_modules/pino/node_modules/sonic-boom/test/fsync.test.js +0 -63
- package/node_modules/pino/node_modules/sonic-boom/test/helper.js +0 -42
- package/node_modules/pino/node_modules/sonic-boom/test/minlength.test.js +0 -35
- package/node_modules/pino/node_modules/sonic-boom/test/mode.test.js +0 -116
- package/node_modules/pino/node_modules/sonic-boom/test/reopen.test.js +0 -239
- package/node_modules/pino/node_modules/sonic-boom/test/retry.test.js +0 -414
- package/node_modules/pino/node_modules/sonic-boom/test/sync.test.js +0 -261
- package/node_modules/pino/node_modules/sonic-boom/test/write.test.js +0 -465
- package/node_modules/pino/node_modules/sonic-boom/types/index.d.ts +0 -62
- package/node_modules/pino/node_modules/sonic-boom/types/tests/test.ts +0 -4
- package/node_modules/pino/pino-banner.png +0 -0
- package/node_modules/pino/pino-logo-hire.png +0 -0
- package/node_modules/pino/pino-tree.png +0 -0
- package/node_modules/pino/pretty-demo.png +0 -0
- package/node_modules/pino/test/errorKey.test.js +0 -34
- package/node_modules/pino/test/transport/core.test.ts +0 -236
- package/node_modules/pino-std-serializers/.taprc +0 -2
- package/node_modules/process/.eslintrc +0 -21
- package/node_modules/process/LICENSE +0 -22
- package/node_modules/process/README.md +0 -26
- package/node_modules/process/browser.js +0 -184
- package/node_modules/process/index.js +0 -2
- package/node_modules/process/package.json +0 -27
- package/node_modules/process/test.js +0 -199
- package/node_modules/process-warning/.taprc +0 -2
- package/node_modules/readable-stream/LICENSE +0 -47
- package/node_modules/readable-stream/README.md +0 -116
- package/node_modules/readable-stream/lib/_stream_duplex.js +0 -4
- package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -4
- package/node_modules/readable-stream/lib/_stream_readable.js +0 -4
- package/node_modules/readable-stream/lib/_stream_transform.js +0 -4
- package/node_modules/readable-stream/lib/_stream_writable.js +0 -4
- package/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +0 -52
- package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -157
- package/node_modules/readable-stream/lib/internal/streams/compose.js +0 -194
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -290
- package/node_modules/readable-stream/lib/internal/streams/duplex.js +0 -143
- package/node_modules/readable-stream/lib/internal/streams/duplexify.js +0 -378
- package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -286
- package/node_modules/readable-stream/lib/internal/streams/from.js +0 -98
- package/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +0 -51
- package/node_modules/readable-stream/lib/internal/streams/legacy.js +0 -89
- package/node_modules/readable-stream/lib/internal/streams/operators.js +0 -457
- package/node_modules/readable-stream/lib/internal/streams/passthrough.js +0 -39
- package/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -471
- package/node_modules/readable-stream/lib/internal/streams/readable.js +0 -1290
- package/node_modules/readable-stream/lib/internal/streams/state.js +0 -39
- package/node_modules/readable-stream/lib/internal/streams/transform.js +0 -180
- package/node_modules/readable-stream/lib/internal/streams/utils.js +0 -327
- package/node_modules/readable-stream/lib/internal/streams/writable.js +0 -819
- package/node_modules/readable-stream/lib/internal/validators.js +0 -530
- package/node_modules/readable-stream/lib/ours/browser.js +0 -35
- package/node_modules/readable-stream/lib/ours/errors.js +0 -343
- package/node_modules/readable-stream/lib/ours/index.js +0 -65
- package/node_modules/readable-stream/lib/ours/primordials.js +0 -124
- package/node_modules/readable-stream/lib/ours/util/inspect.js +0 -55
- package/node_modules/readable-stream/lib/ours/util.js +0 -148
- package/node_modules/readable-stream/lib/stream/promises.js +0 -43
- package/node_modules/readable-stream/lib/stream.js +0 -143
- package/node_modules/readable-stream/package.json +0 -88
- package/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/safe-buffer/index.js +0 -65
- package/node_modules/safe-buffer/package.json +0 -51
- package/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/string_decoder/README.md +0 -47
- package/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/string_decoder/package.json +0 -34
|
@@ -15,13 +15,15 @@
|
|
|
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.
|
|
24
|
-
exports.
|
|
18
|
+
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_WORKING_SET = exports.METRIC_CONTAINER_MEMORY_USAGE = exports.METRIC_CONTAINER_MEMORY_RSS = exports.METRIC_CONTAINER_MEMORY_PAGING_FAULTS = exports.METRIC_CONTAINER_MEMORY_AVAILABLE = 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_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 = 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 = void 0;
|
|
20
|
+
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 = exports.METRIC_HW_BATTERY_TIME_LEFT = exports.METRIC_HW_BATTERY_CHARGE_LIMIT = exports.METRIC_HW_BATTERY_CHARGE = exports.METRIC_HTTP_SERVER_RESPONSE_BODY_SIZE = void 0;
|
|
21
|
+
exports.METRIC_K8S_JOB_SUCCESSFUL_PODS = exports.METRIC_K8S_JOB_POD_SUCCESSFUL = exports.METRIC_K8S_JOB_POD_MAX_PARALLEL = exports.METRIC_K8S_JOB_POD_FAILED = exports.METRIC_K8S_JOB_POD_DESIRED_SUCCESSFUL = exports.METRIC_K8S_JOB_POD_ACTIVE = 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_POD_MIN = exports.METRIC_K8S_HPA_POD_MAX = exports.METRIC_K8S_HPA_POD_DESIRED = exports.METRIC_K8S_HPA_POD_CURRENT = 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_POD_DESIRED = exports.METRIC_K8S_DEPLOYMENT_POD_AVAILABLE = exports.METRIC_K8S_DEPLOYMENT_DESIRED_PODS = exports.METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS = exports.METRIC_K8S_DAEMONSET_READY_NODES = exports.METRIC_K8S_DAEMONSET_NODE_READY = exports.METRIC_K8S_DAEMONSET_NODE_MISSCHEDULED = exports.METRIC_K8S_DAEMONSET_NODE_DESIRED_SCHEDULED = exports.METRIC_K8S_DAEMONSET_NODE_CURRENT_SCHEDULED = exports.METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES = exports.METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES = exports.METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES = exports.METRIC_K8S_CRONJOB_JOB_ACTIVE = 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 = exports.METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT = exports.METRIC_K8S_CONTAINER_CPU_REQUEST_UTILIZATION = exports.METRIC_K8S_CONTAINER_CPU_REQUEST = exports.METRIC_K8S_CONTAINER_CPU_LIMIT_UTILIZATION = exports.METRIC_K8S_CONTAINER_CPU_LIMIT = exports.METRIC_JVM_SYSTEM_CPU_UTILIZATION = void 0;
|
|
22
|
+
exports.METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS = exports.METRIC_K8S_REPLICATION_CONTROLLER_AVAILABLE_PODS = exports.METRIC_K8S_REPLICASET_POD_DESIRED = exports.METRIC_K8S_REPLICASET_POD_AVAILABLE = 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_STATUS_REASON = exports.METRIC_K8S_POD_STATUS_PHASE = exports.METRIC_K8S_POD_NETWORK_IO = exports.METRIC_K8S_POD_NETWORK_ERRORS = exports.METRIC_K8S_POD_MEMORY_WORKING_SET = exports.METRIC_K8S_POD_MEMORY_USAGE = exports.METRIC_K8S_POD_MEMORY_RSS = exports.METRIC_K8S_POD_MEMORY_PAGING_FAULTS = exports.METRIC_K8S_POD_MEMORY_AVAILABLE = 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_POD_ALLOCATABLE = exports.METRIC_K8S_NODE_NETWORK_IO = exports.METRIC_K8S_NODE_NETWORK_ERRORS = exports.METRIC_K8S_NODE_MEMORY_WORKING_SET = exports.METRIC_K8S_NODE_MEMORY_USAGE = exports.METRIC_K8S_NODE_MEMORY_RSS = exports.METRIC_K8S_NODE_MEMORY_PAGING_FAULTS = exports.METRIC_K8S_NODE_MEMORY_AVAILABLE = exports.METRIC_K8S_NODE_MEMORY_ALLOCATABLE = exports.METRIC_K8S_NODE_FILESYSTEM_USAGE = exports.METRIC_K8S_NODE_FILESYSTEM_CAPACITY = exports.METRIC_K8S_NODE_FILESYSTEM_AVAILABLE = exports.METRIC_K8S_NODE_EPHEMERAL_STORAGE_ALLOCATABLE = exports.METRIC_K8S_NODE_CPU_USAGE = exports.METRIC_K8S_NODE_CPU_TIME = exports.METRIC_K8S_NODE_CPU_ALLOCATABLE = 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 = void 0;
|
|
23
|
+
exports.METRIC_NFS_SERVER_FH_STALE_COUNT = exports.METRIC_NFS_CLIENT_RPC_RETRANSMIT_COUNT = exports.METRIC_NFS_CLIENT_RPC_COUNT = exports.METRIC_NFS_CLIENT_RPC_AUTHREFRESH_COUNT = exports.METRIC_NFS_CLIENT_PROCEDURE_COUNT = exports.METRIC_NFS_CLIENT_OPERATION_COUNT = exports.METRIC_NFS_CLIENT_NET_TCP_CONNECTION_ACCEPTED = exports.METRIC_NFS_CLIENT_NET_COUNT = 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_POD_UPDATED = exports.METRIC_K8S_STATEFULSET_POD_READY = exports.METRIC_K8S_STATEFULSET_POD_DESIRED = exports.METRIC_K8S_STATEFULSET_POD_CURRENT = 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_POD_DESIRED = exports.METRIC_K8S_REPLICATIONCONTROLLER_POD_AVAILABLE = exports.METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS = exports.METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS = void 0;
|
|
24
|
+
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_OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_HARD = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_USED = exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_HARD = 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 = exports.METRIC_NODEJS_EVENTLOOP_DELAY_MEAN = exports.METRIC_NODEJS_EVENTLOOP_DELAY_MAX = exports.METRIC_NFS_SERVER_THREAD_COUNT = exports.METRIC_NFS_SERVER_RPC_COUNT = exports.METRIC_NFS_SERVER_REPCACHE_REQUESTS = exports.METRIC_NFS_SERVER_PROCEDURE_COUNT = exports.METRIC_NFS_SERVER_OPERATION_COUNT = exports.METRIC_NFS_SERVER_NET_TCP_CONNECTION_ACCEPTED = exports.METRIC_NFS_SERVER_NET_COUNT = exports.METRIC_NFS_SERVER_IO = void 0;
|
|
25
|
+
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 = 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 = void 0;
|
|
26
|
+
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_SPACE_PHYSICAL_SIZE = exports.METRIC_V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE = 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_PACKETS = 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_DROPPED = exports.METRIC_SYSTEM_NETWORK_CONNECTIONS = exports.METRIC_SYSTEM_NETWORK_CONNECTION_COUNT = exports.METRIC_SYSTEM_MEMORY_UTILIZATION = void 0;
|
|
25
27
|
//----------------------------------------------------------------------------------------------------------
|
|
26
28
|
// DO NOT EDIT, this is an Auto-generated file from scripts/semconv/templates/register/stable/metrics.ts.j2
|
|
27
29
|
//----------------------------------------------------------------------------------------------------------
|
|
@@ -306,6 +308,34 @@ exports.METRIC_CONTAINER_FILESYSTEM_CAPACITY = 'container.filesystem.capacity';
|
|
|
306
308
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
307
309
|
*/
|
|
308
310
|
exports.METRIC_CONTAINER_FILESYSTEM_USAGE = 'container.filesystem.usage';
|
|
311
|
+
/**
|
|
312
|
+
* Container memory available.
|
|
313
|
+
*
|
|
314
|
+
* @note Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted.
|
|
315
|
+
* In general, this metric can be derived from [cadvisor](https://github.com/google/cadvisor/blob/v0.53.0/docs/storage/prometheus.md#prometheus-container-metrics) and by subtracting the `container_memory_working_set_bytes` metric from the `container_spec_memory_limit_bytes` metric.
|
|
316
|
+
* In K8s, this metric is derived from the [MemoryStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
317
|
+
*
|
|
318
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
319
|
+
*/
|
|
320
|
+
exports.METRIC_CONTAINER_MEMORY_AVAILABLE = 'container.memory.available';
|
|
321
|
+
/**
|
|
322
|
+
* Container memory paging faults.
|
|
323
|
+
*
|
|
324
|
+
* @note In general, this metric can be derived from [cadvisor](https://github.com/google/cadvisor/blob/v0.53.0/docs/storage/prometheus.md#prometheus-container-metrics) and specifically the `container_memory_failures_total{failure_type=pgfault, scope=container}` and `container_memory_failures_total{failure_type=pgmajfault, scope=container}`metric.
|
|
325
|
+
* In K8s, this metric is derived from the [MemoryStats.PageFaults](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) and [MemoryStats.MajorPageFaults](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
326
|
+
*
|
|
327
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
328
|
+
*/
|
|
329
|
+
exports.METRIC_CONTAINER_MEMORY_PAGING_FAULTS = 'container.memory.paging.faults';
|
|
330
|
+
/**
|
|
331
|
+
* Container memory RSS.
|
|
332
|
+
*
|
|
333
|
+
* @note In general, this metric can be derived from [cadvisor](https://github.com/google/cadvisor/blob/v0.53.0/docs/storage/prometheus.md#prometheus-container-metrics) and specifically the `container_memory_rss` metric.
|
|
334
|
+
* In K8s, this metric is derived from the [MemoryStats.RSSBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
335
|
+
*
|
|
336
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
337
|
+
*/
|
|
338
|
+
exports.METRIC_CONTAINER_MEMORY_RSS = 'container.memory.rss';
|
|
309
339
|
/**
|
|
310
340
|
* Memory usage of the container.
|
|
311
341
|
*
|
|
@@ -314,6 +344,15 @@ exports.METRIC_CONTAINER_FILESYSTEM_USAGE = 'container.filesystem.usage';
|
|
|
314
344
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
315
345
|
*/
|
|
316
346
|
exports.METRIC_CONTAINER_MEMORY_USAGE = 'container.memory.usage';
|
|
347
|
+
/**
|
|
348
|
+
* Container memory working set.
|
|
349
|
+
*
|
|
350
|
+
* @note In general, this metric can be derived from [cadvisor](https://github.com/google/cadvisor/blob/v0.53.0/docs/storage/prometheus.md#prometheus-container-metrics) and specifically the `container_memory_working_set_bytes` metric.
|
|
351
|
+
* In K8s, this metric is derived from the [MemoryStats.WorkingSetBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
352
|
+
*
|
|
353
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
354
|
+
*/
|
|
355
|
+
exports.METRIC_CONTAINER_MEMORY_WORKING_SET = 'container.memory.working_set';
|
|
317
356
|
/**
|
|
318
357
|
* Network bytes for the container.
|
|
319
358
|
*
|
|
@@ -1067,6 +1106,14 @@ exports.METRIC_JVM_SYSTEM_CPU_UTILIZATION = 'jvm.system.cpu.utilization';
|
|
|
1067
1106
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1068
1107
|
*/
|
|
1069
1108
|
exports.METRIC_K8S_CONTAINER_CPU_LIMIT = 'k8s.container.cpu.limit';
|
|
1109
|
+
/**
|
|
1110
|
+
* The ratio of container CPU usage to its CPU limit.
|
|
1111
|
+
*
|
|
1112
|
+
* @note The value range is [0.0,1.0]. A value of 1.0 means the container is using 100% of its CPU limit. If the CPU limit is not set, this metric **SHOULD NOT** be emitted for that container.
|
|
1113
|
+
*
|
|
1114
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1115
|
+
*/
|
|
1116
|
+
exports.METRIC_K8S_CONTAINER_CPU_LIMIT_UTILIZATION = 'k8s.container.cpu.limit_utilization';
|
|
1070
1117
|
/**
|
|
1071
1118
|
* CPU resource requested for the container.
|
|
1072
1119
|
*
|
|
@@ -1075,6 +1122,12 @@ exports.METRIC_K8S_CONTAINER_CPU_LIMIT = 'k8s.container.cpu.limit';
|
|
|
1075
1122
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1076
1123
|
*/
|
|
1077
1124
|
exports.METRIC_K8S_CONTAINER_CPU_REQUEST = 'k8s.container.cpu.request';
|
|
1125
|
+
/**
|
|
1126
|
+
* The ratio of container CPU usage to its CPU request.
|
|
1127
|
+
*
|
|
1128
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1129
|
+
*/
|
|
1130
|
+
exports.METRIC_K8S_CONTAINER_CPU_REQUEST_UTILIZATION = 'k8s.container.cpu.request_utilization';
|
|
1078
1131
|
/**
|
|
1079
1132
|
* Maximum ephemeral storage resource limit set for the container.
|
|
1080
1133
|
*
|
|
@@ -1163,41 +1216,85 @@ exports.METRIC_K8S_CONTAINER_STORAGE_LIMIT = 'k8s.container.storage.limit';
|
|
|
1163
1216
|
*/
|
|
1164
1217
|
exports.METRIC_K8S_CONTAINER_STORAGE_REQUEST = 'k8s.container.storage.request';
|
|
1165
1218
|
/**
|
|
1166
|
-
*
|
|
1219
|
+
* Deprecated, use `k8s.cronjob.job.active` instead.
|
|
1167
1220
|
*
|
|
1168
1221
|
* @note This metric aligns with the `active` field of the
|
|
1169
1222
|
* [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
|
|
1170
1223
|
*
|
|
1171
1224
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1225
|
+
*
|
|
1226
|
+
* @deprecated Replaced by `k8s.cronjob.job.active`.
|
|
1172
1227
|
*/
|
|
1173
1228
|
exports.METRIC_K8S_CRONJOB_ACTIVE_JOBS = 'k8s.cronjob.active_jobs';
|
|
1174
1229
|
/**
|
|
1175
|
-
*
|
|
1230
|
+
* The number of actively running jobs for a cronjob.
|
|
1231
|
+
*
|
|
1232
|
+
* @note This metric aligns with the `active` field of the
|
|
1233
|
+
* [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
|
|
1234
|
+
*
|
|
1235
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1236
|
+
*/
|
|
1237
|
+
exports.METRIC_K8S_CRONJOB_JOB_ACTIVE = 'k8s.cronjob.job.active';
|
|
1238
|
+
/**
|
|
1239
|
+
* Deprecated, use `k8s.daemonset.node.current_scheduled` instead.
|
|
1176
1240
|
*
|
|
1177
1241
|
* @note This metric aligns with the `currentNumberScheduled` field of the
|
|
1178
1242
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1179
1243
|
*
|
|
1180
1244
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1245
|
+
*
|
|
1246
|
+
* @deprecated Replaced by `k8s.daemonset.node.current_scheduled`.
|
|
1181
1247
|
*/
|
|
1182
1248
|
exports.METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES = 'k8s.daemonset.current_scheduled_nodes';
|
|
1183
1249
|
/**
|
|
1184
|
-
*
|
|
1250
|
+
* Deprecated, use `k8s.daemonset.node.desired_scheduled` instead.
|
|
1185
1251
|
*
|
|
1186
1252
|
* @note This metric aligns with the `desiredNumberScheduled` field of the
|
|
1187
1253
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1188
1254
|
*
|
|
1189
1255
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1256
|
+
*
|
|
1257
|
+
* @deprecated Replaced by `k8s.daemonset.node.desired_scheduled`.
|
|
1190
1258
|
*/
|
|
1191
1259
|
exports.METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES = 'k8s.daemonset.desired_scheduled_nodes';
|
|
1192
1260
|
/**
|
|
1193
|
-
*
|
|
1261
|
+
* Deprecated, use `k8s.daemonset.node.misscheduled` instead.
|
|
1194
1262
|
*
|
|
1195
1263
|
* @note This metric aligns with the `numberMisscheduled` field of the
|
|
1196
1264
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1197
1265
|
*
|
|
1198
1266
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1267
|
+
*
|
|
1268
|
+
* @deprecated Replaced by `k8s.daemonset.node.misscheduled`.
|
|
1199
1269
|
*/
|
|
1200
1270
|
exports.METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES = 'k8s.daemonset.misscheduled_nodes';
|
|
1271
|
+
/**
|
|
1272
|
+
* Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
|
|
1273
|
+
*
|
|
1274
|
+
* @note This metric aligns with the `currentNumberScheduled` field of the
|
|
1275
|
+
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1276
|
+
*
|
|
1277
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1278
|
+
*/
|
|
1279
|
+
exports.METRIC_K8S_DAEMONSET_NODE_CURRENT_SCHEDULED = 'k8s.daemonset.node.current_scheduled';
|
|
1280
|
+
/**
|
|
1281
|
+
* Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod).
|
|
1282
|
+
*
|
|
1283
|
+
* @note This metric aligns with the `desiredNumberScheduled` field of the
|
|
1284
|
+
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1285
|
+
*
|
|
1286
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1287
|
+
*/
|
|
1288
|
+
exports.METRIC_K8S_DAEMONSET_NODE_DESIRED_SCHEDULED = 'k8s.daemonset.node.desired_scheduled';
|
|
1289
|
+
/**
|
|
1290
|
+
* Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
|
|
1291
|
+
*
|
|
1292
|
+
* @note This metric aligns with the `numberMisscheduled` field of the
|
|
1293
|
+
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1294
|
+
*
|
|
1295
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1296
|
+
*/
|
|
1297
|
+
exports.METRIC_K8S_DAEMONSET_NODE_MISSCHEDULED = 'k8s.daemonset.node.misscheduled';
|
|
1201
1298
|
/**
|
|
1202
1299
|
* Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
1203
1300
|
*
|
|
@@ -1206,50 +1303,89 @@ exports.METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES = 'k8s.daemonset.misscheduled_no
|
|
|
1206
1303
|
*
|
|
1207
1304
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1208
1305
|
*/
|
|
1306
|
+
exports.METRIC_K8S_DAEMONSET_NODE_READY = 'k8s.daemonset.node.ready';
|
|
1307
|
+
/**
|
|
1308
|
+
* Deprecated, use `k8s.daemonset.node.ready` instead.
|
|
1309
|
+
*
|
|
1310
|
+
* @note This metric aligns with the `numberReady` field of the
|
|
1311
|
+
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
1312
|
+
*
|
|
1313
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1314
|
+
*
|
|
1315
|
+
* @deprecated Replaced by `k8s.daemonset.node.ready`.
|
|
1316
|
+
*/
|
|
1209
1317
|
exports.METRIC_K8S_DAEMONSET_READY_NODES = 'k8s.daemonset.ready_nodes';
|
|
1210
1318
|
/**
|
|
1211
|
-
*
|
|
1319
|
+
* Deprecated, use `k8s.deployment.pod.available` instead.
|
|
1212
1320
|
*
|
|
1213
1321
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
1214
1322
|
* [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
|
|
1215
1323
|
*
|
|
1216
1324
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1325
|
+
*
|
|
1326
|
+
* @deprecated Replaced by `k8s.deployment.pod.available`.
|
|
1217
1327
|
*/
|
|
1218
1328
|
exports.METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS = 'k8s.deployment.available_pods';
|
|
1219
1329
|
/**
|
|
1220
|
-
*
|
|
1330
|
+
* Deprecated, use `k8s.deployment.pod.desired` instead.
|
|
1221
1331
|
*
|
|
1222
1332
|
* @note This metric aligns with the `replicas` field of the
|
|
1223
1333
|
* [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
|
|
1224
1334
|
*
|
|
1225
1335
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1336
|
+
*
|
|
1337
|
+
* @deprecated Replaced by `k8s.deployment.pod.desired`.
|
|
1226
1338
|
*/
|
|
1227
1339
|
exports.METRIC_K8S_DEPLOYMENT_DESIRED_PODS = 'k8s.deployment.desired_pods';
|
|
1228
1340
|
/**
|
|
1229
|
-
*
|
|
1341
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1342
|
+
*
|
|
1343
|
+
* @note This metric aligns with the `availableReplicas` field of the
|
|
1344
|
+
* [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
|
|
1345
|
+
*
|
|
1346
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1347
|
+
*/
|
|
1348
|
+
exports.METRIC_K8S_DEPLOYMENT_POD_AVAILABLE = 'k8s.deployment.pod.available';
|
|
1349
|
+
/**
|
|
1350
|
+
* Number of desired replica pods in this deployment.
|
|
1351
|
+
*
|
|
1352
|
+
* @note This metric aligns with the `replicas` field of the
|
|
1353
|
+
* [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
|
|
1354
|
+
*
|
|
1355
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1356
|
+
*/
|
|
1357
|
+
exports.METRIC_K8S_DEPLOYMENT_POD_DESIRED = 'k8s.deployment.pod.desired';
|
|
1358
|
+
/**
|
|
1359
|
+
* Deprecated, use `k8s.hpa.pod.current` instead.
|
|
1230
1360
|
*
|
|
1231
1361
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
1232
1362
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
1233
1363
|
*
|
|
1234
1364
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1365
|
+
*
|
|
1366
|
+
* @deprecated Replaced by `k8s.hpa.pod.current`.
|
|
1235
1367
|
*/
|
|
1236
1368
|
exports.METRIC_K8S_HPA_CURRENT_PODS = 'k8s.hpa.current_pods';
|
|
1237
1369
|
/**
|
|
1238
|
-
*
|
|
1370
|
+
* Deprecated, use `k8s.hpa.pod.desired` instead.
|
|
1239
1371
|
*
|
|
1240
1372
|
* @note This metric aligns with the `desiredReplicas` field of the
|
|
1241
1373
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
1242
1374
|
*
|
|
1243
1375
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1376
|
+
*
|
|
1377
|
+
* @deprecated Replaced by `k8s.hpa.pod.desired`.
|
|
1244
1378
|
*/
|
|
1245
1379
|
exports.METRIC_K8S_HPA_DESIRED_PODS = 'k8s.hpa.desired_pods';
|
|
1246
1380
|
/**
|
|
1247
|
-
*
|
|
1381
|
+
* Deprecated, use `k8s.hpa.pod.max` instead.
|
|
1248
1382
|
*
|
|
1249
1383
|
* @note This metric aligns with the `maxReplicas` field of the
|
|
1250
1384
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
1251
1385
|
*
|
|
1252
1386
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1387
|
+
*
|
|
1388
|
+
* @deprecated Replaced by `k8s.hpa.pod.max`.
|
|
1253
1389
|
*/
|
|
1254
1390
|
exports.METRIC_K8S_HPA_MAX_PODS = 'k8s.hpa.max_pods';
|
|
1255
1391
|
/**
|
|
@@ -1286,50 +1422,132 @@ exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_VALUE = 'k8s.hpa.metric.target.
|
|
|
1286
1422
|
*/
|
|
1287
1423
|
exports.METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE = 'k8s.hpa.metric.target.cpu.value';
|
|
1288
1424
|
/**
|
|
1289
|
-
*
|
|
1425
|
+
* Deprecated, use `k8s.hpa.pod.min` instead.
|
|
1290
1426
|
*
|
|
1291
1427
|
* @note This metric aligns with the `minReplicas` field of the
|
|
1292
1428
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
1293
1429
|
*
|
|
1294
1430
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1431
|
+
*
|
|
1432
|
+
* @deprecated Replaced by `k8s.hpa.pod.min`.
|
|
1295
1433
|
*/
|
|
1296
1434
|
exports.METRIC_K8S_HPA_MIN_PODS = 'k8s.hpa.min_pods';
|
|
1297
1435
|
/**
|
|
1298
|
-
*
|
|
1436
|
+
* Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler.
|
|
1437
|
+
*
|
|
1438
|
+
* @note This metric aligns with the `currentReplicas` field of the
|
|
1439
|
+
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
1440
|
+
*
|
|
1441
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1442
|
+
*/
|
|
1443
|
+
exports.METRIC_K8S_HPA_POD_CURRENT = 'k8s.hpa.pod.current';
|
|
1444
|
+
/**
|
|
1445
|
+
* Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler.
|
|
1446
|
+
*
|
|
1447
|
+
* @note This metric aligns with the `desiredReplicas` field of the
|
|
1448
|
+
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
1449
|
+
*
|
|
1450
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1451
|
+
*/
|
|
1452
|
+
exports.METRIC_K8S_HPA_POD_DESIRED = 'k8s.hpa.pod.desired';
|
|
1453
|
+
/**
|
|
1454
|
+
* The upper limit for the number of replica pods to which the autoscaler can scale up.
|
|
1455
|
+
*
|
|
1456
|
+
* @note This metric aligns with the `maxReplicas` field of the
|
|
1457
|
+
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
1458
|
+
*
|
|
1459
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1460
|
+
*/
|
|
1461
|
+
exports.METRIC_K8S_HPA_POD_MAX = 'k8s.hpa.pod.max';
|
|
1462
|
+
/**
|
|
1463
|
+
* The lower limit for the number of replica pods to which the autoscaler can scale down.
|
|
1464
|
+
*
|
|
1465
|
+
* @note This metric aligns with the `minReplicas` field of the
|
|
1466
|
+
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
1467
|
+
*
|
|
1468
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1469
|
+
*/
|
|
1470
|
+
exports.METRIC_K8S_HPA_POD_MIN = 'k8s.hpa.pod.min';
|
|
1471
|
+
/**
|
|
1472
|
+
* Deprecated, use `k8s.job.pod.active` instead.
|
|
1299
1473
|
*
|
|
1300
1474
|
* @note This metric aligns with the `active` field of the
|
|
1301
1475
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
1302
1476
|
*
|
|
1303
1477
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1478
|
+
*
|
|
1479
|
+
* @deprecated Replaced by `k8s.job.pod.active`.
|
|
1304
1480
|
*/
|
|
1305
1481
|
exports.METRIC_K8S_JOB_ACTIVE_PODS = 'k8s.job.active_pods';
|
|
1306
1482
|
/**
|
|
1307
|
-
*
|
|
1483
|
+
* Deprecated, use `k8s.job.pod.desired_successful` instead.
|
|
1308
1484
|
*
|
|
1309
1485
|
* @note This metric aligns with the `completions` field of the
|
|
1310
1486
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
|
|
1311
1487
|
*
|
|
1312
1488
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1489
|
+
*
|
|
1490
|
+
* @deprecated Replaced by `k8s.job.pod.desired_successful`.
|
|
1313
1491
|
*/
|
|
1314
1492
|
exports.METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS = 'k8s.job.desired_successful_pods';
|
|
1315
1493
|
/**
|
|
1316
|
-
*
|
|
1494
|
+
* Deprecated, use `k8s.job.pod.failed` instead.
|
|
1317
1495
|
*
|
|
1318
1496
|
* @note This metric aligns with the `failed` field of the
|
|
1319
1497
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
1320
1498
|
*
|
|
1321
1499
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1500
|
+
*
|
|
1501
|
+
* @deprecated Replaced by `k8s.job.pod.failed`.
|
|
1322
1502
|
*/
|
|
1323
1503
|
exports.METRIC_K8S_JOB_FAILED_PODS = 'k8s.job.failed_pods';
|
|
1324
1504
|
/**
|
|
1325
|
-
*
|
|
1505
|
+
* Deprecated, use `k8s.job.pod.max_parallel` instead.
|
|
1326
1506
|
*
|
|
1327
1507
|
* @note This metric aligns with the `parallelism` field of the
|
|
1328
1508
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
|
1329
1509
|
*
|
|
1330
1510
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1511
|
+
*
|
|
1512
|
+
* @deprecated Replaced by `k8s.job.pod.max_parallel`.
|
|
1331
1513
|
*/
|
|
1332
1514
|
exports.METRIC_K8S_JOB_MAX_PARALLEL_PODS = 'k8s.job.max_parallel_pods';
|
|
1515
|
+
/**
|
|
1516
|
+
* The number of pending and actively running pods for a job.
|
|
1517
|
+
*
|
|
1518
|
+
* @note This metric aligns with the `active` field of the
|
|
1519
|
+
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
1520
|
+
*
|
|
1521
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1522
|
+
*/
|
|
1523
|
+
exports.METRIC_K8S_JOB_POD_ACTIVE = 'k8s.job.pod.active';
|
|
1524
|
+
/**
|
|
1525
|
+
* The desired number of successfully finished pods the job should be run with.
|
|
1526
|
+
*
|
|
1527
|
+
* @note This metric aligns with the `completions` field of the
|
|
1528
|
+
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
|
|
1529
|
+
*
|
|
1530
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1531
|
+
*/
|
|
1532
|
+
exports.METRIC_K8S_JOB_POD_DESIRED_SUCCESSFUL = 'k8s.job.pod.desired_successful';
|
|
1533
|
+
/**
|
|
1534
|
+
* The number of pods which reached phase Failed for a job.
|
|
1535
|
+
*
|
|
1536
|
+
* @note This metric aligns with the `failed` field of the
|
|
1537
|
+
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
1538
|
+
*
|
|
1539
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1540
|
+
*/
|
|
1541
|
+
exports.METRIC_K8S_JOB_POD_FAILED = 'k8s.job.pod.failed';
|
|
1542
|
+
/**
|
|
1543
|
+
* The max desired number of pods the job should run at any given time.
|
|
1544
|
+
*
|
|
1545
|
+
* @note This metric aligns with the `parallelism` field of the
|
|
1546
|
+
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
|
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_JOB_POD_MAX_PARALLEL = 'k8s.job.pod.max_parallel';
|
|
1333
1551
|
/**
|
|
1334
1552
|
* The number of pods which reached phase Succeeded for a job.
|
|
1335
1553
|
*
|
|
@@ -1338,6 +1556,17 @@ exports.METRIC_K8S_JOB_MAX_PARALLEL_PODS = 'k8s.job.max_parallel_pods';
|
|
|
1338
1556
|
*
|
|
1339
1557
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1340
1558
|
*/
|
|
1559
|
+
exports.METRIC_K8S_JOB_POD_SUCCESSFUL = 'k8s.job.pod.successful';
|
|
1560
|
+
/**
|
|
1561
|
+
* Deprecated, use `k8s.job.pod.successful` instead.
|
|
1562
|
+
*
|
|
1563
|
+
* @note This metric aligns with the `succeeded` field of the
|
|
1564
|
+
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
1565
|
+
*
|
|
1566
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1567
|
+
*
|
|
1568
|
+
* @deprecated Replaced by `k8s.job.pod.successful`.
|
|
1569
|
+
*/
|
|
1341
1570
|
exports.METRIC_K8S_JOB_SUCCESSFUL_PODS = 'k8s.job.successful_pods';
|
|
1342
1571
|
/**
|
|
1343
1572
|
* Describes number of K8s namespaces that are currently in a given phase.
|
|
@@ -1346,27 +1575,35 @@ exports.METRIC_K8S_JOB_SUCCESSFUL_PODS = 'k8s.job.successful_pods';
|
|
|
1346
1575
|
*/
|
|
1347
1576
|
exports.METRIC_K8S_NAMESPACE_PHASE = 'k8s.namespace.phase';
|
|
1348
1577
|
/**
|
|
1349
|
-
*
|
|
1578
|
+
* Deprecated, use `k8s.node.cpu.allocatable` instead.
|
|
1350
1579
|
*
|
|
1351
1580
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1581
|
+
*
|
|
1582
|
+
* @deprecated Replaced by `k8s.node.cpu.allocatable`.
|
|
1352
1583
|
*/
|
|
1353
1584
|
exports.METRIC_K8S_NODE_ALLOCATABLE_CPU = 'k8s.node.allocatable.cpu';
|
|
1354
1585
|
/**
|
|
1355
|
-
*
|
|
1586
|
+
* Deprecated, use `k8s.node.ephemeral_storage.allocatable` instead.
|
|
1356
1587
|
*
|
|
1357
1588
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1589
|
+
*
|
|
1590
|
+
* @deprecated Replaced by `k8s.node.ephemeral_storage.allocatable`.
|
|
1358
1591
|
*/
|
|
1359
1592
|
exports.METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE = 'k8s.node.allocatable.ephemeral_storage';
|
|
1360
1593
|
/**
|
|
1361
|
-
*
|
|
1594
|
+
* Deprecated, use `k8s.node.memory.allocatable` instead.
|
|
1362
1595
|
*
|
|
1363
1596
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1597
|
+
*
|
|
1598
|
+
* @deprecated Replaced by `k8s.node.memory.allocatable`.
|
|
1364
1599
|
*/
|
|
1365
1600
|
exports.METRIC_K8S_NODE_ALLOCATABLE_MEMORY = 'k8s.node.allocatable.memory';
|
|
1366
1601
|
/**
|
|
1367
|
-
*
|
|
1602
|
+
* Deprecated, use `k8s.node.pod.allocatable` instead.
|
|
1368
1603
|
*
|
|
1369
1604
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1605
|
+
*
|
|
1606
|
+
* @deprecated Replaced by `k8s.node.pod.allocatable`.
|
|
1370
1607
|
*/
|
|
1371
1608
|
exports.METRIC_K8S_NODE_ALLOCATABLE_PODS = 'k8s.node.allocatable.pods';
|
|
1372
1609
|
/**
|
|
@@ -1377,6 +1614,12 @@ exports.METRIC_K8S_NODE_ALLOCATABLE_PODS = 'k8s.node.allocatable.pods';
|
|
|
1377
1614
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1378
1615
|
*/
|
|
1379
1616
|
exports.METRIC_K8S_NODE_CONDITION_STATUS = 'k8s.node.condition.status';
|
|
1617
|
+
/**
|
|
1618
|
+
* Amount of cpu allocatable on the node.
|
|
1619
|
+
*
|
|
1620
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1621
|
+
*/
|
|
1622
|
+
exports.METRIC_K8S_NODE_CPU_ALLOCATABLE = 'k8s.node.cpu.allocatable';
|
|
1380
1623
|
/**
|
|
1381
1624
|
* Total CPU time consumed.
|
|
1382
1625
|
*
|
|
@@ -1393,6 +1636,12 @@ exports.METRIC_K8S_NODE_CPU_TIME = 'k8s.node.cpu.time';
|
|
|
1393
1636
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1394
1637
|
*/
|
|
1395
1638
|
exports.METRIC_K8S_NODE_CPU_USAGE = 'k8s.node.cpu.usage';
|
|
1639
|
+
/**
|
|
1640
|
+
* Amount of ephemeral-storage allocatable on the node.
|
|
1641
|
+
*
|
|
1642
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1643
|
+
*/
|
|
1644
|
+
exports.METRIC_K8S_NODE_EPHEMERAL_STORAGE_ALLOCATABLE = 'k8s.node.ephemeral_storage.allocatable';
|
|
1396
1645
|
/**
|
|
1397
1646
|
* Node filesystem available bytes.
|
|
1398
1647
|
*
|
|
@@ -1428,6 +1677,39 @@ exports.METRIC_K8S_NODE_FILESYSTEM_CAPACITY = 'k8s.node.filesystem.capacity';
|
|
|
1428
1677
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1429
1678
|
*/
|
|
1430
1679
|
exports.METRIC_K8S_NODE_FILESYSTEM_USAGE = 'k8s.node.filesystem.usage';
|
|
1680
|
+
/**
|
|
1681
|
+
* Amount of memory allocatable on the node.
|
|
1682
|
+
*
|
|
1683
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1684
|
+
*/
|
|
1685
|
+
exports.METRIC_K8S_NODE_MEMORY_ALLOCATABLE = 'k8s.node.memory.allocatable';
|
|
1686
|
+
/**
|
|
1687
|
+
* Node memory available.
|
|
1688
|
+
*
|
|
1689
|
+
* @note Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted.
|
|
1690
|
+
* This metric is derived from the [MemoryStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [NodeStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#NodeStats) of the Kubelet's stats API.
|
|
1691
|
+
*
|
|
1692
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1693
|
+
*/
|
|
1694
|
+
exports.METRIC_K8S_NODE_MEMORY_AVAILABLE = 'k8s.node.memory.available';
|
|
1695
|
+
/**
|
|
1696
|
+
* Node memory paging faults.
|
|
1697
|
+
*
|
|
1698
|
+
* @note Cumulative number of major/minor page faults.
|
|
1699
|
+
* This metric is derived from the [MemoryStats.PageFaults](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) and [MemoryStats.MajorPageFaults](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) fields of the [NodeStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#NodeStats) of the Kubelet's stats API.
|
|
1700
|
+
*
|
|
1701
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1702
|
+
*/
|
|
1703
|
+
exports.METRIC_K8S_NODE_MEMORY_PAGING_FAULTS = 'k8s.node.memory.paging.faults';
|
|
1704
|
+
/**
|
|
1705
|
+
* Node memory RSS.
|
|
1706
|
+
*
|
|
1707
|
+
* @note The amount of anonymous and swap cache memory (includes transparent hugepages).
|
|
1708
|
+
* This metric is derived from the [MemoryStats.RSSBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [NodeStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#NodeStats) of the Kubelet's stats API.
|
|
1709
|
+
*
|
|
1710
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1711
|
+
*/
|
|
1712
|
+
exports.METRIC_K8S_NODE_MEMORY_RSS = 'k8s.node.memory.rss';
|
|
1431
1713
|
/**
|
|
1432
1714
|
* Memory usage of the Node.
|
|
1433
1715
|
*
|
|
@@ -1436,6 +1718,15 @@ exports.METRIC_K8S_NODE_FILESYSTEM_USAGE = 'k8s.node.filesystem.usage';
|
|
|
1436
1718
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1437
1719
|
*/
|
|
1438
1720
|
exports.METRIC_K8S_NODE_MEMORY_USAGE = 'k8s.node.memory.usage';
|
|
1721
|
+
/**
|
|
1722
|
+
* Node memory working set.
|
|
1723
|
+
*
|
|
1724
|
+
* @note The amount of working set memory. This includes recently accessed memory, dirty memory, and kernel memory. WorkingSetBytes is <= UsageBytes.
|
|
1725
|
+
* This metric is derived from the [MemoryStats.WorkingSetBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [NodeStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#NodeStats) of the Kubelet's stats API.
|
|
1726
|
+
*
|
|
1727
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1728
|
+
*/
|
|
1729
|
+
exports.METRIC_K8S_NODE_MEMORY_WORKING_SET = 'k8s.node.memory.working_set';
|
|
1439
1730
|
/**
|
|
1440
1731
|
* Node network errors.
|
|
1441
1732
|
*
|
|
@@ -1448,6 +1739,12 @@ exports.METRIC_K8S_NODE_NETWORK_ERRORS = 'k8s.node.network.errors';
|
|
|
1448
1739
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1449
1740
|
*/
|
|
1450
1741
|
exports.METRIC_K8S_NODE_NETWORK_IO = 'k8s.node.network.io';
|
|
1742
|
+
/**
|
|
1743
|
+
* Amount of pods allocatable on the node.
|
|
1744
|
+
*
|
|
1745
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1746
|
+
*/
|
|
1747
|
+
exports.METRIC_K8S_NODE_POD_ALLOCATABLE = 'k8s.node.pod.allocatable';
|
|
1451
1748
|
/**
|
|
1452
1749
|
* The time the Node has been running.
|
|
1453
1750
|
*
|
|
@@ -1508,6 +1805,33 @@ exports.METRIC_K8S_POD_FILESYSTEM_CAPACITY = 'k8s.pod.filesystem.capacity';
|
|
|
1508
1805
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1509
1806
|
*/
|
|
1510
1807
|
exports.METRIC_K8S_POD_FILESYSTEM_USAGE = 'k8s.pod.filesystem.usage';
|
|
1808
|
+
/**
|
|
1809
|
+
* Pod memory available.
|
|
1810
|
+
*
|
|
1811
|
+
* @note Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted.
|
|
1812
|
+
* This metric is derived from the [MemoryStats.AvailableBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
1813
|
+
*
|
|
1814
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1815
|
+
*/
|
|
1816
|
+
exports.METRIC_K8S_POD_MEMORY_AVAILABLE = 'k8s.pod.memory.available';
|
|
1817
|
+
/**
|
|
1818
|
+
* Pod memory paging faults.
|
|
1819
|
+
*
|
|
1820
|
+
* @note Cumulative number of major/minor page faults.
|
|
1821
|
+
* This metric is derived from the [MemoryStats.PageFaults](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) and [MemoryStats.MajorPageFaults](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
1822
|
+
*
|
|
1823
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1824
|
+
*/
|
|
1825
|
+
exports.METRIC_K8S_POD_MEMORY_PAGING_FAULTS = 'k8s.pod.memory.paging.faults';
|
|
1826
|
+
/**
|
|
1827
|
+
* Pod memory RSS.
|
|
1828
|
+
*
|
|
1829
|
+
* @note The amount of anonymous and swap cache memory (includes transparent hugepages).
|
|
1830
|
+
* This metric is derived from the [MemoryStats.RSSBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
1831
|
+
*
|
|
1832
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1833
|
+
*/
|
|
1834
|
+
exports.METRIC_K8S_POD_MEMORY_RSS = 'k8s.pod.memory.rss';
|
|
1511
1835
|
/**
|
|
1512
1836
|
* Memory usage of the Pod.
|
|
1513
1837
|
*
|
|
@@ -1516,6 +1840,15 @@ exports.METRIC_K8S_POD_FILESYSTEM_USAGE = 'k8s.pod.filesystem.usage';
|
|
|
1516
1840
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1517
1841
|
*/
|
|
1518
1842
|
exports.METRIC_K8S_POD_MEMORY_USAGE = 'k8s.pod.memory.usage';
|
|
1843
|
+
/**
|
|
1844
|
+
* Pod memory working set.
|
|
1845
|
+
*
|
|
1846
|
+
* @note The amount of working set memory. This includes recently accessed memory, dirty memory, and kernel memory. WorkingSetBytes is <= UsageBytes.
|
|
1847
|
+
* This metric is derived from the [MemoryStats.WorkingSetBytes](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#MemoryStats) field of the [PodStats.Memory](https://pkg.go.dev/k8s.io/kubelet@v0.34.0/pkg/apis/stats/v1alpha1#PodStats) of the Kubelet's stats API.
|
|
1848
|
+
*
|
|
1849
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1850
|
+
*/
|
|
1851
|
+
exports.METRIC_K8S_POD_MEMORY_WORKING_SET = 'k8s.pod.memory.working_set';
|
|
1519
1852
|
/**
|
|
1520
1853
|
* Pod network errors.
|
|
1521
1854
|
*
|
|
@@ -1529,10 +1862,28 @@ exports.METRIC_K8S_POD_NETWORK_ERRORS = 'k8s.pod.network.errors';
|
|
|
1529
1862
|
*/
|
|
1530
1863
|
exports.METRIC_K8S_POD_NETWORK_IO = 'k8s.pod.network.io';
|
|
1531
1864
|
/**
|
|
1532
|
-
*
|
|
1865
|
+
* Describes number of K8s Pods that are currently in a given phase.
|
|
1533
1866
|
*
|
|
1534
|
-
* @note
|
|
1535
|
-
*
|
|
1867
|
+
* @note All possible pod phases will be reported at each time interval to avoid missing metrics.
|
|
1868
|
+
* Only the value corresponding to the current phase will be non-zero.
|
|
1869
|
+
*
|
|
1870
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1871
|
+
*/
|
|
1872
|
+
exports.METRIC_K8S_POD_STATUS_PHASE = 'k8s.pod.status.phase';
|
|
1873
|
+
/**
|
|
1874
|
+
* Describes the number of K8s Pods that are currently in a state for a given reason.
|
|
1875
|
+
*
|
|
1876
|
+
* @note All possible pod status reasons will be reported at each time interval to avoid missing metrics.
|
|
1877
|
+
* Only the value corresponding to the current reason will be non-zero.
|
|
1878
|
+
*
|
|
1879
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1880
|
+
*/
|
|
1881
|
+
exports.METRIC_K8S_POD_STATUS_REASON = 'k8s.pod.status.reason';
|
|
1882
|
+
/**
|
|
1883
|
+
* The time the Pod has been running.
|
|
1884
|
+
*
|
|
1885
|
+
* @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
|
1886
|
+
* The actual accuracy would depend on the instrumentation and operating system.
|
|
1536
1887
|
*
|
|
1537
1888
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1538
1889
|
*/
|
|
@@ -1608,39 +1959,77 @@ exports.METRIC_K8S_POD_VOLUME_INODE_USED = 'k8s.pod.volume.inode.used';
|
|
|
1608
1959
|
*/
|
|
1609
1960
|
exports.METRIC_K8S_POD_VOLUME_USAGE = 'k8s.pod.volume.usage';
|
|
1610
1961
|
/**
|
|
1611
|
-
*
|
|
1962
|
+
* Deprecated, use `k8s.replicaset.pod.available` instead.
|
|
1612
1963
|
*
|
|
1613
1964
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
1614
1965
|
* [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
|
|
1615
1966
|
*
|
|
1616
1967
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1968
|
+
*
|
|
1969
|
+
* @deprecated Replaced by `k8s.replicaset.pod.available`.
|
|
1617
1970
|
*/
|
|
1618
1971
|
exports.METRIC_K8S_REPLICASET_AVAILABLE_PODS = 'k8s.replicaset.available_pods';
|
|
1619
1972
|
/**
|
|
1620
|
-
*
|
|
1973
|
+
* Deprecated, use `k8s.replicaset.pod.desired` instead.
|
|
1621
1974
|
*
|
|
1622
1975
|
* @note This metric aligns with the `replicas` field of the
|
|
1623
1976
|
* [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
|
|
1624
1977
|
*
|
|
1625
1978
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1979
|
+
*
|
|
1980
|
+
* @deprecated Replaced by `k8s.replicaset.pod.desired`.
|
|
1626
1981
|
*/
|
|
1627
1982
|
exports.METRIC_K8S_REPLICASET_DESIRED_PODS = 'k8s.replicaset.desired_pods';
|
|
1628
1983
|
/**
|
|
1629
|
-
*
|
|
1984
|
+
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replicaset.
|
|
1985
|
+
*
|
|
1986
|
+
* @note This metric aligns with the `availableReplicas` field of the
|
|
1987
|
+
* [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
|
|
1988
|
+
*
|
|
1989
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1990
|
+
*/
|
|
1991
|
+
exports.METRIC_K8S_REPLICASET_POD_AVAILABLE = 'k8s.replicaset.pod.available';
|
|
1992
|
+
/**
|
|
1993
|
+
* Number of desired replica pods in this replicaset.
|
|
1994
|
+
*
|
|
1995
|
+
* @note This metric aligns with the `replicas` field of the
|
|
1996
|
+
* [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
|
|
1997
|
+
*
|
|
1998
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1999
|
+
*/
|
|
2000
|
+
exports.METRIC_K8S_REPLICASET_POD_DESIRED = 'k8s.replicaset.pod.desired';
|
|
2001
|
+
/**
|
|
2002
|
+
* Deprecated, use `k8s.replicationcontroller.pod.available` instead.
|
|
1630
2003
|
*
|
|
1631
2004
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1632
2005
|
*
|
|
1633
|
-
* @deprecated Replaced by `k8s.replicationcontroller.
|
|
2006
|
+
* @deprecated Replaced by `k8s.replicationcontroller.pod.available`.
|
|
1634
2007
|
*/
|
|
1635
2008
|
exports.METRIC_K8S_REPLICATION_CONTROLLER_AVAILABLE_PODS = 'k8s.replication_controller.available_pods';
|
|
1636
2009
|
/**
|
|
1637
|
-
* Deprecated, use `k8s.replicationcontroller.
|
|
2010
|
+
* Deprecated, use `k8s.replicationcontroller.pod.desired` instead.
|
|
1638
2011
|
*
|
|
1639
2012
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1640
2013
|
*
|
|
1641
|
-
* @deprecated Replaced by `k8s.replicationcontroller.
|
|
2014
|
+
* @deprecated Replaced by `k8s.replicationcontroller.pod.desired`.
|
|
1642
2015
|
*/
|
|
1643
2016
|
exports.METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS = 'k8s.replication_controller.desired_pods';
|
|
2017
|
+
/**
|
|
2018
|
+
* Deprecated, use `k8s.replicationcontroller.pod.available` instead.
|
|
2019
|
+
*
|
|
2020
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2021
|
+
*
|
|
2022
|
+
* @deprecated Replaced by `k8s.replicationcontroller.pod.available`.
|
|
2023
|
+
*/
|
|
2024
|
+
exports.METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS = 'k8s.replicationcontroller.available_pods';
|
|
2025
|
+
/**
|
|
2026
|
+
* Deprecated, use `k8s.replicationcontroller.pod.desired` instead.
|
|
2027
|
+
*
|
|
2028
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2029
|
+
*
|
|
2030
|
+
* @deprecated Replaced by `k8s.replicationcontroller.pod.desired`.
|
|
2031
|
+
*/
|
|
2032
|
+
exports.METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS = 'k8s.replicationcontroller.desired_pods';
|
|
1644
2033
|
/**
|
|
1645
2034
|
* Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller.
|
|
1646
2035
|
*
|
|
@@ -1649,7 +2038,7 @@ exports.METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS = 'k8s.replication_contro
|
|
|
1649
2038
|
*
|
|
1650
2039
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1651
2040
|
*/
|
|
1652
|
-
exports.
|
|
2041
|
+
exports.METRIC_K8S_REPLICATIONCONTROLLER_POD_AVAILABLE = 'k8s.replicationcontroller.pod.available';
|
|
1653
2042
|
/**
|
|
1654
2043
|
* Number of desired replica pods in this replication controller.
|
|
1655
2044
|
*
|
|
@@ -1658,7 +2047,7 @@ exports.METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS = 'k8s.replicationcontro
|
|
|
1658
2047
|
*
|
|
1659
2048
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1660
2049
|
*/
|
|
1661
|
-
exports.
|
|
2050
|
+
exports.METRIC_K8S_REPLICATIONCONTROLLER_POD_DESIRED = 'k8s.replicationcontroller.pod.desired';
|
|
1662
2051
|
/**
|
|
1663
2052
|
* The CPU limits in a specific namespace.
|
|
1664
2053
|
* The value represents the configured quota limit of the resource in the namespace.
|
|
@@ -1872,23 +2261,45 @@ exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_HARD = 'k8s.resourcequota.stora
|
|
|
1872
2261
|
*/
|
|
1873
2262
|
exports.METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED = 'k8s.resourcequota.storage.request.used';
|
|
1874
2263
|
/**
|
|
1875
|
-
*
|
|
2264
|
+
* Deprecated, use `k8s.statefulset.pod.current` instead.
|
|
1876
2265
|
*
|
|
1877
2266
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
1878
2267
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
1879
2268
|
*
|
|
1880
2269
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2270
|
+
*
|
|
2271
|
+
* @deprecated Replaced by `k8s.statefulset.pod.current`.
|
|
1881
2272
|
*/
|
|
1882
2273
|
exports.METRIC_K8S_STATEFULSET_CURRENT_PODS = 'k8s.statefulset.current_pods';
|
|
1883
2274
|
/**
|
|
1884
|
-
*
|
|
2275
|
+
* Deprecated, use `k8s.statefulset.pod.desired` instead.
|
|
1885
2276
|
*
|
|
1886
2277
|
* @note This metric aligns with the `replicas` field of the
|
|
1887
2278
|
* [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
|
|
1888
2279
|
*
|
|
1889
2280
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2281
|
+
*
|
|
2282
|
+
* @deprecated Replaced by `k8s.statefulset.pod.desired`.
|
|
1890
2283
|
*/
|
|
1891
2284
|
exports.METRIC_K8S_STATEFULSET_DESIRED_PODS = 'k8s.statefulset.desired_pods';
|
|
2285
|
+
/**
|
|
2286
|
+
* The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision.
|
|
2287
|
+
*
|
|
2288
|
+
* @note This metric aligns with the `currentReplicas` field of the
|
|
2289
|
+
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
2290
|
+
*
|
|
2291
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2292
|
+
*/
|
|
2293
|
+
exports.METRIC_K8S_STATEFULSET_POD_CURRENT = 'k8s.statefulset.pod.current';
|
|
2294
|
+
/**
|
|
2295
|
+
* Number of desired replica pods in this statefulset.
|
|
2296
|
+
*
|
|
2297
|
+
* @note This metric aligns with the `replicas` field of the
|
|
2298
|
+
* [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
|
|
2299
|
+
*
|
|
2300
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2301
|
+
*/
|
|
2302
|
+
exports.METRIC_K8S_STATEFULSET_POD_DESIRED = 'k8s.statefulset.pod.desired';
|
|
1892
2303
|
/**
|
|
1893
2304
|
* The number of replica pods created for this statefulset with a Ready Condition.
|
|
1894
2305
|
*
|
|
@@ -1897,7 +2308,7 @@ exports.METRIC_K8S_STATEFULSET_DESIRED_PODS = 'k8s.statefulset.desired_pods';
|
|
|
1897
2308
|
*
|
|
1898
2309
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1899
2310
|
*/
|
|
1900
|
-
exports.
|
|
2311
|
+
exports.METRIC_K8S_STATEFULSET_POD_READY = 'k8s.statefulset.pod.ready';
|
|
1901
2312
|
/**
|
|
1902
2313
|
* Number of replica pods created by the statefulset controller from the statefulset version indicated by updateRevision.
|
|
1903
2314
|
*
|
|
@@ -1906,6 +2317,28 @@ exports.METRIC_K8S_STATEFULSET_READY_PODS = 'k8s.statefulset.ready_pods';
|
|
|
1906
2317
|
*
|
|
1907
2318
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1908
2319
|
*/
|
|
2320
|
+
exports.METRIC_K8S_STATEFULSET_POD_UPDATED = 'k8s.statefulset.pod.updated';
|
|
2321
|
+
/**
|
|
2322
|
+
* Deprecated, use `k8s.statefulset.pod.ready` instead.
|
|
2323
|
+
*
|
|
2324
|
+
* @note This metric aligns with the `readyReplicas` field of the
|
|
2325
|
+
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
2326
|
+
*
|
|
2327
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2328
|
+
*
|
|
2329
|
+
* @deprecated Replaced by `k8s.statefulset.pod.ready`.
|
|
2330
|
+
*/
|
|
2331
|
+
exports.METRIC_K8S_STATEFULSET_READY_PODS = 'k8s.statefulset.ready_pods';
|
|
2332
|
+
/**
|
|
2333
|
+
* Deprecated, use `k8s.statefulset.pod.updated` instead.
|
|
2334
|
+
*
|
|
2335
|
+
* @note This metric aligns with the `updatedReplicas` field of the
|
|
2336
|
+
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
2337
|
+
*
|
|
2338
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2339
|
+
*
|
|
2340
|
+
* @deprecated Replaced by `k8s.statefulset.pod.updated`.
|
|
2341
|
+
*/
|
|
1909
2342
|
exports.METRIC_K8S_STATEFULSET_UPDATED_PODS = 'k8s.statefulset.updated_pods';
|
|
1910
2343
|
/**
|
|
1911
2344
|
* Number of messages that were delivered to the application.
|
|
@@ -1988,6 +2421,125 @@ exports.METRIC_MESSAGING_RECEIVE_DURATION = 'messaging.receive.duration';
|
|
|
1988
2421
|
* @deprecated Replaced by `messaging.client.consumed.messages`.
|
|
1989
2422
|
*/
|
|
1990
2423
|
exports.METRIC_MESSAGING_RECEIVE_MESSAGES = 'messaging.receive.messages';
|
|
2424
|
+
/**
|
|
2425
|
+
* Reports the count of kernel NFS client TCP segments and UDP datagrams handled.
|
|
2426
|
+
*
|
|
2427
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.netudpcnt and svc_stat.nettcpcnt
|
|
2428
|
+
*
|
|
2429
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2430
|
+
*/
|
|
2431
|
+
exports.METRIC_NFS_CLIENT_NET_COUNT = 'nfs.client.net.count';
|
|
2432
|
+
/**
|
|
2433
|
+
* Reports the count of kernel NFS client TCP connections accepted.
|
|
2434
|
+
*
|
|
2435
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.nettcpconn
|
|
2436
|
+
*
|
|
2437
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2438
|
+
*/
|
|
2439
|
+
exports.METRIC_NFS_CLIENT_NET_TCP_CONNECTION_ACCEPTED = 'nfs.client.net.tcp.connection.accepted';
|
|
2440
|
+
/**
|
|
2441
|
+
* Reports the count of kernel NFSv4+ client operations.
|
|
2442
|
+
*
|
|
2443
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2444
|
+
*/
|
|
2445
|
+
exports.METRIC_NFS_CLIENT_OPERATION_COUNT = 'nfs.client.operation.count';
|
|
2446
|
+
/**
|
|
2447
|
+
* Reports the count of kernel NFS client procedures.
|
|
2448
|
+
*
|
|
2449
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2450
|
+
*/
|
|
2451
|
+
exports.METRIC_NFS_CLIENT_PROCEDURE_COUNT = 'nfs.client.procedure.count';
|
|
2452
|
+
/**
|
|
2453
|
+
* Reports the count of kernel NFS client RPC authentication refreshes.
|
|
2454
|
+
*
|
|
2455
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.rpcauthrefresh
|
|
2456
|
+
*
|
|
2457
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2458
|
+
*/
|
|
2459
|
+
exports.METRIC_NFS_CLIENT_RPC_AUTHREFRESH_COUNT = 'nfs.client.rpc.authrefresh.count';
|
|
2460
|
+
/**
|
|
2461
|
+
* Reports the count of kernel NFS client RPCs sent, regardless of whether they're accepted/rejected by the server.
|
|
2462
|
+
*
|
|
2463
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.rpccnt
|
|
2464
|
+
*
|
|
2465
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2466
|
+
*/
|
|
2467
|
+
exports.METRIC_NFS_CLIENT_RPC_COUNT = 'nfs.client.rpc.count';
|
|
2468
|
+
/**
|
|
2469
|
+
* Reports the count of kernel NFS client RPC retransmits.
|
|
2470
|
+
*
|
|
2471
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.rpcretrans
|
|
2472
|
+
*
|
|
2473
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2474
|
+
*/
|
|
2475
|
+
exports.METRIC_NFS_CLIENT_RPC_RETRANSMIT_COUNT = 'nfs.client.rpc.retransmit.count';
|
|
2476
|
+
/**
|
|
2477
|
+
* Reports the count of kernel NFS server stale file handles.
|
|
2478
|
+
*
|
|
2479
|
+
* @note Linux: this metric is taken from the Linux kernel NFSD_STATS_FH_STALE counter in the nfsd_net struct
|
|
2480
|
+
*
|
|
2481
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2482
|
+
*/
|
|
2483
|
+
exports.METRIC_NFS_SERVER_FH_STALE_COUNT = 'nfs.server.fh.stale.count';
|
|
2484
|
+
/**
|
|
2485
|
+
* Reports the count of kernel NFS server bytes returned to receive and transmit (read and write) requests.
|
|
2486
|
+
*
|
|
2487
|
+
* @note Linux: this metric is taken from the Linux kernel NFSD_STATS_IO_READ and NFSD_STATS_IO_WRITE counters in the nfsd_net struct
|
|
2488
|
+
*
|
|
2489
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2490
|
+
*/
|
|
2491
|
+
exports.METRIC_NFS_SERVER_IO = 'nfs.server.io';
|
|
2492
|
+
/**
|
|
2493
|
+
* Reports the count of kernel NFS server TCP segments and UDP datagrams handled.
|
|
2494
|
+
*
|
|
2495
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.nettcpcnt and svc_stat.netudpcnt
|
|
2496
|
+
*
|
|
2497
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2498
|
+
*/
|
|
2499
|
+
exports.METRIC_NFS_SERVER_NET_COUNT = 'nfs.server.net.count';
|
|
2500
|
+
/**
|
|
2501
|
+
* Reports the count of kernel NFS server TCP connections accepted.
|
|
2502
|
+
*
|
|
2503
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.nettcpconn
|
|
2504
|
+
*
|
|
2505
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2506
|
+
*/
|
|
2507
|
+
exports.METRIC_NFS_SERVER_NET_TCP_CONNECTION_ACCEPTED = 'nfs.server.net.tcp.connection.accepted';
|
|
2508
|
+
/**
|
|
2509
|
+
* Reports the count of kernel NFSv4+ server operations.
|
|
2510
|
+
*
|
|
2511
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2512
|
+
*/
|
|
2513
|
+
exports.METRIC_NFS_SERVER_OPERATION_COUNT = 'nfs.server.operation.count';
|
|
2514
|
+
/**
|
|
2515
|
+
* Reports the count of kernel NFS server procedures.
|
|
2516
|
+
*
|
|
2517
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2518
|
+
*/
|
|
2519
|
+
exports.METRIC_NFS_SERVER_PROCEDURE_COUNT = 'nfs.server.procedure.count';
|
|
2520
|
+
/**
|
|
2521
|
+
* Reports the kernel NFS server reply cache request count by cache hit status.
|
|
2522
|
+
*
|
|
2523
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2524
|
+
*/
|
|
2525
|
+
exports.METRIC_NFS_SERVER_REPCACHE_REQUESTS = 'nfs.server.repcache.requests';
|
|
2526
|
+
/**
|
|
2527
|
+
* Reports the count of kernel NFS server RPCs handled.
|
|
2528
|
+
*
|
|
2529
|
+
* @note Linux: this metric is taken from the Linux kernel's svc_stat.rpccnt, the count of good RPCs. This metric can have
|
|
2530
|
+
* an error.type of "format", "auth", or "client" for svc_stat.badfmt, svc_stat.badauth, and svc_stat.badclnt.
|
|
2531
|
+
*
|
|
2532
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2533
|
+
*/
|
|
2534
|
+
exports.METRIC_NFS_SERVER_RPC_COUNT = 'nfs.server.rpc.count';
|
|
2535
|
+
/**
|
|
2536
|
+
* Reports the count of kernel NFS server available threads.
|
|
2537
|
+
*
|
|
2538
|
+
* @note Linux: this metric is taken from the Linux kernel nfsd_th_cnt variable
|
|
2539
|
+
*
|
|
2540
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2541
|
+
*/
|
|
2542
|
+
exports.METRIC_NFS_SERVER_THREAD_COUNT = 'nfs.server.thread.count';
|
|
1991
2543
|
/**
|
|
1992
2544
|
* Event loop maximum delay.
|
|
1993
2545
|
*
|
|
@@ -2060,6 +2612,238 @@ exports.METRIC_NODEJS_EVENTLOOP_TIME = 'nodejs.eventloop.time';
|
|
|
2060
2612
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2061
2613
|
*/
|
|
2062
2614
|
exports.METRIC_NODEJS_EVENTLOOP_UTILIZATION = 'nodejs.eventloop.utilization';
|
|
2615
|
+
/**
|
|
2616
|
+
* The enforced hard limit of the resource across all projects.
|
|
2617
|
+
*
|
|
2618
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2619
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2620
|
+
* of the
|
|
2621
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2622
|
+
*
|
|
2623
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2624
|
+
*/
|
|
2625
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_HARD = 'openshift.clusterquota.cpu.limit.hard';
|
|
2626
|
+
/**
|
|
2627
|
+
* The current observed total usage of the resource across all projects.
|
|
2628
|
+
*
|
|
2629
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2630
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2631
|
+
* of the
|
|
2632
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2633
|
+
*
|
|
2634
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2635
|
+
*/
|
|
2636
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_USED = 'openshift.clusterquota.cpu.limit.used';
|
|
2637
|
+
/**
|
|
2638
|
+
* The enforced hard limit of the resource across all projects.
|
|
2639
|
+
*
|
|
2640
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2641
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2642
|
+
* of the
|
|
2643
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2644
|
+
*
|
|
2645
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2646
|
+
*/
|
|
2647
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_HARD = 'openshift.clusterquota.cpu.request.hard';
|
|
2648
|
+
/**
|
|
2649
|
+
* The current observed total usage of the resource across all projects.
|
|
2650
|
+
*
|
|
2651
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2652
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2653
|
+
* of the
|
|
2654
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2655
|
+
*
|
|
2656
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2657
|
+
*/
|
|
2658
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_USED = 'openshift.clusterquota.cpu.request.used';
|
|
2659
|
+
/**
|
|
2660
|
+
* The enforced hard limit of the resource across all projects.
|
|
2661
|
+
*
|
|
2662
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2663
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2664
|
+
* of the
|
|
2665
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2666
|
+
*
|
|
2667
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2668
|
+
*/
|
|
2669
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD = 'openshift.clusterquota.ephemeral_storage.limit.hard';
|
|
2670
|
+
/**
|
|
2671
|
+
* The current observed total usage of the resource across all projects.
|
|
2672
|
+
*
|
|
2673
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2674
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2675
|
+
* of the
|
|
2676
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2677
|
+
*
|
|
2678
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2679
|
+
*/
|
|
2680
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_USED = 'openshift.clusterquota.ephemeral_storage.limit.used';
|
|
2681
|
+
/**
|
|
2682
|
+
* The enforced hard limit of the resource across all projects.
|
|
2683
|
+
*
|
|
2684
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2685
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2686
|
+
* of the
|
|
2687
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2688
|
+
*
|
|
2689
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2690
|
+
*/
|
|
2691
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD = 'openshift.clusterquota.ephemeral_storage.request.hard';
|
|
2692
|
+
/**
|
|
2693
|
+
* The current observed total usage of the resource across all projects.
|
|
2694
|
+
*
|
|
2695
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2696
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2697
|
+
* of the
|
|
2698
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2699
|
+
*
|
|
2700
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2701
|
+
*/
|
|
2702
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_USED = 'openshift.clusterquota.ephemeral_storage.request.used';
|
|
2703
|
+
/**
|
|
2704
|
+
* The enforced hard limit of the resource across all projects.
|
|
2705
|
+
*
|
|
2706
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2707
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2708
|
+
* of the
|
|
2709
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2710
|
+
*
|
|
2711
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2712
|
+
*/
|
|
2713
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_HARD = 'openshift.clusterquota.hugepage_count.request.hard';
|
|
2714
|
+
/**
|
|
2715
|
+
* The current observed total usage of the resource across all projects.
|
|
2716
|
+
*
|
|
2717
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2718
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2719
|
+
* of the
|
|
2720
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2721
|
+
*
|
|
2722
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2723
|
+
*/
|
|
2724
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_USED = 'openshift.clusterquota.hugepage_count.request.used';
|
|
2725
|
+
/**
|
|
2726
|
+
* The enforced hard limit of the resource across all projects.
|
|
2727
|
+
*
|
|
2728
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2729
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2730
|
+
* of the
|
|
2731
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2732
|
+
*
|
|
2733
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2734
|
+
*/
|
|
2735
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_HARD = 'openshift.clusterquota.memory.limit.hard';
|
|
2736
|
+
/**
|
|
2737
|
+
* The current observed total usage of the resource across all projects.
|
|
2738
|
+
*
|
|
2739
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2740
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2741
|
+
* of the
|
|
2742
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2743
|
+
*
|
|
2744
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2745
|
+
*/
|
|
2746
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_USED = 'openshift.clusterquota.memory.limit.used';
|
|
2747
|
+
/**
|
|
2748
|
+
* The enforced hard limit of the resource across all projects.
|
|
2749
|
+
*
|
|
2750
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2751
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2752
|
+
* of the
|
|
2753
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2754
|
+
*
|
|
2755
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2756
|
+
*/
|
|
2757
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_HARD = 'openshift.clusterquota.memory.request.hard';
|
|
2758
|
+
/**
|
|
2759
|
+
* The current observed total usage of the resource across all projects.
|
|
2760
|
+
*
|
|
2761
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2762
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2763
|
+
* of the
|
|
2764
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2765
|
+
*
|
|
2766
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2767
|
+
*/
|
|
2768
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_USED = 'openshift.clusterquota.memory.request.used';
|
|
2769
|
+
/**
|
|
2770
|
+
* The enforced hard limit of the resource across all projects.
|
|
2771
|
+
*
|
|
2772
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2773
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2774
|
+
* of the
|
|
2775
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2776
|
+
*
|
|
2777
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2778
|
+
*/
|
|
2779
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_HARD = 'openshift.clusterquota.object_count.hard';
|
|
2780
|
+
/**
|
|
2781
|
+
* The current observed total usage of the resource across all projects.
|
|
2782
|
+
*
|
|
2783
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2784
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2785
|
+
* of the
|
|
2786
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2787
|
+
*
|
|
2788
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2789
|
+
*/
|
|
2790
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_USED = 'openshift.clusterquota.object_count.used';
|
|
2791
|
+
/**
|
|
2792
|
+
* The enforced hard limit of the resource across all projects.
|
|
2793
|
+
*
|
|
2794
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2795
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2796
|
+
* of the
|
|
2797
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2798
|
+
*
|
|
2799
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
2800
|
+
* storage class.
|
|
2801
|
+
*
|
|
2802
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2803
|
+
*/
|
|
2804
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD = 'openshift.clusterquota.persistentvolumeclaim_count.hard';
|
|
2805
|
+
/**
|
|
2806
|
+
* The current observed total usage of the resource across all projects.
|
|
2807
|
+
*
|
|
2808
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2809
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2810
|
+
* of the
|
|
2811
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2812
|
+
*
|
|
2813
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
2814
|
+
* storage class.
|
|
2815
|
+
*
|
|
2816
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2817
|
+
*/
|
|
2818
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED = 'openshift.clusterquota.persistentvolumeclaim_count.used';
|
|
2819
|
+
/**
|
|
2820
|
+
* The enforced hard limit of the resource across all projects.
|
|
2821
|
+
*
|
|
2822
|
+
* @note This metric is retrieved from the `Status.Total.Hard` field of the
|
|
2823
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2824
|
+
* of the
|
|
2825
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2826
|
+
*
|
|
2827
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
2828
|
+
* storage class.
|
|
2829
|
+
*
|
|
2830
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2831
|
+
*/
|
|
2832
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_HARD = 'openshift.clusterquota.storage.request.hard';
|
|
2833
|
+
/**
|
|
2834
|
+
* The current observed total usage of the resource across all projects.
|
|
2835
|
+
*
|
|
2836
|
+
* @note This metric is retrieved from the `Status.Total.Used` field of the
|
|
2837
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
|
|
2838
|
+
* of the
|
|
2839
|
+
* [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
|
|
2840
|
+
*
|
|
2841
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
2842
|
+
* storage class.
|
|
2843
|
+
*
|
|
2844
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2845
|
+
*/
|
|
2846
|
+
exports.METRIC_OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_USED = 'openshift.clusterquota.storage.request.used';
|
|
2063
2847
|
/**
|
|
2064
2848
|
* The number of log records for which the export has finished, either successful or failed.
|
|
2065
2849
|
*
|
|
@@ -2348,6 +3132,8 @@ exports.METRIC_RPC_CLIENT_REQUEST_SIZE = 'rpc.client.request.size';
|
|
|
2348
3132
|
* **Streaming**: This metric is required for server and client streaming RPCs
|
|
2349
3133
|
*
|
|
2350
3134
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3135
|
+
*
|
|
3136
|
+
* @deprecated Removed, no replacement at this time.
|
|
2351
3137
|
*/
|
|
2352
3138
|
exports.METRIC_RPC_CLIENT_REQUESTS_PER_RPC = 'rpc.client.requests_per_rpc';
|
|
2353
3139
|
/**
|
|
@@ -2366,6 +3152,8 @@ exports.METRIC_RPC_CLIENT_RESPONSE_SIZE = 'rpc.client.response.size';
|
|
|
2366
3152
|
* **Streaming**: This metric is required for server and client streaming RPCs
|
|
2367
3153
|
*
|
|
2368
3154
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3155
|
+
*
|
|
3156
|
+
* @deprecated Removed, no replacement at this time.
|
|
2369
3157
|
*/
|
|
2370
3158
|
exports.METRIC_RPC_CLIENT_RESPONSES_PER_RPC = 'rpc.client.responses_per_rpc';
|
|
2371
3159
|
/**
|
|
@@ -2395,6 +3183,8 @@ exports.METRIC_RPC_SERVER_REQUEST_SIZE = 'rpc.server.request.size';
|
|
|
2395
3183
|
* **Streaming** : This metric is required for server and client streaming RPCs
|
|
2396
3184
|
*
|
|
2397
3185
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3186
|
+
*
|
|
3187
|
+
* @deprecated Removed, no replacement at this time.
|
|
2398
3188
|
*/
|
|
2399
3189
|
exports.METRIC_RPC_SERVER_REQUESTS_PER_RPC = 'rpc.server.requests_per_rpc';
|
|
2400
3190
|
/**
|
|
@@ -2413,6 +3203,8 @@ exports.METRIC_RPC_SERVER_RESPONSE_SIZE = 'rpc.server.response.size';
|
|
|
2413
3203
|
* **Streaming**: This metric is required for server and client streaming RPCs
|
|
2414
3204
|
*
|
|
2415
3205
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3206
|
+
*
|
|
3207
|
+
* @deprecated Removed, no replacement at this time.
|
|
2416
3208
|
*/
|
|
2417
3209
|
exports.METRIC_RPC_SERVER_RESPONSES_PER_RPC = 'rpc.server.responses_per_rpc';
|
|
2418
3210
|
/**
|
|
@@ -2448,7 +3240,7 @@ exports.METRIC_SYSTEM_CPU_TIME = 'system.cpu.time';
|
|
|
2448
3240
|
*/
|
|
2449
3241
|
exports.METRIC_SYSTEM_CPU_UTILIZATION = 'system.cpu.utilization';
|
|
2450
3242
|
/**
|
|
2451
|
-
*
|
|
3243
|
+
* Disk bytes transferred.
|
|
2452
3244
|
*
|
|
2453
3245
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2454
3246
|
*/
|
|
@@ -2473,7 +3265,7 @@ exports.METRIC_SYSTEM_DISK_IO_TIME = 'system.disk.io_time';
|
|
|
2473
3265
|
*/
|
|
2474
3266
|
exports.METRIC_SYSTEM_DISK_LIMIT = 'system.disk.limit';
|
|
2475
3267
|
/**
|
|
2476
|
-
*
|
|
3268
|
+
* The number of disk reads/writes merged into single physical disk access operations.
|
|
2477
3269
|
*
|
|
2478
3270
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2479
3271
|
*/
|
|
@@ -2490,7 +3282,7 @@ exports.METRIC_SYSTEM_DISK_MERGED = 'system.disk.merged';
|
|
|
2490
3282
|
*/
|
|
2491
3283
|
exports.METRIC_SYSTEM_DISK_OPERATION_TIME = 'system.disk.operation_time';
|
|
2492
3284
|
/**
|
|
2493
|
-
*
|
|
3285
|
+
* Disk operations count.
|
|
2494
3286
|
*
|
|
2495
3287
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2496
3288
|
*/
|
|
@@ -2511,7 +3303,7 @@ exports.METRIC_SYSTEM_FILESYSTEM_LIMIT = 'system.filesystem.limit';
|
|
|
2511
3303
|
*/
|
|
2512
3304
|
exports.METRIC_SYSTEM_FILESYSTEM_USAGE = 'system.filesystem.usage';
|
|
2513
3305
|
/**
|
|
2514
|
-
*
|
|
3306
|
+
* Fraction of filesystem bytes used.
|
|
2515
3307
|
*
|
|
2516
3308
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2517
3309
|
*/
|
|
@@ -2560,13 +3352,13 @@ exports.METRIC_SYSTEM_MEMORY_SHARED = 'system.memory.shared';
|
|
|
2560
3352
|
*/
|
|
2561
3353
|
exports.METRIC_SYSTEM_MEMORY_USAGE = 'system.memory.usage';
|
|
2562
3354
|
/**
|
|
2563
|
-
*
|
|
3355
|
+
* Percentage of memory bytes in use.
|
|
2564
3356
|
*
|
|
2565
3357
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2566
3358
|
*/
|
|
2567
3359
|
exports.METRIC_SYSTEM_MEMORY_UTILIZATION = 'system.memory.utilization';
|
|
2568
3360
|
/**
|
|
2569
|
-
*
|
|
3361
|
+
* The number of connections.
|
|
2570
3362
|
*
|
|
2571
3363
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2572
3364
|
*/
|
|
@@ -2579,6 +3371,20 @@ exports.METRIC_SYSTEM_NETWORK_CONNECTION_COUNT = 'system.network.connection.coun
|
|
|
2579
3371
|
* @deprecated Replaced by `system.network.connection.count`.
|
|
2580
3372
|
*/
|
|
2581
3373
|
exports.METRIC_SYSTEM_NETWORK_CONNECTIONS = 'system.network.connections';
|
|
3374
|
+
/**
|
|
3375
|
+
* Count of packets that are dropped or discarded even though there was no error.
|
|
3376
|
+
*
|
|
3377
|
+
* @note Measured as:
|
|
3378
|
+
*
|
|
3379
|
+
* - 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))
|
|
3380
|
+
* - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
|
3381
|
+
* from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
|
|
3382
|
+
*
|
|
3383
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3384
|
+
*
|
|
3385
|
+
* @deprecated Replaced by `system.network.packet.dropped`.
|
|
3386
|
+
*/
|
|
3387
|
+
exports.METRIC_SYSTEM_NETWORK_DROPPED = 'system.network.dropped';
|
|
2582
3388
|
/**
|
|
2583
3389
|
* Count of network errors detected.
|
|
2584
3390
|
*
|
|
@@ -2592,13 +3398,13 @@ exports.METRIC_SYSTEM_NETWORK_CONNECTIONS = 'system.network.connections';
|
|
|
2592
3398
|
*/
|
|
2593
3399
|
exports.METRIC_SYSTEM_NETWORK_ERRORS = 'system.network.errors';
|
|
2594
3400
|
/**
|
|
2595
|
-
*
|
|
3401
|
+
* The number of bytes transmitted and received.
|
|
2596
3402
|
*
|
|
2597
3403
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2598
3404
|
*/
|
|
2599
3405
|
exports.METRIC_SYSTEM_NETWORK_IO = 'system.network.io';
|
|
2600
3406
|
/**
|
|
2601
|
-
*
|
|
3407
|
+
* The number of packets transferred.
|
|
2602
3408
|
*
|
|
2603
3409
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2604
3410
|
*/
|
|
@@ -2616,13 +3422,21 @@ exports.METRIC_SYSTEM_NETWORK_PACKET_COUNT = 'system.network.packet.count';
|
|
|
2616
3422
|
*/
|
|
2617
3423
|
exports.METRIC_SYSTEM_NETWORK_PACKET_DROPPED = 'system.network.packet.dropped';
|
|
2618
3424
|
/**
|
|
2619
|
-
*
|
|
3425
|
+
* The number of packets transferred.
|
|
3426
|
+
*
|
|
3427
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3428
|
+
*
|
|
3429
|
+
* @deprecated Replaced by `system.network.packet.count`.
|
|
3430
|
+
*/
|
|
3431
|
+
exports.METRIC_SYSTEM_NETWORK_PACKETS = 'system.network.packets';
|
|
3432
|
+
/**
|
|
3433
|
+
* The number of page faults.
|
|
2620
3434
|
*
|
|
2621
3435
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2622
3436
|
*/
|
|
2623
3437
|
exports.METRIC_SYSTEM_PAGING_FAULTS = 'system.paging.faults';
|
|
2624
3438
|
/**
|
|
2625
|
-
*
|
|
3439
|
+
* The number of paging operations.
|
|
2626
3440
|
*
|
|
2627
3441
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2628
3442
|
*/
|
|
@@ -2634,7 +3448,7 @@ exports.METRIC_SYSTEM_PAGING_OPERATIONS = 'system.paging.operations';
|
|
|
2634
3448
|
*/
|
|
2635
3449
|
exports.METRIC_SYSTEM_PAGING_USAGE = 'system.paging.usage';
|
|
2636
3450
|
/**
|
|
2637
|
-
*
|
|
3451
|
+
* Swap (unix) or pagefile (windows) utilization.
|
|
2638
3452
|
*
|
|
2639
3453
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2640
3454
|
*/
|
|
@@ -2669,19 +3483,19 @@ exports.METRIC_SYSTEM_UPTIME = 'system.uptime';
|
|
|
2669
3483
|
*/
|
|
2670
3484
|
exports.METRIC_V8JS_GC_DURATION = 'v8js.gc.duration';
|
|
2671
3485
|
/**
|
|
2672
|
-
*
|
|
2673
|
-
*
|
|
2674
|
-
* @note Value can be retrieved from value `space_available_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
|
|
3486
|
+
* Deprecated, use `v8js.memory.heap.space.available_size` instead.
|
|
2675
3487
|
*
|
|
2676
3488
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3489
|
+
*
|
|
3490
|
+
* @deprecated Replaced by `v8js.memory.heap.space.available_size`.
|
|
2677
3491
|
*/
|
|
2678
3492
|
exports.METRIC_V8JS_HEAP_SPACE_AVAILABLE_SIZE = 'v8js.heap.space.available_size';
|
|
2679
3493
|
/**
|
|
2680
|
-
*
|
|
2681
|
-
*
|
|
2682
|
-
* @note Value can be retrieved from value `physical_space_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
|
|
3494
|
+
* Deprecated, use `v8js.memory.heap.space.physical_size` instead.
|
|
2683
3495
|
*
|
|
2684
3496
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3497
|
+
*
|
|
3498
|
+
* @deprecated Replaced by `v8js.memory.heap.space.physical_size`.
|
|
2685
3499
|
*/
|
|
2686
3500
|
exports.METRIC_V8JS_HEAP_SPACE_PHYSICAL_SIZE = 'v8js.heap.space.physical_size';
|
|
2687
3501
|
/**
|
|
@@ -2692,6 +3506,22 @@ exports.METRIC_V8JS_HEAP_SPACE_PHYSICAL_SIZE = 'v8js.heap.space.physical_size';
|
|
|
2692
3506
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
2693
3507
|
*/
|
|
2694
3508
|
exports.METRIC_V8JS_MEMORY_HEAP_LIMIT = 'v8js.memory.heap.limit';
|
|
3509
|
+
/**
|
|
3510
|
+
* Heap space available size.
|
|
3511
|
+
*
|
|
3512
|
+
* @note Value can be retrieved from value `space_available_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
|
|
3513
|
+
*
|
|
3514
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3515
|
+
*/
|
|
3516
|
+
exports.METRIC_V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE = 'v8js.memory.heap.space.available_size';
|
|
3517
|
+
/**
|
|
3518
|
+
* Committed size of a heap space.
|
|
3519
|
+
*
|
|
3520
|
+
* @note Value can be retrieved from value `physical_space_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
|
|
3521
|
+
*
|
|
3522
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
3523
|
+
*/
|
|
3524
|
+
exports.METRIC_V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE = 'v8js.memory.heap.space.physical_size';
|
|
2695
3525
|
/**
|
|
2696
3526
|
* Heap Memory size allocated.
|
|
2697
3527
|
*
|