@contrast/agent-bundle 5.40.0 → 5.41.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 +11 -11
- package/node_modules/@contrast/agent-swc-plugin/index.js +9 -3
- package/node_modules/@contrast/agent-swc-plugin/methods.js +15 -1
- package/node_modules/@contrast/agent-swc-plugin/package.json +5 -8
- package/node_modules/@contrast/agent-swc-plugin/rewriter.wasm +0 -0
- package/node_modules/@contrast/agentify/lib/index.js +2 -2
- package/node_modules/@contrast/agentify/package.json +15 -14
- package/node_modules/@contrast/architecture-components/package.json +5 -5
- package/node_modules/@contrast/assess/lib/dataflow/propagation/install/util-format.js +44 -21
- package/node_modules/@contrast/assess/lib/dataflow/sources/install/body-parser.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/sources/install/koa/koa-bodyparsers.js +3 -1
- package/node_modules/@contrast/assess/lib/dataflow/sources/install/qs6.js +5 -5
- package/node_modules/@contrast/assess/lib/dataflow/sources/install/querystring.js +2 -1
- package/node_modules/@contrast/assess/lib/index.d.ts +0 -1
- package/node_modules/@contrast/assess/lib/make-source-context.js +7 -37
- package/node_modules/@contrast/assess/lib/sampler/common.js +7 -11
- package/node_modules/@contrast/assess/package.json +12 -11
- package/node_modules/@contrast/common/lib/types.d.ts +7 -1
- package/node_modules/@contrast/common/package.json +1 -1
- package/node_modules/@contrast/config/lib/common.js +1 -1
- package/node_modules/@contrast/config/lib/config.js +49 -27
- package/node_modules/@contrast/config/lib/index.d.ts +2 -2
- package/node_modules/@contrast/config/lib/options.js +4 -4
- package/node_modules/@contrast/config/package.json +4 -3
- package/node_modules/@contrast/core/lib/sensitive-data-masking/protect-listener.js +15 -15
- package/node_modules/@contrast/core/package.json +6 -6
- package/node_modules/@contrast/deadzones/package.json +5 -5
- package/node_modules/@contrast/dep-hooks/package.json +3 -3
- package/node_modules/@contrast/esm-hooks/package.json +6 -6
- package/node_modules/@contrast/instrumentation/lib/index.js +0 -1
- package/node_modules/@contrast/instrumentation/package.json +5 -5
- package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +298 -148
- package/node_modules/@contrast/library-analysis/package.json +4 -4
- package/node_modules/@contrast/logger/lib/serializers.js +2 -2
- package/node_modules/@contrast/logger/package.json +3 -3
- package/node_modules/@contrast/metrics/package.json +6 -6
- package/node_modules/@contrast/patcher/package.json +2 -2
- package/node_modules/@contrast/protect/lib/get-source-context.js +3 -1
- package/node_modules/@contrast/protect/lib/index.js +6 -1
- package/node_modules/@contrast/protect/lib/input-analysis/handlers.js +7 -9
- package/node_modules/@contrast/protect/lib/input-analysis/install/http.js +18 -19
- package/node_modules/@contrast/protect/lib/input-analysis/install/qs6.js +18 -17
- package/node_modules/@contrast/protect/lib/input-analysis/install/universal-cookie4.js +2 -3
- package/node_modules/@contrast/protect/lib/make-source-context.js +22 -66
- package/node_modules/@contrast/protect/lib/semantic-analysis/handlers.js +73 -72
- package/node_modules/@contrast/protect/package.json +11 -11
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/index.js +7 -7
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.d.ts +3 -3
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.js +24 -21
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/index.js +1 -1
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/translations.d.ts +1 -2
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/translations.js +8 -2
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/index.d.ts +2 -2
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/index.js +22 -20
- package/node_modules/@contrast/reporter/package.json +7 -7
- package/node_modules/@contrast/rewriter/lib/index.js +2 -2
- package/node_modules/@contrast/rewriter/package.json +6 -6
- package/node_modules/@contrast/route-coverage/lib/index.js +1 -9
- package/node_modules/@contrast/route-coverage/lib/install/express/express5.js +17 -19
- package/node_modules/@contrast/route-coverage/package.json +8 -8
- package/node_modules/@contrast/scopes/package.json +5 -5
- package/node_modules/@contrast/sec-obs/lib/traces/http.js +2 -2
- package/node_modules/@contrast/sec-obs/lib/traces/http.test.js +17 -0
- package/node_modules/@contrast/sec-obs/lib/traces/outbound-service-call.js +2 -2
- package/node_modules/@contrast/sec-obs/lib/traces/outbound-service-call.test.js +17 -0
- package/node_modules/@contrast/sec-obs/package.json +9 -9
- package/node_modules/@contrast/sources/lib/index.js +109 -0
- package/node_modules/@contrast/sources/lib/index.test.js +120 -0
- package/node_modules/@contrast/{route-coverage/lib/normalized-url-mapper.js → sources/lib/normalized-uri-mapper.js} +10 -3
- package/node_modules/@contrast/sources/lib/normalized-uri-mapper.test.js +59 -0
- package/node_modules/@contrast/{sec-obs/node_modules/@contrast/core/lib/sensitive-data-masking/constants.js → sources/lib/req-data.js} +0 -6
- package/node_modules/@contrast/sources/lib/source-info.js +183 -0
- package/node_modules/@contrast/sources/lib/source-info.test.js +68 -0
- package/node_modules/@contrast/sources/package.json +16 -0
- package/node_modules/@contrast/telemetry/package.json +6 -6
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +2831 -77
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +2831 -77
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +415 -98
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +415 -98
- 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 +106 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +106 -0
- 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 +2831 -77
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +2831 -77
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +415 -98
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +415 -98
- 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 +106 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +106 -0
- 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 +2831 -77
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +2858 -103
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +415 -98
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +420 -102
- 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 +106 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +106 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -3
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/fs.d.ts +13 -1
- package/node_modules/@types/node/http.d.ts +4 -19
- package/node_modules/@types/node/inspector.d.ts +53 -0
- package/node_modules/@types/node/package.json +2 -82
- package/node_modules/axios/CHANGELOG.md +17 -0
- package/node_modules/axios/README.md +1 -4
- package/node_modules/axios/dist/axios.js +39 -5
- 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 +46 -9
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +46 -9
- 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 +46 -9
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +13 -2
- package/node_modules/axios/lib/core/Axios.js +2 -2
- package/node_modules/axios/lib/core/mergeConfig.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +1 -1
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
- package/node_modules/axios/lib/utils.js +36 -0
- package/node_modules/axios/package.json +5 -5
- package/node_modules/deepmerge/.editorconfig +7 -0
- package/node_modules/deepmerge/.eslintcache +1 -0
- package/node_modules/deepmerge/changelog.md +167 -0
- package/node_modules/deepmerge/dist/cjs.js +133 -0
- package/node_modules/deepmerge/dist/umd.js +139 -0
- package/node_modules/deepmerge/index.d.ts +20 -0
- package/node_modules/deepmerge/index.js +106 -0
- package/node_modules/deepmerge/license.txt +21 -0
- package/node_modules/deepmerge/package.json +42 -0
- package/node_modules/deepmerge/readme.md +264 -0
- package/node_modules/deepmerge/rollup.config.js +22 -0
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/form-data/CHANGELOG.md +601 -0
- package/node_modules/form-data/{Readme.md → README.md} +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -6
- package/node_modules/form-data/package.json +22 -6
- package/node_modules/nan/.github/workflows/ci.yml +8 -10
- package/node_modules/nan/.pre-commit-config.yaml +8 -0
- package/node_modules/nan/CHANGELOG.md +5 -1
- package/node_modules/nan/README.md +4 -4
- package/node_modules/nan/nan.h +16 -12
- package/node_modules/nan/nan_callbacks.h +13 -0
- package/node_modules/nan/nan_callbacks_12_inl.h +16 -2
- package/node_modules/nan/nan_callbacks_pre_12_inl.h +6 -2
- package/node_modules/nan/nan_maybe_43_inl.h +1 -1
- package/node_modules/nan/nan_maybe_pre_43_inl.h +1 -1
- package/node_modules/nan/nan_scriptorigin.h +11 -9
- package/node_modules/nan/nan_typedarray_contents.h +1 -1
- package/node_modules/nan/package.json +2 -2
- package/package.json +2 -2
- package/node_modules/@contrast/agentify/lib/sources.js +0 -95
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/constants.d.ts +0 -385
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/constants.js +0 -270
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/index.d.ts +0 -40
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/index.js +0 -228
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/primordials.d.ts +0 -65
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/primordials.js +0 -66
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/types.d.ts +0 -383
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/lib/types.js +0 -30
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/common/package.json +0 -23
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/README.md +0 -44
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/lib/common.js +0 -131
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/lib/config.js +0 -290
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/lib/index.d.ts +0 -328
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/lib/index.js +0 -29
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/lib/options.js +0 -836
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/lib/validators.js +0 -23
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/config/package.json +0 -27
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/README.md +0 -98
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/agent-info.js +0 -36
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/app-info.js +0 -233
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/build-id.js +0 -51
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/capture-stacktrace.js +0 -256
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/contrast-methods.js +0 -155
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/index.d.ts +0 -52
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/ioc/core.js +0 -95
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/is-agent-path.js +0 -37
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/messages.js +0 -28
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/sensitive-data-masking/index.js +0 -63
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/sensitive-data-masking/protect-listener.js +0 -111
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/sensitive-data-masking/server-settings-listener.js +0 -44
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/system-info/cloud-provider-metadata.js +0 -146
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/system-info/index.js +0 -225
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/system-info/linux-os-info.js +0 -137
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/lib/system-info/utils.js +0 -35
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/core/package.json +0 -33
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/README.md +0 -94
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/export-handler-registry.d.ts +0 -121
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/export-handler-registry.js +0 -206
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.d.ts +0 -72
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.js +0 -88
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/handler-invoker.d.ts +0 -46
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/handler-invoker.js +0 -106
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/helpers.d.ts +0 -28
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/helpers.js +0 -66
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/index.d.ts +0 -115
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/index.js +0 -208
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/package-finder.d.ts +0 -43
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/lib/package-finder.js +0 -79
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/dep-hooks/package.json +0 -29
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/README.md +0 -270
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/lib/index.d.ts +0 -16
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/lib/index.js +0 -132
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/lib/serializers.d.ts +0 -33
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/lib/serializers.js +0 -75
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/lib/utils.d.ts +0 -15
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/lib/utils.js +0 -34
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/logger/package.json +0 -28
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/patcher/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/patcher/README.md +0 -51
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/patcher/lib/index.d.ts +0 -101
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/patcher/lib/index.js +0 -544
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/patcher/package.json +0 -25
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/rewriter/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/rewriter/README.md +0 -6
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/rewriter/lib/cache.js +0 -318
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/rewriter/lib/index.js +0 -216
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/rewriter/lib/rewrite-is-deadzoned.js +0 -143
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/rewriter/package.json +0 -30
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/LICENSE +0 -12
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/constants.js +0 -26
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/index.d.ts +0 -46
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/index.js +0 -70
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/bluebird.js +0 -128
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/index.js +0 -34
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/mongodb-core.js +0 -83
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/mongodb3.js +0 -89
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/mongodb4.js +0 -80
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/mongodb6.js +0 -46
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/mysql.js +0 -151
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/install/redis.js +0 -79
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/lib/utils.js +0 -35
- package/node_modules/@contrast/sec-obs/node_modules/@contrast/scopes/package.json +0 -28
- package/node_modules/form-data/README.md.bak +0 -355
package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts
CHANGED
|
@@ -94,21 +94,27 @@ export declare const METRIC_CONTAINER_NETWORK_IO: "container.network.io";
|
|
|
94
94
|
*/
|
|
95
95
|
export declare const METRIC_CONTAINER_UPTIME: "container.uptime";
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* Deprecated. Use `system.cpu.frequency` instead.
|
|
98
98
|
*
|
|
99
99
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
100
|
+
*
|
|
101
|
+
* @deprecated Replaced by `system.cpu.frequency`.
|
|
100
102
|
*/
|
|
101
103
|
export declare const METRIC_CPU_FREQUENCY: "cpu.frequency";
|
|
102
104
|
/**
|
|
103
|
-
*
|
|
105
|
+
* Deprecated. Use `system.cpu.time` instead.
|
|
104
106
|
*
|
|
105
107
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
108
|
+
*
|
|
109
|
+
* @deprecated Replaced by `system.cpu.time`.
|
|
106
110
|
*/
|
|
107
111
|
export declare const METRIC_CPU_TIME: "cpu.time";
|
|
108
112
|
/**
|
|
109
|
-
*
|
|
113
|
+
* Deprecated. Use `system.cpu.utilization` instead.
|
|
110
114
|
*
|
|
111
115
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
116
|
+
*
|
|
117
|
+
* @deprecated Replaced by `system.cpu.utilization`.
|
|
112
118
|
*/
|
|
113
119
|
export declare const METRIC_CPU_UTILIZATION: "cpu.utilization";
|
|
114
120
|
/**
|
|
@@ -611,15 +617,115 @@ export declare const METRIC_JVM_SYSTEM_CPU_LOAD_1M: "jvm.system.cpu.load_1m";
|
|
|
611
617
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
612
618
|
*/
|
|
613
619
|
export declare const METRIC_JVM_SYSTEM_CPU_UTILIZATION: "jvm.system.cpu.utilization";
|
|
620
|
+
/**
|
|
621
|
+
* Maximum CPU resource limit set for the container
|
|
622
|
+
*
|
|
623
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
624
|
+
*
|
|
625
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
626
|
+
*/
|
|
627
|
+
export declare const METRIC_K8S_CONTAINER_CPU_LIMIT: "k8s.container.cpu.limit";
|
|
628
|
+
/**
|
|
629
|
+
* CPU resource requested for the container
|
|
630
|
+
*
|
|
631
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
632
|
+
*
|
|
633
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
634
|
+
*/
|
|
635
|
+
export declare const METRIC_K8S_CONTAINER_CPU_REQUEST: "k8s.container.cpu.request";
|
|
636
|
+
/**
|
|
637
|
+
* Maximum ephemeral storage resource limit set for the container
|
|
638
|
+
*
|
|
639
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
640
|
+
*
|
|
641
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
642
|
+
*/
|
|
643
|
+
export declare const METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_LIMIT: "k8s.container.ephemeral_storage.limit";
|
|
644
|
+
/**
|
|
645
|
+
* Ephemeral storage resource requested for the container
|
|
646
|
+
*
|
|
647
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
648
|
+
*
|
|
649
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
650
|
+
*/
|
|
651
|
+
export declare const METRIC_K8S_CONTAINER_EPHEMERAL_STORAGE_REQUEST: "k8s.container.ephemeral_storage.request";
|
|
652
|
+
/**
|
|
653
|
+
* Maximum memory resource limit set for the container
|
|
654
|
+
*
|
|
655
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
656
|
+
*
|
|
657
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
658
|
+
*/
|
|
659
|
+
export declare const METRIC_K8S_CONTAINER_MEMORY_LIMIT: "k8s.container.memory.limit";
|
|
660
|
+
/**
|
|
661
|
+
* Memory resource requested for the container
|
|
662
|
+
*
|
|
663
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
664
|
+
*
|
|
665
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
666
|
+
*/
|
|
667
|
+
export declare const METRIC_K8S_CONTAINER_MEMORY_REQUEST: "k8s.container.memory.request";
|
|
668
|
+
/**
|
|
669
|
+
* Indicates whether the container is currently marked as ready to accept traffic, based on its readiness probe (1 = ready, 0 = not ready)
|
|
670
|
+
*
|
|
671
|
+
* @note This metric **SHOULD** reflect the value of the `ready` field in the
|
|
672
|
+
* [K8s ContainerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#containerstatus-v1-core).
|
|
673
|
+
*
|
|
674
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
675
|
+
*/
|
|
676
|
+
export declare const METRIC_K8S_CONTAINER_READY: "k8s.container.ready";
|
|
677
|
+
/**
|
|
678
|
+
* Describes how many times the container has restarted (since the last counter reset)
|
|
679
|
+
*
|
|
680
|
+
* @note This value is pulled directly from the K8s API and the value can go indefinitely high and be reset to 0
|
|
681
|
+
* at any time depending on how your kubelet is configured to prune dead containers.
|
|
682
|
+
* It is best to not depend too much on the exact value but rather look at it as
|
|
683
|
+
* either == 0, in which case you can conclude there were no restarts in the recent past, or > 0, in which case
|
|
684
|
+
* you can conclude there were restarts in the recent past, and not try and analyze the value beyond that.
|
|
685
|
+
*
|
|
686
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
687
|
+
*/
|
|
688
|
+
export declare const METRIC_K8S_CONTAINER_RESTART_COUNT: "k8s.container.restart.count";
|
|
689
|
+
/**
|
|
690
|
+
* Describes the number of K8s containers that are currently in a state for a given reason
|
|
691
|
+
*
|
|
692
|
+
* @note All possible container state reasons will be reported at each time interval to avoid missing metrics.
|
|
693
|
+
* Only the value corresponding to the current state reason will be non-zero.
|
|
694
|
+
*
|
|
695
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
696
|
+
*/
|
|
697
|
+
export declare const METRIC_K8S_CONTAINER_STATUS_REASON: "k8s.container.status.reason";
|
|
698
|
+
/**
|
|
699
|
+
* Describes the number of K8s containers that are currently in a given state
|
|
700
|
+
*
|
|
701
|
+
* @note All possible container states will be reported at each time interval to avoid missing metrics.
|
|
702
|
+
* Only the value corresponding to the current state will be non-zero.
|
|
703
|
+
*
|
|
704
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
705
|
+
*/
|
|
706
|
+
export declare const METRIC_K8S_CONTAINER_STATUS_STATE: "k8s.container.status.state";
|
|
707
|
+
/**
|
|
708
|
+
* Maximum storage resource limit set for the container
|
|
709
|
+
*
|
|
710
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
711
|
+
*
|
|
712
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
713
|
+
*/
|
|
714
|
+
export declare const METRIC_K8S_CONTAINER_STORAGE_LIMIT: "k8s.container.storage.limit";
|
|
715
|
+
/**
|
|
716
|
+
* Storage resource requested for the container
|
|
717
|
+
*
|
|
718
|
+
* @note See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core for details.
|
|
719
|
+
*
|
|
720
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
721
|
+
*/
|
|
722
|
+
export declare const METRIC_K8S_CONTAINER_STORAGE_REQUEST: "k8s.container.storage.request";
|
|
614
723
|
/**
|
|
615
724
|
* The number of actively running jobs for a cronjob
|
|
616
725
|
*
|
|
617
726
|
* @note This metric aligns with the `active` field of the
|
|
618
727
|
* [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
|
|
619
728
|
*
|
|
620
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
621
|
-
* [`k8s.cronjob`](../resource/k8s.md#cronjob) resource.
|
|
622
|
-
*
|
|
623
729
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
624
730
|
*/
|
|
625
731
|
export declare const METRIC_K8S_CRONJOB_ACTIVE_JOBS: "k8s.cronjob.active_jobs";
|
|
@@ -629,9 +735,6 @@ export declare const METRIC_K8S_CRONJOB_ACTIVE_JOBS: "k8s.cronjob.active_jobs";
|
|
|
629
735
|
* @note This metric aligns with the `currentNumberScheduled` field of the
|
|
630
736
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
631
737
|
*
|
|
632
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
633
|
-
* [`k8s.daemonset`](../resource/k8s.md#daemonset) resource.
|
|
634
|
-
*
|
|
635
738
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
636
739
|
*/
|
|
637
740
|
export declare const METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES: "k8s.daemonset.current_scheduled_nodes";
|
|
@@ -641,9 +744,6 @@ export declare const METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES: "k8s.daemonse
|
|
|
641
744
|
* @note This metric aligns with the `desiredNumberScheduled` field of the
|
|
642
745
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
643
746
|
*
|
|
644
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
645
|
-
* [`k8s.daemonset`](../resource/k8s.md#daemonset) resource.
|
|
646
|
-
*
|
|
647
747
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
648
748
|
*/
|
|
649
749
|
export declare const METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES: "k8s.daemonset.desired_scheduled_nodes";
|
|
@@ -653,9 +753,6 @@ export declare const METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES: "k8s.daemonse
|
|
|
653
753
|
* @note This metric aligns with the `numberMisscheduled` field of the
|
|
654
754
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
655
755
|
*
|
|
656
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
657
|
-
* [`k8s.daemonset`](../resource/k8s.md#daemonset) resource.
|
|
658
|
-
*
|
|
659
756
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
660
757
|
*/
|
|
661
758
|
export declare const METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES: "k8s.daemonset.misscheduled_nodes";
|
|
@@ -665,9 +762,6 @@ export declare const METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES: "k8s.daemonset.mis
|
|
|
665
762
|
* @note This metric aligns with the `numberReady` field of the
|
|
666
763
|
* [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
|
|
667
764
|
*
|
|
668
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
669
|
-
* [`k8s.daemonset`](../resource/k8s.md#daemonset) resource.
|
|
670
|
-
*
|
|
671
765
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
672
766
|
*/
|
|
673
767
|
export declare const METRIC_K8S_DAEMONSET_READY_NODES: "k8s.daemonset.ready_nodes";
|
|
@@ -677,9 +771,6 @@ export declare const METRIC_K8S_DAEMONSET_READY_NODES: "k8s.daemonset.ready_node
|
|
|
677
771
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
678
772
|
* [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
|
|
679
773
|
*
|
|
680
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
681
|
-
* [`k8s.deployment`](../resource/k8s.md#deployment) resource.
|
|
682
|
-
*
|
|
683
774
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
684
775
|
*/
|
|
685
776
|
export declare const METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS: "k8s.deployment.available_pods";
|
|
@@ -689,9 +780,6 @@ export declare const METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS: "k8s.deployment.avail
|
|
|
689
780
|
* @note This metric aligns with the `replicas` field of the
|
|
690
781
|
* [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
|
|
691
782
|
*
|
|
692
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
693
|
-
* [`k8s.deployment`](../resource/k8s.md#deployment) resource.
|
|
694
|
-
*
|
|
695
783
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
696
784
|
*/
|
|
697
785
|
export declare const METRIC_K8S_DEPLOYMENT_DESIRED_PODS: "k8s.deployment.desired_pods";
|
|
@@ -701,9 +789,6 @@ export declare const METRIC_K8S_DEPLOYMENT_DESIRED_PODS: "k8s.deployment.desired
|
|
|
701
789
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
702
790
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
703
791
|
*
|
|
704
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
705
|
-
* [`k8s.hpa`](../resource/k8s.md#horizontalpodautoscaler) resource.
|
|
706
|
-
*
|
|
707
792
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
708
793
|
*/
|
|
709
794
|
export declare const METRIC_K8S_HPA_CURRENT_PODS: "k8s.hpa.current_pods";
|
|
@@ -713,9 +798,6 @@ export declare const METRIC_K8S_HPA_CURRENT_PODS: "k8s.hpa.current_pods";
|
|
|
713
798
|
* @note This metric aligns with the `desiredReplicas` field of the
|
|
714
799
|
* [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
|
|
715
800
|
*
|
|
716
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
717
|
-
* [`k8s.hpa`](../resource/k8s.md#horizontalpodautoscaler) resource.
|
|
718
|
-
*
|
|
719
801
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
720
802
|
*/
|
|
721
803
|
export declare const METRIC_K8S_HPA_DESIRED_PODS: "k8s.hpa.desired_pods";
|
|
@@ -725,21 +807,48 @@ export declare const METRIC_K8S_HPA_DESIRED_PODS: "k8s.hpa.desired_pods";
|
|
|
725
807
|
* @note This metric aligns with the `maxReplicas` field of the
|
|
726
808
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
727
809
|
*
|
|
728
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
729
|
-
* [`k8s.hpa`](../resource/k8s.md#horizontalpodautoscaler) resource.
|
|
730
|
-
*
|
|
731
810
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
732
811
|
*/
|
|
733
812
|
export declare const METRIC_K8S_HPA_MAX_PODS: "k8s.hpa.max_pods";
|
|
813
|
+
/**
|
|
814
|
+
* Target average utilization, in percentage, for CPU resource in HPA config.
|
|
815
|
+
*
|
|
816
|
+
* @note This metric aligns with the `averageUtilization` field of the
|
|
817
|
+
* [K8s HPA MetricTarget](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#metrictarget-v2-autoscaling).
|
|
818
|
+
* If the type of the metric is [`ContainerResource`](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-metrics-apis),
|
|
819
|
+
* the `k8s.container.name` attribute **MUST** be set to identify the specific container within the pod to which the metric applies.
|
|
820
|
+
*
|
|
821
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
822
|
+
*/
|
|
823
|
+
export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_UTILIZATION: "k8s.hpa.metric.target.cpu.average_utilization";
|
|
824
|
+
/**
|
|
825
|
+
* Target average value for CPU resource in HPA config.
|
|
826
|
+
*
|
|
827
|
+
* @note This metric aligns with the `averageValue` field of the
|
|
828
|
+
* [K8s HPA MetricTarget](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#metrictarget-v2-autoscaling).
|
|
829
|
+
* If the type of the metric is [`ContainerResource`](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-metrics-apis),
|
|
830
|
+
* the `k8s.container.name` attribute **MUST** be set to identify the specific container within the pod to which the metric applies.
|
|
831
|
+
*
|
|
832
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
833
|
+
*/
|
|
834
|
+
export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_VALUE: "k8s.hpa.metric.target.cpu.average_value";
|
|
835
|
+
/**
|
|
836
|
+
* Target value for CPU resource in HPA config.
|
|
837
|
+
*
|
|
838
|
+
* @note This metric aligns with the `value` field of the
|
|
839
|
+
* [K8s HPA MetricTarget](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#metrictarget-v2-autoscaling).
|
|
840
|
+
* If the type of the metric is [`ContainerResource`](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-metrics-apis),
|
|
841
|
+
* the `k8s.container.name` attribute **MUST** be set to identify the specific container within the pod to which the metric applies.
|
|
842
|
+
*
|
|
843
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
844
|
+
*/
|
|
845
|
+
export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE: "k8s.hpa.metric.target.cpu.value";
|
|
734
846
|
/**
|
|
735
847
|
* The lower limit for the number of replica pods to which the autoscaler can scale down
|
|
736
848
|
*
|
|
737
849
|
* @note This metric aligns with the `minReplicas` field of the
|
|
738
850
|
* [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
|
|
739
851
|
*
|
|
740
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
741
|
-
* [`k8s.hpa`](../resource/k8s.md#horizontalpodautoscaler) resource.
|
|
742
|
-
*
|
|
743
852
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
744
853
|
*/
|
|
745
854
|
export declare const METRIC_K8S_HPA_MIN_PODS: "k8s.hpa.min_pods";
|
|
@@ -749,9 +858,6 @@ export declare const METRIC_K8S_HPA_MIN_PODS: "k8s.hpa.min_pods";
|
|
|
749
858
|
* @note This metric aligns with the `active` field of the
|
|
750
859
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
751
860
|
*
|
|
752
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
753
|
-
* [`k8s.job`](../resource/k8s.md#job) resource.
|
|
754
|
-
*
|
|
755
861
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
756
862
|
*/
|
|
757
863
|
export declare const METRIC_K8S_JOB_ACTIVE_PODS: "k8s.job.active_pods";
|
|
@@ -759,10 +865,7 @@ export declare const METRIC_K8S_JOB_ACTIVE_PODS: "k8s.job.active_pods";
|
|
|
759
865
|
* The desired number of successfully finished pods the job should be run with
|
|
760
866
|
*
|
|
761
867
|
* @note This metric aligns with the `completions` field of the
|
|
762
|
-
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)
|
|
763
|
-
*
|
|
764
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
765
|
-
* [`k8s.job`](../resource/k8s.md#job) resource.
|
|
868
|
+
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
|
|
766
869
|
*
|
|
767
870
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
768
871
|
*/
|
|
@@ -773,9 +876,6 @@ export declare const METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS: "k8s.job.desired_su
|
|
|
773
876
|
* @note This metric aligns with the `failed` field of the
|
|
774
877
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
775
878
|
*
|
|
776
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
777
|
-
* [`k8s.job`](../resource/k8s.md#job) resource.
|
|
778
|
-
*
|
|
779
879
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
780
880
|
*/
|
|
781
881
|
export declare const METRIC_K8S_JOB_FAILED_PODS: "k8s.job.failed_pods";
|
|
@@ -785,9 +885,6 @@ export declare const METRIC_K8S_JOB_FAILED_PODS: "k8s.job.failed_pods";
|
|
|
785
885
|
* @note This metric aligns with the `parallelism` field of the
|
|
786
886
|
* [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
|
787
887
|
*
|
|
788
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
789
|
-
* [`k8s.job`](../resource/k8s.md#job) resource.
|
|
790
|
-
*
|
|
791
888
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
792
889
|
*/
|
|
793
890
|
export declare const METRIC_K8S_JOB_MAX_PARALLEL_PODS: "k8s.job.max_parallel_pods";
|
|
@@ -797,21 +894,47 @@ export declare const METRIC_K8S_JOB_MAX_PARALLEL_PODS: "k8s.job.max_parallel_pod
|
|
|
797
894
|
* @note This metric aligns with the `succeeded` field of the
|
|
798
895
|
* [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
|
|
799
896
|
*
|
|
800
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
801
|
-
* [`k8s.job`](../resource/k8s.md#job) resource.
|
|
802
|
-
*
|
|
803
897
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
804
898
|
*/
|
|
805
899
|
export declare const METRIC_K8S_JOB_SUCCESSFUL_PODS: "k8s.job.successful_pods";
|
|
806
900
|
/**
|
|
807
901
|
* Describes number of K8s namespaces that are currently in a given phase.
|
|
808
902
|
*
|
|
809
|
-
* @note This metric **SHOULD**, at a minimum, be reported against a
|
|
810
|
-
* [`k8s.namespace`](../resource/k8s.md#namespace) resource.
|
|
811
|
-
*
|
|
812
903
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
813
904
|
*/
|
|
814
905
|
export declare const METRIC_K8S_NAMESPACE_PHASE: "k8s.namespace.phase";
|
|
906
|
+
/**
|
|
907
|
+
* Amount of cpu allocatable on the node
|
|
908
|
+
*
|
|
909
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
910
|
+
*/
|
|
911
|
+
export declare const METRIC_K8S_NODE_ALLOCATABLE_CPU: "k8s.node.allocatable.cpu";
|
|
912
|
+
/**
|
|
913
|
+
* Amount of ephemeral-storage allocatable on the node
|
|
914
|
+
*
|
|
915
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
916
|
+
*/
|
|
917
|
+
export declare const METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE: "k8s.node.allocatable.ephemeral_storage";
|
|
918
|
+
/**
|
|
919
|
+
* Amount of memory allocatable on the node
|
|
920
|
+
*
|
|
921
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
922
|
+
*/
|
|
923
|
+
export declare const METRIC_K8S_NODE_ALLOCATABLE_MEMORY: "k8s.node.allocatable.memory";
|
|
924
|
+
/**
|
|
925
|
+
* Amount of pods allocatable on the node
|
|
926
|
+
*
|
|
927
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
928
|
+
*/
|
|
929
|
+
export declare const METRIC_K8S_NODE_ALLOCATABLE_PODS: "k8s.node.allocatable.pods";
|
|
930
|
+
/**
|
|
931
|
+
* Describes the condition of a particular Node.
|
|
932
|
+
*
|
|
933
|
+
* @note All possible node condition pairs (type and status) will be reported at each time interval to avoid missing metrics. Condition pairs corresponding to the current conditions' statuses will be non-zero.
|
|
934
|
+
*
|
|
935
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
936
|
+
*/
|
|
937
|
+
export declare const METRIC_K8S_NODE_CONDITION_STATUS: "k8s.node.condition.status";
|
|
815
938
|
/**
|
|
816
939
|
* Total CPU time consumed
|
|
817
940
|
*
|
|
@@ -908,9 +1031,6 @@ export declare const METRIC_K8S_POD_UPTIME: "k8s.pod.uptime";
|
|
|
908
1031
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
909
1032
|
* [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
|
|
910
1033
|
*
|
|
911
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
912
|
-
* [`k8s.replicaset`](../resource/k8s.md#replicaset) resource.
|
|
913
|
-
*
|
|
914
1034
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
915
1035
|
*/
|
|
916
1036
|
export declare const METRIC_K8S_REPLICASET_AVAILABLE_PODS: "k8s.replicaset.available_pods";
|
|
@@ -920,9 +1040,6 @@ export declare const METRIC_K8S_REPLICASET_AVAILABLE_PODS: "k8s.replicaset.avail
|
|
|
920
1040
|
* @note This metric aligns with the `replicas` field of the
|
|
921
1041
|
* [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
|
|
922
1042
|
*
|
|
923
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
924
|
-
* [`k8s.replicaset`](../resource/k8s.md#replicaset) resource.
|
|
925
|
-
*
|
|
926
1043
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
927
1044
|
*/
|
|
928
1045
|
export declare const METRIC_K8S_REPLICASET_DESIRED_PODS: "k8s.replicaset.desired_pods";
|
|
@@ -948,9 +1065,6 @@ export declare const METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS: "k8s.replic
|
|
|
948
1065
|
* @note This metric aligns with the `availableReplicas` field of the
|
|
949
1066
|
* [K8s ReplicationControllerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerstatus-v1-core)
|
|
950
1067
|
*
|
|
951
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
952
|
-
* [`k8s.replicationcontroller`](../resource/k8s.md#replicationcontroller) resource.
|
|
953
|
-
*
|
|
954
1068
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
955
1069
|
*/
|
|
956
1070
|
export declare const METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: "k8s.replicationcontroller.available_pods";
|
|
@@ -960,21 +1074,227 @@ export declare const METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: "k8s.repli
|
|
|
960
1074
|
* @note This metric aligns with the `replicas` field of the
|
|
961
1075
|
* [K8s ReplicationControllerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerspec-v1-core)
|
|
962
1076
|
*
|
|
963
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
964
|
-
* [`k8s.replicationcontroller`](../resource/k8s.md#replicationcontroller) resource.
|
|
965
|
-
*
|
|
966
1077
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
967
1078
|
*/
|
|
968
1079
|
export declare const METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS: "k8s.replicationcontroller.desired_pods";
|
|
1080
|
+
/**
|
|
1081
|
+
* The CPU limits in a specific namespace.
|
|
1082
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1083
|
+
*
|
|
1084
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1085
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1086
|
+
*
|
|
1087
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1088
|
+
*/
|
|
1089
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_CPU_LIMIT_HARD: "k8s.resourcequota.cpu.limit.hard";
|
|
1090
|
+
/**
|
|
1091
|
+
* The CPU limits in a specific namespace.
|
|
1092
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1093
|
+
*
|
|
1094
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1095
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1096
|
+
*
|
|
1097
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1098
|
+
*/
|
|
1099
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_CPU_LIMIT_USED: "k8s.resourcequota.cpu.limit.used";
|
|
1100
|
+
/**
|
|
1101
|
+
* The CPU requests in a specific namespace.
|
|
1102
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1103
|
+
*
|
|
1104
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1105
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1106
|
+
*
|
|
1107
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1108
|
+
*/
|
|
1109
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_CPU_REQUEST_HARD: "k8s.resourcequota.cpu.request.hard";
|
|
1110
|
+
/**
|
|
1111
|
+
* The CPU requests in a specific namespace.
|
|
1112
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1113
|
+
*
|
|
1114
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1115
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1116
|
+
*
|
|
1117
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1118
|
+
*/
|
|
1119
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_CPU_REQUEST_USED: "k8s.resourcequota.cpu.request.used";
|
|
1120
|
+
/**
|
|
1121
|
+
* The sum of local ephemeral storage limits in the namespace.
|
|
1122
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1123
|
+
*
|
|
1124
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1125
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1126
|
+
*
|
|
1127
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1128
|
+
*/
|
|
1129
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD: "k8s.resourcequota.ephemeral_storage.limit.hard";
|
|
1130
|
+
/**
|
|
1131
|
+
* The sum of local ephemeral storage limits in the namespace.
|
|
1132
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1133
|
+
*
|
|
1134
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1135
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1136
|
+
*
|
|
1137
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1138
|
+
*/
|
|
1139
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_LIMIT_USED: "k8s.resourcequota.ephemeral_storage.limit.used";
|
|
1140
|
+
/**
|
|
1141
|
+
* The sum of local ephemeral storage requests in the namespace.
|
|
1142
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1143
|
+
*
|
|
1144
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1145
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1146
|
+
*
|
|
1147
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1148
|
+
*/
|
|
1149
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD: "k8s.resourcequota.ephemeral_storage.request.hard";
|
|
1150
|
+
/**
|
|
1151
|
+
* The sum of local ephemeral storage requests in the namespace.
|
|
1152
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1153
|
+
*
|
|
1154
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1155
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1156
|
+
*
|
|
1157
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1158
|
+
*/
|
|
1159
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_REQUEST_USED: "k8s.resourcequota.ephemeral_storage.request.used";
|
|
1160
|
+
/**
|
|
1161
|
+
* The huge page requests in a specific namespace.
|
|
1162
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1163
|
+
*
|
|
1164
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1165
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1166
|
+
*
|
|
1167
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1168
|
+
*/
|
|
1169
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_HUGEPAGE_COUNT_REQUEST_HARD: "k8s.resourcequota.hugepage_count.request.hard";
|
|
1170
|
+
/**
|
|
1171
|
+
* The huge page requests in a specific namespace.
|
|
1172
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1173
|
+
*
|
|
1174
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1175
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1176
|
+
*
|
|
1177
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1178
|
+
*/
|
|
1179
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_HUGEPAGE_COUNT_REQUEST_USED: "k8s.resourcequota.hugepage_count.request.used";
|
|
1180
|
+
/**
|
|
1181
|
+
* The memory limits in a specific namespace.
|
|
1182
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1183
|
+
*
|
|
1184
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1185
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1186
|
+
*
|
|
1187
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1188
|
+
*/
|
|
1189
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_MEMORY_LIMIT_HARD: "k8s.resourcequota.memory.limit.hard";
|
|
1190
|
+
/**
|
|
1191
|
+
* The memory limits in a specific namespace.
|
|
1192
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1193
|
+
*
|
|
1194
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1195
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1196
|
+
*
|
|
1197
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1198
|
+
*/
|
|
1199
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_MEMORY_LIMIT_USED: "k8s.resourcequota.memory.limit.used";
|
|
1200
|
+
/**
|
|
1201
|
+
* The memory requests in a specific namespace.
|
|
1202
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1203
|
+
*
|
|
1204
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1205
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1206
|
+
*
|
|
1207
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1208
|
+
*/
|
|
1209
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_MEMORY_REQUEST_HARD: "k8s.resourcequota.memory.request.hard";
|
|
1210
|
+
/**
|
|
1211
|
+
* The memory requests in a specific namespace.
|
|
1212
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1213
|
+
*
|
|
1214
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1215
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1216
|
+
*
|
|
1217
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1218
|
+
*/
|
|
1219
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_MEMORY_REQUEST_USED: "k8s.resourcequota.memory.request.used";
|
|
1220
|
+
/**
|
|
1221
|
+
* The object count limits in a specific namespace.
|
|
1222
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1223
|
+
*
|
|
1224
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1225
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1226
|
+
*
|
|
1227
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1228
|
+
*/
|
|
1229
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_OBJECT_COUNT_HARD: "k8s.resourcequota.object_count.hard";
|
|
1230
|
+
/**
|
|
1231
|
+
* The object count limits in a specific namespace.
|
|
1232
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1233
|
+
*
|
|
1234
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1235
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1236
|
+
*
|
|
1237
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1238
|
+
*/
|
|
1239
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_OBJECT_COUNT_USED: "k8s.resourcequota.object_count.used";
|
|
1240
|
+
/**
|
|
1241
|
+
* The total number of PersistentVolumeClaims that can exist in the namespace.
|
|
1242
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1243
|
+
*
|
|
1244
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1245
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1246
|
+
*
|
|
1247
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
1248
|
+
* storage class.
|
|
1249
|
+
*
|
|
1250
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD: "k8s.resourcequota.persistentvolumeclaim_count.hard";
|
|
1253
|
+
/**
|
|
1254
|
+
* The total number of PersistentVolumeClaims that can exist in the namespace.
|
|
1255
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1256
|
+
*
|
|
1257
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1258
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1259
|
+
*
|
|
1260
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
1261
|
+
* storage class.
|
|
1262
|
+
*
|
|
1263
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1264
|
+
*/
|
|
1265
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED: "k8s.resourcequota.persistentvolumeclaim_count.used";
|
|
1266
|
+
/**
|
|
1267
|
+
* The storage requests in a specific namespace.
|
|
1268
|
+
* The value represents the configured quota limit of the resource in the namespace.
|
|
1269
|
+
*
|
|
1270
|
+
* @note This metric is retrieved from the `hard` field of the
|
|
1271
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1272
|
+
*
|
|
1273
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
1274
|
+
* storage class.
|
|
1275
|
+
*
|
|
1276
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1277
|
+
*/
|
|
1278
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_HARD: "k8s.resourcequota.storage.request.hard";
|
|
1279
|
+
/**
|
|
1280
|
+
* The storage requests in a specific namespace.
|
|
1281
|
+
* The value represents the current observed total usage of the resource in the namespace.
|
|
1282
|
+
*
|
|
1283
|
+
* @note This metric is retrieved from the `used` field of the
|
|
1284
|
+
* [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core).
|
|
1285
|
+
*
|
|
1286
|
+
* The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
|
|
1287
|
+
* storage class.
|
|
1288
|
+
*
|
|
1289
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1290
|
+
*/
|
|
1291
|
+
export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED: "k8s.resourcequota.storage.request.used";
|
|
969
1292
|
/**
|
|
970
1293
|
* The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision
|
|
971
1294
|
*
|
|
972
1295
|
* @note This metric aligns with the `currentReplicas` field of the
|
|
973
1296
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
974
1297
|
*
|
|
975
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
976
|
-
* [`k8s.statefulset`](../resource/k8s.md#statefulset) resource.
|
|
977
|
-
*
|
|
978
1298
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
979
1299
|
*/
|
|
980
1300
|
export declare const METRIC_K8S_STATEFULSET_CURRENT_PODS: "k8s.statefulset.current_pods";
|
|
@@ -984,9 +1304,6 @@ export declare const METRIC_K8S_STATEFULSET_CURRENT_PODS: "k8s.statefulset.curre
|
|
|
984
1304
|
* @note This metric aligns with the `replicas` field of the
|
|
985
1305
|
* [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
|
|
986
1306
|
*
|
|
987
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
988
|
-
* [`k8s.statefulset`](../resource/k8s.md#statefulset) resource.
|
|
989
|
-
*
|
|
990
1307
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
991
1308
|
*/
|
|
992
1309
|
export declare const METRIC_K8S_STATEFULSET_DESIRED_PODS: "k8s.statefulset.desired_pods";
|
|
@@ -996,9 +1313,6 @@ export declare const METRIC_K8S_STATEFULSET_DESIRED_PODS: "k8s.statefulset.desir
|
|
|
996
1313
|
* @note This metric aligns with the `readyReplicas` field of the
|
|
997
1314
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
998
1315
|
*
|
|
999
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
1000
|
-
* [`k8s.statefulset`](../resource/k8s.md#statefulset) resource.
|
|
1001
|
-
*
|
|
1002
1316
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1003
1317
|
*/
|
|
1004
1318
|
export declare const METRIC_K8S_STATEFULSET_READY_PODS: "k8s.statefulset.ready_pods";
|
|
@@ -1008,9 +1322,6 @@ export declare const METRIC_K8S_STATEFULSET_READY_PODS: "k8s.statefulset.ready_p
|
|
|
1008
1322
|
* @note This metric aligns with the `updatedReplicas` field of the
|
|
1009
1323
|
* [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
|
|
1010
1324
|
*
|
|
1011
|
-
* This metric **SHOULD**, at a minimum, be reported against a
|
|
1012
|
-
* [`k8s.statefulset`](../resource/k8s.md#statefulset) resource.
|
|
1013
|
-
*
|
|
1014
1325
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1015
1326
|
*/
|
|
1016
1327
|
export declare const METRIC_K8S_STATEFULSET_UPDATED_PODS: "k8s.statefulset.updated_pods";
|
|
@@ -1322,27 +1633,23 @@ export declare const METRIC_OTEL_SDK_PROCESSOR_SPAN_QUEUE_CAPACITY: "otel.sdk.pr
|
|
|
1322
1633
|
*/
|
|
1323
1634
|
export declare const METRIC_OTEL_SDK_PROCESSOR_SPAN_QUEUE_SIZE: "otel.sdk.processor.span.queue.size";
|
|
1324
1635
|
/**
|
|
1325
|
-
*
|
|
1326
|
-
*
|
|
1327
|
-
* @note For spans with `recording=true`: Implementations **MUST** record both `otel.sdk.span.live` and `otel.sdk.span.ended`.
|
|
1328
|
-
* For spans with `recording=false`: If implementations decide to record this metric, they **MUST** also record `otel.sdk.span.live`.
|
|
1636
|
+
* Use `otel.sdk.span.started` minus `otel.sdk.span.live` to derive this value.
|
|
1329
1637
|
*
|
|
1330
1638
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1639
|
+
*
|
|
1640
|
+
* @deprecated Obsoleted.
|
|
1331
1641
|
*/
|
|
1332
1642
|
export declare const METRIC_OTEL_SDK_SPAN_ENDED: "otel.sdk.span.ended";
|
|
1333
1643
|
/**
|
|
1334
|
-
*
|
|
1644
|
+
* Use `otel.sdk.span.started` minus `otel.sdk.span.live` to derive this value.
|
|
1335
1645
|
*
|
|
1336
1646
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1337
1647
|
*
|
|
1338
|
-
* @deprecated
|
|
1648
|
+
* @deprecated Obsoleted.
|
|
1339
1649
|
*/
|
|
1340
1650
|
export declare const METRIC_OTEL_SDK_SPAN_ENDED_COUNT: "otel.sdk.span.ended.count";
|
|
1341
1651
|
/**
|
|
1342
|
-
* The number of created spans for which the end operation has not been called yet
|
|
1343
|
-
*
|
|
1344
|
-
* @note For spans with `recording=true`: Implementations **MUST** record both `otel.sdk.span.live` and `otel.sdk.span.ended`.
|
|
1345
|
-
* For spans with `recording=false`: If implementations decide to record this metric, they **MUST** also record `otel.sdk.span.ended`.
|
|
1652
|
+
* The number of created spans with `recording=true` for which the end operation has not been called yet
|
|
1346
1653
|
*
|
|
1347
1654
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1348
1655
|
*/
|
|
@@ -1355,6 +1662,14 @@ export declare const METRIC_OTEL_SDK_SPAN_LIVE: "otel.sdk.span.live";
|
|
|
1355
1662
|
* @deprecated Replaced by `otel.sdk.span.live`.
|
|
1356
1663
|
*/
|
|
1357
1664
|
export declare const METRIC_OTEL_SDK_SPAN_LIVE_COUNT: "otel.sdk.span.live.count";
|
|
1665
|
+
/**
|
|
1666
|
+
* The number of created spans
|
|
1667
|
+
*
|
|
1668
|
+
* @note Implementations **MUST** record this metric for all spans, even for non-recording ones.
|
|
1669
|
+
*
|
|
1670
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const METRIC_OTEL_SDK_SPAN_STARTED: "otel.sdk.span.started";
|
|
1358
1673
|
/**
|
|
1359
1674
|
* Number of times the process has been context switched.
|
|
1360
1675
|
*
|
|
@@ -1519,11 +1834,9 @@ export declare const METRIC_RPC_SERVER_RESPONSE_SIZE: "rpc.server.response.size"
|
|
|
1519
1834
|
*/
|
|
1520
1835
|
export declare const METRIC_RPC_SERVER_RESPONSES_PER_RPC: "rpc.server.responses_per_rpc";
|
|
1521
1836
|
/**
|
|
1522
|
-
*
|
|
1837
|
+
* Operating frequency of the logical CPU in Hertz.
|
|
1523
1838
|
*
|
|
1524
1839
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1525
|
-
*
|
|
1526
|
-
* @deprecated Replaced by `cpu.frequency`.
|
|
1527
1840
|
*/
|
|
1528
1841
|
export declare const METRIC_SYSTEM_CPU_FREQUENCY: "system.cpu.frequency";
|
|
1529
1842
|
/**
|
|
@@ -1541,19 +1854,15 @@ export declare const METRIC_SYSTEM_CPU_LOGICAL_COUNT: "system.cpu.logical.count"
|
|
|
1541
1854
|
*/
|
|
1542
1855
|
export declare const METRIC_SYSTEM_CPU_PHYSICAL_COUNT: "system.cpu.physical.count";
|
|
1543
1856
|
/**
|
|
1544
|
-
*
|
|
1857
|
+
* Seconds each logical CPU spent on each mode
|
|
1545
1858
|
*
|
|
1546
1859
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1547
|
-
*
|
|
1548
|
-
* @deprecated Replaced by `cpu.time`.
|
|
1549
1860
|
*/
|
|
1550
1861
|
export declare const METRIC_SYSTEM_CPU_TIME: "system.cpu.time";
|
|
1551
1862
|
/**
|
|
1552
|
-
*
|
|
1863
|
+
* For each logical CPU, the utilization is calculated as the change in cumulative CPU time (cpu.time) over a measurement interval, divided by the elapsed time.
|
|
1553
1864
|
*
|
|
1554
1865
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1555
|
-
*
|
|
1556
|
-
* @deprecated Replaced by `cpu.utilization`.
|
|
1557
1866
|
*/
|
|
1558
1867
|
export declare const METRIC_SYSTEM_CPU_UTILIZATION: "system.cpu.utilization";
|
|
1559
1868
|
/**
|
|
@@ -1672,6 +1981,14 @@ export declare const METRIC_SYSTEM_MEMORY_UTILIZATION: "system.memory.utilizatio
|
|
|
1672
1981
|
/**
|
|
1673
1982
|
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1674
1983
|
*/
|
|
1984
|
+
export declare const METRIC_SYSTEM_NETWORK_CONNECTION_COUNT: "system.network.connection.count";
|
|
1985
|
+
/**
|
|
1986
|
+
* Deprecated, use `system.network.connection.count` instead
|
|
1987
|
+
*
|
|
1988
|
+
* @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
|
|
1989
|
+
*
|
|
1990
|
+
* @deprecated Replaced by `system.network.connection.count`.
|
|
1991
|
+
*/
|
|
1675
1992
|
export declare const METRIC_SYSTEM_NETWORK_CONNECTIONS: "system.network.connections";
|
|
1676
1993
|
/**
|
|
1677
1994
|
* Count of packets that are dropped or discarded even though there was no error
|