@contrast/agent-bundle 5.46.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.
Files changed (647) hide show
  1. package/README.md +1 -1
  2. package/node_modules/@contrast/agent/README.md +1 -1
  3. package/node_modules/@contrast/agent/package.json +12 -12
  4. package/node_modules/@contrast/agentify/package.json +15 -15
  5. package/node_modules/@contrast/architecture-components/package.json +5 -5
  6. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/common.js +1 -1
  7. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/handlers.js +23 -10
  8. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/index.js +6 -4
  9. package/node_modules/@contrast/assess/lib/configuration-analysis/install/apollo-server.js +92 -0
  10. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/install/express-session.js +2 -2
  11. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/install/fastify-cookie.js +2 -2
  12. package/node_modules/@contrast/assess/lib/configuration-analysis/install/graphql-yoga.js +90 -0
  13. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/install/hapi.js +2 -2
  14. package/node_modules/@contrast/assess/lib/{session-configuration → configuration-analysis}/install/koa.js +3 -3
  15. package/node_modules/@contrast/assess/lib/dataflow/propagation/install/string/substring.js +1 -1
  16. package/node_modules/@contrast/assess/lib/dataflow/sinks/install/fs.js +8 -15
  17. package/node_modules/@contrast/assess/lib/dataflow/sources/handler.js +9 -2
  18. package/node_modules/@contrast/assess/lib/dataflow/sources/index.js +2 -0
  19. package/node_modules/@contrast/assess/lib/dataflow/sources/install/fastify-websocket.js +63 -0
  20. package/node_modules/@contrast/assess/lib/dataflow/sources/install/http.js +42 -38
  21. package/node_modules/@contrast/assess/lib/dataflow/sources/install/koa/index.js +1 -1
  22. package/node_modules/@contrast/assess/lib/dataflow/sources/install/koa/koa-bodyparsers.js +76 -48
  23. package/node_modules/@contrast/assess/lib/dataflow/sources/install/koa/koa-multer.js +1 -1
  24. package/node_modules/@contrast/assess/lib/dataflow/sources/install/koa/koa-routers.js +2 -2
  25. package/node_modules/@contrast/assess/lib/dataflow/sources/install/koa/{koa2.js → koa.js} +3 -3
  26. package/node_modules/@contrast/assess/lib/dataflow/sources/install/socket.io.js +80 -0
  27. package/node_modules/@contrast/assess/lib/index.d.ts +4 -3
  28. package/node_modules/@contrast/assess/lib/index.js +1 -1
  29. package/node_modules/@contrast/assess/lib/policy.js +2 -2
  30. package/node_modules/@contrast/assess/package.json +12 -12
  31. package/node_modules/@contrast/common/lib/constants.d.ts +12 -4
  32. package/node_modules/@contrast/common/lib/constants.js +16 -7
  33. package/node_modules/@contrast/common/lib/types.d.ts +5 -1
  34. package/node_modules/@contrast/common/package.json +1 -1
  35. package/node_modules/@contrast/config/lib/common.js +1 -0
  36. package/node_modules/@contrast/config/lib/options.js +7 -1
  37. package/node_modules/@contrast/config/package.json +3 -3
  38. package/node_modules/@contrast/core/package.json +5 -5
  39. package/node_modules/@contrast/deadzones/package.json +5 -5
  40. package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.js +1 -10
  41. package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.js +1 -1
  42. package/node_modules/@contrast/dep-hooks/lib/index.d.ts +1 -1
  43. package/node_modules/@contrast/dep-hooks/lib/index.js +1 -1
  44. package/node_modules/@contrast/dep-hooks/lib/package-finder.d.ts +3 -2
  45. package/node_modules/@contrast/dep-hooks/lib/package-finder.js +14 -4
  46. package/node_modules/@contrast/dep-hooks/package.json +4 -4
  47. package/node_modules/@contrast/esm-hooks/README.md +2 -2
  48. package/node_modules/@contrast/esm-hooks/package.json +6 -6
  49. package/node_modules/@contrast/instrumentation/package.json +5 -5
  50. package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +166 -224
  51. package/node_modules/@contrast/library-analysis/lib/install/library-reporting/index.js +2 -11
  52. package/node_modules/@contrast/library-analysis/lib/install/library-reporting/utils.js +2 -0
  53. package/node_modules/@contrast/library-analysis/lib/install/library-usage/index.js +3 -1
  54. package/node_modules/@contrast/library-analysis/lib/util.js +0 -2
  55. package/node_modules/@contrast/library-analysis/package.json +4 -4
  56. package/node_modules/@contrast/logger/package.json +4 -4
  57. package/node_modules/@contrast/metrics/package.json +6 -6
  58. package/node_modules/@contrast/patcher/package.json +2 -2
  59. package/node_modules/@contrast/protect/lib/error-handlers/index.js +1 -1
  60. package/node_modules/@contrast/protect/lib/error-handlers/install/{koa2.js → koa.js} +4 -4
  61. package/node_modules/@contrast/protect/lib/index.d.ts +1 -1
  62. package/node_modules/@contrast/protect/lib/input-analysis/index.js +2 -3
  63. package/node_modules/@contrast/protect/lib/input-analysis/install/koa-bodyparsers.js +92 -0
  64. package/node_modules/@contrast/protect/lib/input-analysis/install/{koa2.js → koa.js} +5 -5
  65. package/node_modules/@contrast/protect/lib/input-tracing/install/fs.js +0 -8
  66. package/node_modules/@contrast/protect/package.json +11 -11
  67. package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.js +6 -10
  68. package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/routes-observed.js +4 -0
  69. package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/index.d.ts +1 -1
  70. package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/index.js +1 -1
  71. package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/translations.d.ts +1 -1
  72. package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/translations.js +22 -9
  73. package/node_modules/@contrast/reporter/lib/reporters/file.js +1 -1
  74. package/node_modules/@contrast/reporter/package.json +6 -6
  75. package/node_modules/@contrast/rewriter/package.json +5 -5
  76. package/node_modules/@contrast/route-coverage/lib/index.d.ts +2 -2
  77. package/node_modules/@contrast/route-coverage/lib/index.js +12 -2
  78. package/node_modules/@contrast/route-coverage/lib/install/express.js +535 -0
  79. package/node_modules/@contrast/route-coverage/lib/install/fastify/fastify-express.js +71 -0
  80. package/node_modules/@contrast/route-coverage/lib/install/fastify/fastify-middie.js +67 -0
  81. package/node_modules/@contrast/route-coverage/lib/install/{fastify.js → fastify/fastify.js} +32 -22
  82. package/node_modules/@contrast/route-coverage/lib/install/{express → fastify}/index.js +6 -5
  83. package/node_modules/@contrast/route-coverage/lib/install/graphql.js +6 -1
  84. package/node_modules/@contrast/route-coverage/lib/install/koa.js +39 -45
  85. package/node_modules/@contrast/route-coverage/lib/install/socket.io.js +127 -0
  86. package/node_modules/@contrast/route-coverage/lib/utils/route-info.js +26 -1
  87. package/node_modules/@contrast/route-coverage/package.json +8 -8
  88. package/node_modules/@contrast/scopes/package.json +5 -5
  89. package/node_modules/@contrast/sec-obs/package.json +9 -9
  90. package/node_modules/@contrast/sources/lib/index.js +65 -22
  91. package/node_modules/@contrast/sources/lib/index.test.js +78 -33
  92. package/node_modules/@contrast/sources/lib/source-info.js +1 -10
  93. package/node_modules/@contrast/sources/package.json +3 -3
  94. package/node_modules/@contrast/telemetry/package.json +5 -5
  95. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +697 -30
  96. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +697 -30
  97. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
  98. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +6 -0
  99. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +6 -0
  100. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
  101. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +877 -49
  102. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +877 -49
  103. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
  104. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +13 -4
  105. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +13 -4
  106. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
  107. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
  108. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
  109. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
  110. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +697 -30
  111. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +697 -30
  112. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
  113. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +6 -0
  114. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +6 -0
  115. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
  116. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +877 -49
  117. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +877 -49
  118. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
  119. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +13 -4
  120. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +13 -4
  121. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
  122. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
  123. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
  124. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
  125. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +697 -30
  126. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +729 -61
  127. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
  128. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +6 -0
  129. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +7 -1
  130. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
  131. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +877 -49
  132. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +886 -56
  133. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
  134. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +13 -4
  135. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +13 -4
  136. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
  137. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
  138. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
  139. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
  140. package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -5
  141. package/node_modules/{pino → @pinojs/redact}/.github/dependabot.yml +1 -1
  142. package/node_modules/@pinojs/redact/.github/workflows/ci.yml +48 -0
  143. package/node_modules/@pinojs/redact/.github/workflows/publish-release.yml +43 -0
  144. package/node_modules/{pino/node_modules/sonic-boom → @pinojs/redact}/LICENSE +1 -1
  145. package/node_modules/@pinojs/redact/README.md +350 -0
  146. package/node_modules/@pinojs/redact/benchmarks/basic.js +184 -0
  147. package/node_modules/@pinojs/redact/eslint.config.js +1 -0
  148. package/node_modules/@pinojs/redact/index.d.ts +52 -0
  149. package/node_modules/@pinojs/redact/index.js +529 -0
  150. package/node_modules/@pinojs/redact/index.test-d.ts +22 -0
  151. package/node_modules/@pinojs/redact/package.json +37 -0
  152. package/node_modules/@pinojs/redact/scripts/sync-version.mjs +20 -0
  153. package/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js +211 -0
  154. package/node_modules/@pinojs/redact/test/index.test.js +824 -0
  155. package/node_modules/@pinojs/redact/test/integration.test.js +390 -0
  156. package/node_modules/@pinojs/redact/test/multiple-wildcards.test.js +227 -0
  157. package/node_modules/@pinojs/redact/test/prototype-pollution.test.js +223 -0
  158. package/node_modules/@pinojs/redact/test/selective-clone.test.js +115 -0
  159. package/node_modules/@pinojs/redact/tsconfig.json +19 -0
  160. package/node_modules/@types/node/README.md +1 -1
  161. package/node_modules/@types/node/assert.d.ts +37 -2
  162. package/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  163. package/node_modules/@types/node/buffer.d.ts +8 -4
  164. package/node_modules/@types/node/child_process.d.ts +65 -42
  165. package/node_modules/@types/node/cluster.d.ts +4 -5
  166. package/node_modules/@types/node/console.d.ts +3 -2
  167. package/node_modules/@types/node/crypto.d.ts +1079 -338
  168. package/node_modules/@types/node/dgram.d.ts +9 -8
  169. package/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
  170. package/node_modules/@types/node/dns.d.ts +1 -1
  171. package/node_modules/@types/node/events.d.ts +1 -1
  172. package/node_modules/@types/node/fs/promises.d.ts +39 -21
  173. package/node_modules/@types/node/fs.d.ts +104 -87
  174. package/node_modules/@types/node/globals.d.ts +2 -0
  175. package/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  176. package/node_modules/@types/node/http.d.ts +66 -27
  177. package/node_modules/@types/node/http2.d.ts +178 -52
  178. package/node_modules/@types/node/https.d.ts +91 -62
  179. package/node_modules/@types/node/index.d.ts +2 -0
  180. package/node_modules/@types/node/inspector.d.ts +24 -0
  181. package/node_modules/@types/node/inspector.generated.d.ts +181 -0
  182. package/node_modules/@types/node/net.d.ts +12 -11
  183. package/node_modules/@types/node/os.d.ts +14 -3
  184. package/node_modules/@types/node/package.json +3 -3
  185. package/node_modules/@types/node/perf_hooks.d.ts +6 -8
  186. package/node_modules/@types/node/process.d.ts +19 -23
  187. package/node_modules/@types/node/readline/promises.d.ts +1 -1
  188. package/node_modules/@types/node/sea.d.ts +9 -0
  189. package/node_modules/@types/node/sqlite.d.ts +226 -10
  190. package/node_modules/@types/node/stream/consumers.d.ts +2 -2
  191. package/node_modules/@types/node/stream/web.d.ts +6 -55
  192. package/node_modules/@types/node/stream.d.ts +38 -23
  193. package/node_modules/@types/node/string_decoder.d.ts +2 -2
  194. package/node_modules/@types/node/test.d.ts +29 -3
  195. package/node_modules/@types/node/tls.d.ts +90 -66
  196. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  197. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  198. package/node_modules/@types/node/ts5.6/index.d.ts +2 -0
  199. package/node_modules/@types/node/ts5.7/index.d.ts +2 -0
  200. package/node_modules/@types/node/url.d.ts +34 -10
  201. package/node_modules/@types/node/util.d.ts +12 -3
  202. package/node_modules/@types/node/v8.d.ts +38 -5
  203. package/node_modules/@types/node/vm.d.ts +169 -88
  204. package/node_modules/@types/node/wasi.d.ts +1 -1
  205. package/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  206. package/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  207. package/node_modules/@types/node/worker_threads.d.ts +76 -1
  208. package/node_modules/@types/node/zlib.d.ts +25 -24
  209. package/node_modules/axios/CHANGELOG.md +410 -346
  210. package/node_modules/axios/README.md +79 -51
  211. package/node_modules/axios/dist/axios.js +121 -46
  212. package/node_modules/axios/dist/axios.js.map +1 -1
  213. package/node_modules/axios/dist/axios.min.js +2 -2
  214. package/node_modules/axios/dist/axios.min.js.map +1 -1
  215. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  216. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  217. package/node_modules/axios/dist/esm/axios.js +126 -57
  218. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  219. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  220. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  221. package/node_modules/axios/dist/node/axios.cjs +351 -97
  222. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  223. package/node_modules/axios/index.d.cts +4 -0
  224. package/node_modules/axios/index.d.ts +4 -0
  225. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  226. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  227. package/node_modules/axios/lib/adapters/http.js +224 -42
  228. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  229. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  230. package/node_modules/axios/lib/env/data.js +1 -1
  231. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  232. package/node_modules/axios/lib/helpers/bind.js +7 -0
  233. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  234. package/node_modules/axios/package.json +9 -4
  235. package/node_modules/detect-libc/lib/filesystem.js +1 -1
  236. package/node_modules/detect-libc/package.json +3 -1
  237. package/node_modules/form-data/CHANGELOG.md +60 -2
  238. package/node_modules/form-data/README.md +4 -4
  239. package/node_modules/form-data/lib/form_data.js +2 -2
  240. package/node_modules/form-data/package.json +4 -4
  241. package/node_modules/ipaddr.js/README.md +1 -0
  242. package/node_modules/ipaddr.js/ipaddr.min.js +1 -1
  243. package/node_modules/ipaddr.js/lib/ipaddr.js +11 -0
  244. package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +1 -0
  245. package/node_modules/ipaddr.js/package.json +2 -3
  246. package/node_modules/nan/.github/workflows/ci.yml +3 -1
  247. package/node_modules/nan/CHANGELOG.md +4 -1
  248. package/node_modules/nan/README.md +2 -2
  249. package/node_modules/nan/nan.h +25 -15
  250. package/node_modules/nan/nan_maybe_43_inl.h +5 -1
  251. package/node_modules/nan/package.json +2 -2
  252. package/node_modules/node-abi/abi_registry.json +19 -2
  253. package/node_modules/node-abi/package.json +3 -6
  254. package/node_modules/pino/CONTRIBUTING.md +4 -0
  255. package/node_modules/pino/LICENSE +1 -1
  256. package/node_modules/pino/README.md +20 -3
  257. package/node_modules/pino/benchmarks/basic.bench.js +1 -1
  258. package/node_modules/pino/benchmarks/child-child.bench.js +1 -1
  259. package/node_modules/pino/benchmarks/child-creation.bench.js +1 -1
  260. package/node_modules/pino/benchmarks/child.bench.js +1 -1
  261. package/node_modules/pino/benchmarks/deep-object.bench.js +1 -1
  262. package/node_modules/pino/benchmarks/internal/just-pino-heavy.bench.js +1 -1
  263. package/node_modules/pino/benchmarks/internal/just-pino.bench.js +1 -1
  264. package/node_modules/pino/benchmarks/internal/redact.bench.js +1 -1
  265. package/node_modules/pino/benchmarks/long-string.bench.js +1 -1
  266. package/node_modules/pino/benchmarks/multi-arg.bench.js +1 -1
  267. package/node_modules/pino/benchmarks/multistream.js +1 -1
  268. package/node_modules/pino/benchmarks/object.bench.js +1 -1
  269. package/node_modules/pino/benchmarks/utils/generate-benchmark-doc.js +2 -2
  270. package/node_modules/pino/benchmarks/utils/runbench.js +3 -3
  271. package/node_modules/pino/benchmarks/utils/wrap-log-level.js +2 -2
  272. package/node_modules/pino/browser.js +76 -36
  273. package/node_modules/pino/build/sync-version.js +18 -3
  274. package/node_modules/pino/docs/api.md +155 -13
  275. package/node_modules/pino/docs/browser.md +16 -1
  276. package/node_modules/pino/docs/bundling.md +5 -3
  277. package/node_modules/pino/docs/diagnostics.md +16 -0
  278. package/node_modules/pino/docs/ecosystem.md +15 -12
  279. package/node_modules/pino/docs/help.md +29 -3
  280. package/node_modules/pino/docs/lts.md +5 -4
  281. package/node_modules/pino/docs/transports.md +442 -271
  282. package/node_modules/pino/docs/web.md +59 -9
  283. package/node_modules/pino/eslint.config.js +19 -0
  284. package/node_modules/pino/examples/transport.js +2 -2
  285. package/node_modules/pino/file.js +1 -1
  286. package/node_modules/pino/lib/meta.js +1 -1
  287. package/node_modules/pino/lib/multistream.js +17 -2
  288. package/node_modules/pino/lib/proto.js +35 -11
  289. package/node_modules/pino/lib/redaction.js +9 -13
  290. package/node_modules/pino/lib/time.js +29 -1
  291. package/node_modules/pino/lib/tools.js +37 -8
  292. package/node_modules/pino/lib/transport-stream.js +10 -4
  293. package/node_modules/pino/lib/transport.js +23 -9
  294. package/node_modules/pino/lib/worker.js +164 -24
  295. package/node_modules/pino/package.json +28 -27
  296. package/node_modules/pino/pino.d.ts +244 -203
  297. package/node_modules/pino/pino.js +7 -3
  298. package/node_modules/pino/test/basic.test.js +181 -169
  299. package/node_modules/pino/test/broken-pipe.test.js +18 -16
  300. package/node_modules/pino/test/browser-child.test.js +26 -0
  301. package/node_modules/pino/test/browser-is-level-enabled.test.js +101 -0
  302. package/node_modules/pino/test/browser-serializers.test.js +0 -2
  303. package/node_modules/pino/test/browser-transmit.test.js +68 -0
  304. package/node_modules/pino/test/browser.test.js +98 -13
  305. package/node_modules/pino/test/complex-objects.test.js +8 -6
  306. package/node_modules/pino/test/crlf.test.js +7 -5
  307. package/node_modules/pino/test/custom-levels.test.js +80 -66
  308. package/node_modules/pino/test/diagnostics.test.js +107 -0
  309. package/node_modules/pino/test/error-key.test.js +37 -0
  310. package/node_modules/pino/test/error.test.js +48 -43
  311. package/node_modules/pino/test/escaping.test.js +8 -6
  312. package/node_modules/pino/test/esm/esm.mjs +5 -3
  313. package/node_modules/pino/test/esm/index.test.js +14 -27
  314. package/node_modules/pino/test/esm/named-exports.mjs +9 -8
  315. package/node_modules/pino/test/exit.test.js +18 -16
  316. package/node_modules/pino/test/fixtures/broken-pipe/basic.js +1 -1
  317. package/node_modules/pino/test/fixtures/broken-pipe/destination.js +1 -1
  318. package/node_modules/pino/test/fixtures/broken-pipe/syncfalse.js +1 -1
  319. package/node_modules/pino/test/fixtures/console-transport.js +1 -1
  320. package/node_modules/pino/test/fixtures/crashing-transport.js +13 -0
  321. package/node_modules/pino/test/fixtures/default-exit.js +1 -1
  322. package/node_modules/pino/test/fixtures/destination-exit.js +1 -1
  323. package/node_modules/pino/test/fixtures/noop-transport.js +1 -1
  324. package/node_modules/pino/test/fixtures/pretty/null-prototype.js +1 -1
  325. package/node_modules/pino/test/fixtures/stdout-hack-protection.js +1 -1
  326. package/node_modules/pino/test/fixtures/syncfalse-child.js +1 -1
  327. package/node_modules/pino/test/fixtures/syncfalse-exit.js +1 -1
  328. package/node_modules/pino/test/fixtures/syncfalse-flush-exit.js +1 -1
  329. package/node_modules/pino/test/fixtures/syncfalse.js +1 -1
  330. package/node_modules/pino/test/fixtures/syntax-error-esm.mjs +2 -0
  331. package/node_modules/pino/test/fixtures/to-file-transport-with-transform.js +3 -3
  332. package/node_modules/pino/test/fixtures/to-file-transport.js +2 -2
  333. package/node_modules/pino/test/fixtures/to-file-transport.mjs +2 -2
  334. package/node_modules/pino/test/fixtures/transport/index.js +2 -2
  335. package/node_modules/pino/test/fixtures/transport-main.js +1 -1
  336. package/node_modules/pino/test/fixtures/transport-transform.js +1 -1
  337. package/node_modules/pino/test/fixtures/transport-uses-pino-config.js +1 -1
  338. package/node_modules/pino/test/fixtures/transport-worker-data.js +1 -1
  339. package/node_modules/pino/test/fixtures/transport-worker.js +2 -2
  340. package/node_modules/pino/test/fixtures/ts/to-file-transport-with-transform.ts +3 -3
  341. package/node_modules/pino/test/fixtures/ts/to-file-transport.ts +2 -2
  342. package/node_modules/pino/test/fixtures/ts/transpile.cjs +1 -1
  343. package/node_modules/pino/test/fixtures/ts/transport-exit-immediately-with-async-dest.ts +1 -1
  344. package/node_modules/pino/test/fixtures/ts/transport-main.ts +1 -1
  345. package/node_modules/pino/test/fixtures/ts/transport-worker.ts +1 -1
  346. package/node_modules/pino/test/formatters.test.js +46 -37
  347. package/node_modules/pino/test/helper.d.ts +1 -1
  348. package/node_modules/pino/test/helper.js +37 -10
  349. package/node_modules/pino/test/hooks.test.js +45 -28
  350. package/node_modules/pino/test/http.test.js +39 -67
  351. package/node_modules/pino/test/internals/version.test.js +11 -9
  352. package/node_modules/pino/test/is-level-enabled.test.js +66 -72
  353. package/node_modules/pino/test/levels.test.js +245 -141
  354. package/node_modules/pino/test/metadata.test.js +45 -31
  355. package/node_modules/pino/test/mixin-merge-strategy.test.js +9 -7
  356. package/node_modules/pino/test/mixin.test.js +63 -40
  357. package/node_modules/pino/test/multistream.test.js +174 -118
  358. package/node_modules/pino/test/redact.test.js +172 -126
  359. package/node_modules/pino/test/serializers.test.js +61 -57
  360. package/node_modules/pino/test/stdout-protection.test.js +14 -12
  361. package/node_modules/pino/test/syncfalse.test.js +29 -34
  362. package/node_modules/pino/test/timestamp-nano.test.js +37 -0
  363. package/node_modules/pino/test/timestamp.test.js +37 -34
  364. package/node_modules/pino/test/transport/big.test.js +11 -12
  365. package/node_modules/pino/test/transport/bundlers-support.test.js +15 -43
  366. package/node_modules/pino/test/transport/caller.test.js +9 -8
  367. package/node_modules/pino/test/transport/core.test.js +175 -145
  368. package/node_modules/pino/test/transport/core.transpiled.test.ts +17 -19
  369. package/node_modules/pino/test/transport/crash.test.js +36 -0
  370. package/node_modules/pino/test/transport/module-link.test.js +21 -19
  371. package/node_modules/pino/test/transport/pipeline.test.js +109 -8
  372. package/node_modules/pino/test/transport/repl.test.js +4 -3
  373. package/node_modules/pino/test/transport/{syncfalse.test.js → sync-false.test.js} +14 -12
  374. package/node_modules/pino/test/transport/sync-true.test.js +57 -0
  375. package/node_modules/pino/test/transport/targets.test.js +25 -5
  376. package/node_modules/pino/test/transport/uses-pino-config.test.js +16 -17
  377. package/node_modules/pino/test/transport-stream.test.js +40 -0
  378. package/node_modules/pino/test/types/{pino-import.test-d.ts → pino-import.test-d.cts} +4 -3
  379. package/node_modules/pino/test/types/pino-multistream.test-d.ts +1 -1
  380. package/node_modules/pino/test/types/pino-top-export.test-d.ts +1 -0
  381. package/node_modules/pino/test/types/pino-transport.test-d.ts +1 -1
  382. package/node_modules/pino/test/types/pino-type-only.test-d.ts +24 -6
  383. package/node_modules/pino/test/types/pino.test-d.ts +161 -6
  384. package/node_modules/pino/test/types/pino.ts +31 -19
  385. package/node_modules/pino/tsconfig.json +1 -1
  386. package/node_modules/pino-abstract-transport/.github/workflows/ci.yml +2 -4
  387. package/node_modules/pino-abstract-transport/index.js +1 -1
  388. package/node_modules/pino-abstract-transport/package.json +2 -3
  389. package/node_modules/pino-abstract-transport/test/base.test.js +1 -1
  390. package/node_modules/pino-abstract-transport/test/worker.test.js +7 -14
  391. package/node_modules/pino-std-serializers/.github/workflows/ci.yml +5 -5
  392. package/node_modules/pino-std-serializers/Readme.md +1 -0
  393. package/node_modules/pino-std-serializers/package.json +9 -8
  394. package/node_modules/pino-std-serializers/test/err-with-cause.test.js +72 -88
  395. package/node_modules/pino-std-serializers/test/err.test.js +76 -91
  396. package/node_modules/pino-std-serializers/test/req.test.js +142 -98
  397. package/node_modules/pino-std-serializers/test/res.test.js +42 -31
  398. package/node_modules/process-warning/.github/dependabot.yml +1 -1
  399. package/node_modules/process-warning/.github/workflows/ci.yml +1 -2
  400. package/node_modules/process-warning/README.md +4 -4
  401. package/node_modules/process-warning/eslint.config.js +6 -0
  402. package/node_modules/process-warning/package.json +39 -8
  403. package/node_modules/process-warning/test/emit-interpolated-string.test.js +11 -6
  404. package/node_modules/process-warning/test/emit-once-only.test.js +11 -6
  405. package/node_modules/process-warning/test/emit-reset.test.js +10 -6
  406. package/node_modules/process-warning/test/emit-set.test.js +10 -5
  407. package/node_modules/process-warning/test/emit-unlimited.test.js +12 -7
  408. package/node_modules/process-warning/test/index.test.js +20 -20
  409. package/node_modules/process-warning/test/issue-88.test.js +8 -3
  410. package/node_modules/process-warning/test/jest.test.js +17 -15
  411. package/node_modules/process-warning/test/no-warnings.test.js +9 -9
  412. package/node_modules/process-warning/test/promise.js +10 -0
  413. package/node_modules/process-warning/types/index.d.ts +5 -5
  414. package/node_modules/semver/classes/range.js +1 -0
  415. package/node_modules/semver/classes/semver.js +19 -5
  416. package/node_modules/semver/internal/identifiers.js +4 -0
  417. package/node_modules/semver/package.json +3 -3
  418. package/node_modules/thread-stream/.github/workflows/ci.yml +4 -8
  419. package/node_modules/thread-stream/index.d.ts +4 -5
  420. package/node_modules/thread-stream/lib/worker.js +5 -2
  421. package/node_modules/thread-stream/package.json +6 -4
  422. package/node_modules/thread-stream/test/base.test.js +12 -0
  423. package/node_modules/thread-stream/test/never-drain.test.js +3 -1
  424. package/node_modules/thread-stream/test/pkg/pkg.test.js +2 -0
  425. package/node_modules/thread-stream/test/syntax-error.mjs +2 -0
  426. package/node_modules/thread-stream/tsconfig.json +8 -0
  427. package/node_modules/undici-types/agent.d.ts +1 -0
  428. package/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  429. package/node_modules/undici-types/errors.d.ts +5 -15
  430. package/node_modules/undici-types/eventsource.d.ts +6 -1
  431. package/node_modules/undici-types/index.d.ts +4 -1
  432. package/node_modules/undici-types/interceptors.d.ts +5 -0
  433. package/node_modules/undici-types/package.json +1 -1
  434. package/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  435. package/node_modules/undici-types/webidl.d.ts +82 -21
  436. package/node_modules/yaml/browser/dist/compose/compose-collection.js +1 -1
  437. package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -1
  438. package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -2
  439. package/node_modules/yaml/browser/dist/errors.js +1 -1
  440. package/node_modules/yaml/browser/dist/nodes/Alias.js +1 -1
  441. package/node_modules/yaml/browser/dist/parse/parser.js +2 -2
  442. package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +1 -1
  443. package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
  444. package/node_modules/yaml/dist/compose/compose-collection.js +1 -1
  445. package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -1
  446. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -2
  447. package/node_modules/yaml/dist/errors.js +1 -1
  448. package/node_modules/yaml/dist/nodes/Alias.js +1 -1
  449. package/node_modules/yaml/dist/parse/parser.js +2 -2
  450. package/node_modules/yaml/dist/stringify/stringifyNumber.js +1 -1
  451. package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
  452. package/node_modules/yaml/package.json +4 -4
  453. package/package.json +3 -3
  454. package/node_modules/@contrast/protect/lib/input-analysis/install/koa-body5.js +0 -63
  455. package/node_modules/@contrast/protect/lib/input-analysis/install/koa-bodyparser4.js +0 -64
  456. package/node_modules/@contrast/route-coverage/lib/install/express/express4.js +0 -157
  457. package/node_modules/@contrast/route-coverage/lib/install/express/express5.js +0 -538
  458. package/node_modules/abort-controller/LICENSE +0 -21
  459. package/node_modules/abort-controller/README.md +0 -98
  460. package/node_modules/abort-controller/browser.js +0 -13
  461. package/node_modules/abort-controller/browser.mjs +0 -11
  462. package/node_modules/abort-controller/dist/abort-controller.d.ts +0 -43
  463. package/node_modules/abort-controller/dist/abort-controller.js +0 -127
  464. package/node_modules/abort-controller/dist/abort-controller.js.map +0 -1
  465. package/node_modules/abort-controller/dist/abort-controller.mjs +0 -118
  466. package/node_modules/abort-controller/dist/abort-controller.mjs.map +0 -1
  467. package/node_modules/abort-controller/dist/abort-controller.umd.js +0 -5
  468. package/node_modules/abort-controller/dist/abort-controller.umd.js.map +0 -1
  469. package/node_modules/abort-controller/package.json +0 -97
  470. package/node_modules/abort-controller/polyfill.js +0 -21
  471. package/node_modules/abort-controller/polyfill.mjs +0 -19
  472. package/node_modules/base64-js/LICENSE +0 -21
  473. package/node_modules/base64-js/README.md +0 -34
  474. package/node_modules/base64-js/base64js.min.js +0 -1
  475. package/node_modules/base64-js/index.d.ts +0 -3
  476. package/node_modules/base64-js/index.js +0 -150
  477. package/node_modules/base64-js/package.json +0 -47
  478. package/node_modules/buffer/AUTHORS.md +0 -73
  479. package/node_modules/buffer/LICENSE +0 -21
  480. package/node_modules/buffer/README.md +0 -410
  481. package/node_modules/buffer/index.d.ts +0 -194
  482. package/node_modules/buffer/index.js +0 -2106
  483. package/node_modules/buffer/package.json +0 -93
  484. package/node_modules/event-target-shim/LICENSE +0 -22
  485. package/node_modules/event-target-shim/README.md +0 -293
  486. package/node_modules/event-target-shim/dist/event-target-shim.js +0 -871
  487. package/node_modules/event-target-shim/dist/event-target-shim.js.map +0 -1
  488. package/node_modules/event-target-shim/dist/event-target-shim.mjs +0 -862
  489. package/node_modules/event-target-shim/dist/event-target-shim.mjs.map +0 -1
  490. package/node_modules/event-target-shim/dist/event-target-shim.umd.js +0 -6
  491. package/node_modules/event-target-shim/dist/event-target-shim.umd.js.map +0 -1
  492. package/node_modules/event-target-shim/index.d.ts +0 -399
  493. package/node_modules/event-target-shim/package.json +0 -82
  494. package/node_modules/events/.airtap.yml +0 -15
  495. package/node_modules/events/.github/FUNDING.yml +0 -12
  496. package/node_modules/events/.travis.yml +0 -18
  497. package/node_modules/events/History.md +0 -118
  498. package/node_modules/events/LICENSE +0 -22
  499. package/node_modules/events/Readme.md +0 -50
  500. package/node_modules/events/events.js +0 -497
  501. package/node_modules/events/package.json +0 -37
  502. package/node_modules/events/security.md +0 -10
  503. package/node_modules/events/tests/add-listeners.js +0 -111
  504. package/node_modules/events/tests/check-listener-leaks.js +0 -101
  505. package/node_modules/events/tests/common.js +0 -104
  506. package/node_modules/events/tests/errors.js +0 -13
  507. package/node_modules/events/tests/events-list.js +0 -28
  508. package/node_modules/events/tests/events-once.js +0 -234
  509. package/node_modules/events/tests/index.js +0 -64
  510. package/node_modules/events/tests/legacy-compat.js +0 -16
  511. package/node_modules/events/tests/listener-count.js +0 -37
  512. package/node_modules/events/tests/listeners-side-effects.js +0 -56
  513. package/node_modules/events/tests/listeners.js +0 -168
  514. package/node_modules/events/tests/max-listeners.js +0 -47
  515. package/node_modules/events/tests/method-names.js +0 -35
  516. package/node_modules/events/tests/modify-in-emit.js +0 -90
  517. package/node_modules/events/tests/num-args.js +0 -60
  518. package/node_modules/events/tests/once.js +0 -83
  519. package/node_modules/events/tests/prepend.js +0 -31
  520. package/node_modules/events/tests/remove-all-listeners.js +0 -133
  521. package/node_modules/events/tests/remove-listeners.js +0 -212
  522. package/node_modules/events/tests/set-max-listeners-side-effects.js +0 -31
  523. package/node_modules/events/tests/special-event-names.js +0 -45
  524. package/node_modules/events/tests/subclass.js +0 -66
  525. package/node_modules/events/tests/symbols.js +0 -25
  526. package/node_modules/fast-redact/.github/workflows/ci.yml +0 -37
  527. package/node_modules/fast-redact/LICENSE +0 -21
  528. package/node_modules/fast-redact/benchmark/index.js +0 -223
  529. package/node_modules/fast-redact/example/default-usage.js +0 -14
  530. package/node_modules/fast-redact/example/intermediate-wildcard-array.js +0 -11
  531. package/node_modules/fast-redact/example/multi-wildcard-array-depth.js +0 -11
  532. package/node_modules/fast-redact/example/multi-wildcard-array-end.js +0 -11
  533. package/node_modules/fast-redact/example/multi-wildcard-array.js +0 -11
  534. package/node_modules/fast-redact/example/serialize-false.js +0 -11
  535. package/node_modules/fast-redact/example/serialize-function.js +0 -4
  536. package/node_modules/fast-redact/example/top-wildcard-object.js +0 -9
  537. package/node_modules/fast-redact/index.js +0 -56
  538. package/node_modules/fast-redact/lib/modifiers.js +0 -291
  539. package/node_modules/fast-redact/lib/parse.js +0 -44
  540. package/node_modules/fast-redact/lib/redactor.js +0 -108
  541. package/node_modules/fast-redact/lib/restorer.js +0 -92
  542. package/node_modules/fast-redact/lib/rx.js +0 -16
  543. package/node_modules/fast-redact/lib/state.js +0 -20
  544. package/node_modules/fast-redact/lib/validator.js +0 -33
  545. package/node_modules/fast-redact/package.json +0 -50
  546. package/node_modules/fast-redact/readme.md +0 -282
  547. package/node_modules/fast-redact/test/index.js +0 -1502
  548. package/node_modules/ieee754/LICENSE +0 -11
  549. package/node_modules/ieee754/README.md +0 -51
  550. package/node_modules/ieee754/index.d.ts +0 -10
  551. package/node_modules/ieee754/index.js +0 -85
  552. package/node_modules/ieee754/package.json +0 -52
  553. package/node_modules/pino/.eslintignore +0 -2
  554. package/node_modules/pino/.eslintrc +0 -8
  555. package/node_modules/pino/.github/workflows/bench.yml +0 -61
  556. package/node_modules/pino/.github/workflows/ci.yml +0 -86
  557. package/node_modules/pino/.github/workflows/lock-threads.yml +0 -30
  558. package/node_modules/pino/.github/workflows/package-manager-ci.yml +0 -99
  559. package/node_modules/pino/.github/workflows/target-main.yml +0 -23
  560. package/node_modules/pino/.taprc.yaml +0 -8
  561. package/node_modules/pino/docsify/sidebar.md +0 -26
  562. package/node_modules/pino/favicon-16x16.png +0 -0
  563. package/node_modules/pino/favicon-32x32.png +0 -0
  564. package/node_modules/pino/lib/worker-pipeline.js +0 -38
  565. package/node_modules/pino/node_modules/sonic-boom/.eslintignore +0 -2
  566. package/node_modules/pino/node_modules/sonic-boom/.husky/pre-commit +0 -4
  567. package/node_modules/pino/node_modules/sonic-boom/.taprc.yaml +0 -11
  568. package/node_modules/pino/node_modules/sonic-boom/README.md +0 -151
  569. package/node_modules/pino/node_modules/sonic-boom/bench.js +0 -98
  570. package/node_modules/pino/node_modules/sonic-boom/check.js +0 -18
  571. package/node_modules/pino/node_modules/sonic-boom/example.js +0 -8
  572. package/node_modules/pino/node_modules/sonic-boom/fixtures/firehose.js +0 -22
  573. package/node_modules/pino/node_modules/sonic-boom/index.js +0 -690
  574. package/node_modules/pino/node_modules/sonic-boom/package.json +0 -50
  575. package/node_modules/pino/node_modules/sonic-boom/test/destroy.test.js +0 -49
  576. package/node_modules/pino/node_modules/sonic-boom/test/end.test.js +0 -98
  577. package/node_modules/pino/node_modules/sonic-boom/test/flush-sync.test.js +0 -140
  578. package/node_modules/pino/node_modules/sonic-boom/test/flush.test.js +0 -419
  579. package/node_modules/pino/node_modules/sonic-boom/test/fsync.test.js +0 -63
  580. package/node_modules/pino/node_modules/sonic-boom/test/helper.js +0 -42
  581. package/node_modules/pino/node_modules/sonic-boom/test/minlength.test.js +0 -35
  582. package/node_modules/pino/node_modules/sonic-boom/test/mode.test.js +0 -116
  583. package/node_modules/pino/node_modules/sonic-boom/test/reopen.test.js +0 -239
  584. package/node_modules/pino/node_modules/sonic-boom/test/retry.test.js +0 -414
  585. package/node_modules/pino/node_modules/sonic-boom/test/sync.test.js +0 -261
  586. package/node_modules/pino/node_modules/sonic-boom/test/write.test.js +0 -465
  587. package/node_modules/pino/node_modules/sonic-boom/types/index.d.ts +0 -62
  588. package/node_modules/pino/node_modules/sonic-boom/types/tests/test.ts +0 -4
  589. package/node_modules/pino/pino-banner.png +0 -0
  590. package/node_modules/pino/pino-logo-hire.png +0 -0
  591. package/node_modules/pino/pino-tree.png +0 -0
  592. package/node_modules/pino/pretty-demo.png +0 -0
  593. package/node_modules/pino/test/errorKey.test.js +0 -34
  594. package/node_modules/pino/test/transport/core.test.ts +0 -236
  595. package/node_modules/pino-std-serializers/.taprc +0 -2
  596. package/node_modules/process/.eslintrc +0 -21
  597. package/node_modules/process/LICENSE +0 -22
  598. package/node_modules/process/README.md +0 -26
  599. package/node_modules/process/browser.js +0 -184
  600. package/node_modules/process/index.js +0 -2
  601. package/node_modules/process/package.json +0 -27
  602. package/node_modules/process/test.js +0 -199
  603. package/node_modules/process-warning/.taprc +0 -2
  604. package/node_modules/readable-stream/LICENSE +0 -47
  605. package/node_modules/readable-stream/README.md +0 -116
  606. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -4
  607. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -4
  608. package/node_modules/readable-stream/lib/_stream_readable.js +0 -4
  609. package/node_modules/readable-stream/lib/_stream_transform.js +0 -4
  610. package/node_modules/readable-stream/lib/_stream_writable.js +0 -4
  611. package/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +0 -52
  612. package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -157
  613. package/node_modules/readable-stream/lib/internal/streams/compose.js +0 -194
  614. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -290
  615. package/node_modules/readable-stream/lib/internal/streams/duplex.js +0 -143
  616. package/node_modules/readable-stream/lib/internal/streams/duplexify.js +0 -378
  617. package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -286
  618. package/node_modules/readable-stream/lib/internal/streams/from.js +0 -98
  619. package/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +0 -51
  620. package/node_modules/readable-stream/lib/internal/streams/legacy.js +0 -89
  621. package/node_modules/readable-stream/lib/internal/streams/operators.js +0 -457
  622. package/node_modules/readable-stream/lib/internal/streams/passthrough.js +0 -39
  623. package/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -471
  624. package/node_modules/readable-stream/lib/internal/streams/readable.js +0 -1290
  625. package/node_modules/readable-stream/lib/internal/streams/state.js +0 -39
  626. package/node_modules/readable-stream/lib/internal/streams/transform.js +0 -180
  627. package/node_modules/readable-stream/lib/internal/streams/utils.js +0 -327
  628. package/node_modules/readable-stream/lib/internal/streams/writable.js +0 -819
  629. package/node_modules/readable-stream/lib/internal/validators.js +0 -530
  630. package/node_modules/readable-stream/lib/ours/browser.js +0 -35
  631. package/node_modules/readable-stream/lib/ours/errors.js +0 -343
  632. package/node_modules/readable-stream/lib/ours/index.js +0 -65
  633. package/node_modules/readable-stream/lib/ours/primordials.js +0 -124
  634. package/node_modules/readable-stream/lib/ours/util/inspect.js +0 -55
  635. package/node_modules/readable-stream/lib/ours/util.js +0 -148
  636. package/node_modules/readable-stream/lib/stream/promises.js +0 -43
  637. package/node_modules/readable-stream/lib/stream.js +0 -143
  638. package/node_modules/readable-stream/package.json +0 -88
  639. package/node_modules/safe-buffer/LICENSE +0 -21
  640. package/node_modules/safe-buffer/README.md +0 -584
  641. package/node_modules/safe-buffer/index.d.ts +0 -187
  642. package/node_modules/safe-buffer/index.js +0 -65
  643. package/node_modules/safe-buffer/package.json +0 -51
  644. package/node_modules/string_decoder/LICENSE +0 -48
  645. package/node_modules/string_decoder/README.md +0 -47
  646. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  647. package/node_modules/string_decoder/package.json +0 -34
@@ -279,6 +279,34 @@ export declare const METRIC_CONTAINER_FILESYSTEM_CAPACITY: "container.filesystem
279
279
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
280
280
  */
281
281
  export declare const METRIC_CONTAINER_FILESYSTEM_USAGE: "container.filesystem.usage";
282
+ /**
283
+ * Container memory available.
284
+ *
285
+ * @note Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted.
286
+ * 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.
287
+ * 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.
288
+ *
289
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
290
+ */
291
+ export declare const METRIC_CONTAINER_MEMORY_AVAILABLE: "container.memory.available";
292
+ /**
293
+ * Container memory paging faults.
294
+ *
295
+ * @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.
296
+ * 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.
297
+ *
298
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
299
+ */
300
+ export declare const METRIC_CONTAINER_MEMORY_PAGING_FAULTS: "container.memory.paging.faults";
301
+ /**
302
+ * Container memory RSS.
303
+ *
304
+ * @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.
305
+ * 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.
306
+ *
307
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
308
+ */
309
+ export declare const METRIC_CONTAINER_MEMORY_RSS: "container.memory.rss";
282
310
  /**
283
311
  * Memory usage of the container.
284
312
  *
@@ -287,6 +315,15 @@ export declare const METRIC_CONTAINER_FILESYSTEM_USAGE: "container.filesystem.us
287
315
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
288
316
  */
289
317
  export declare const METRIC_CONTAINER_MEMORY_USAGE: "container.memory.usage";
318
+ /**
319
+ * Container memory working set.
320
+ *
321
+ * @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.
322
+ * 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.
323
+ *
324
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
325
+ */
326
+ export declare const METRIC_CONTAINER_MEMORY_WORKING_SET: "container.memory.working_set";
290
327
  /**
291
328
  * Network bytes for the container.
292
329
  *
@@ -1040,6 +1077,14 @@ export declare const METRIC_JVM_SYSTEM_CPU_UTILIZATION: "jvm.system.cpu.utilizat
1040
1077
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1041
1078
  */
1042
1079
  export declare const METRIC_K8S_CONTAINER_CPU_LIMIT: "k8s.container.cpu.limit";
1080
+ /**
1081
+ * The ratio of container CPU usage to its CPU limit.
1082
+ *
1083
+ * @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.
1084
+ *
1085
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1086
+ */
1087
+ export declare const METRIC_K8S_CONTAINER_CPU_LIMIT_UTILIZATION: "k8s.container.cpu.limit_utilization";
1043
1088
  /**
1044
1089
  * CPU resource requested for the container.
1045
1090
  *
@@ -1048,6 +1093,12 @@ export declare const METRIC_K8S_CONTAINER_CPU_LIMIT: "k8s.container.cpu.limit";
1048
1093
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1049
1094
  */
1050
1095
  export declare const METRIC_K8S_CONTAINER_CPU_REQUEST: "k8s.container.cpu.request";
1096
+ /**
1097
+ * The ratio of container CPU usage to its CPU request.
1098
+ *
1099
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1100
+ */
1101
+ export declare const METRIC_K8S_CONTAINER_CPU_REQUEST_UTILIZATION: "k8s.container.cpu.request_utilization";
1051
1102
  /**
1052
1103
  * Maximum ephemeral storage resource limit set for the container.
1053
1104
  *
@@ -1136,41 +1187,85 @@ export declare const METRIC_K8S_CONTAINER_STORAGE_LIMIT: "k8s.container.storage.
1136
1187
  */
1137
1188
  export declare const METRIC_K8S_CONTAINER_STORAGE_REQUEST: "k8s.container.storage.request";
1138
1189
  /**
1139
- * The number of actively running jobs for a cronjob.
1190
+ * Deprecated, use `k8s.cronjob.job.active` instead.
1140
1191
  *
1141
1192
  * @note This metric aligns with the `active` field of the
1142
1193
  * [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
1143
1194
  *
1144
1195
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1196
+ *
1197
+ * @deprecated Replaced by `k8s.cronjob.job.active`.
1145
1198
  */
1146
1199
  export declare const METRIC_K8S_CRONJOB_ACTIVE_JOBS: "k8s.cronjob.active_jobs";
1147
1200
  /**
1148
- * Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
1201
+ * The number of actively running jobs for a cronjob.
1202
+ *
1203
+ * @note This metric aligns with the `active` field of the
1204
+ * [K8s CronJobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#cronjobstatus-v1-batch).
1205
+ *
1206
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1207
+ */
1208
+ export declare const METRIC_K8S_CRONJOB_JOB_ACTIVE: "k8s.cronjob.job.active";
1209
+ /**
1210
+ * Deprecated, use `k8s.daemonset.node.current_scheduled` instead.
1149
1211
  *
1150
1212
  * @note This metric aligns with the `currentNumberScheduled` field of the
1151
1213
  * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1152
1214
  *
1153
1215
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1216
+ *
1217
+ * @deprecated Replaced by `k8s.daemonset.node.current_scheduled`.
1154
1218
  */
1155
1219
  export declare const METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES: "k8s.daemonset.current_scheduled_nodes";
1156
1220
  /**
1157
- * Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod).
1221
+ * Deprecated, use `k8s.daemonset.node.desired_scheduled` instead.
1158
1222
  *
1159
1223
  * @note This metric aligns with the `desiredNumberScheduled` field of the
1160
1224
  * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1161
1225
  *
1162
1226
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1227
+ *
1228
+ * @deprecated Replaced by `k8s.daemonset.node.desired_scheduled`.
1163
1229
  */
1164
1230
  export declare const METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES: "k8s.daemonset.desired_scheduled_nodes";
1165
1231
  /**
1166
- * Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
1232
+ * Deprecated, use `k8s.daemonset.node.misscheduled` instead.
1167
1233
  *
1168
1234
  * @note This metric aligns with the `numberMisscheduled` field of the
1169
1235
  * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1170
1236
  *
1171
1237
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1238
+ *
1239
+ * @deprecated Replaced by `k8s.daemonset.node.misscheduled`.
1172
1240
  */
1173
1241
  export declare const METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES: "k8s.daemonset.misscheduled_nodes";
1242
+ /**
1243
+ * Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
1244
+ *
1245
+ * @note This metric aligns with the `currentNumberScheduled` field of the
1246
+ * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1247
+ *
1248
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1249
+ */
1250
+ export declare const METRIC_K8S_DAEMONSET_NODE_CURRENT_SCHEDULED: "k8s.daemonset.node.current_scheduled";
1251
+ /**
1252
+ * Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod).
1253
+ *
1254
+ * @note This metric aligns with the `desiredNumberScheduled` field of the
1255
+ * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1256
+ *
1257
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1258
+ */
1259
+ export declare const METRIC_K8S_DAEMONSET_NODE_DESIRED_SCHEDULED: "k8s.daemonset.node.desired_scheduled";
1260
+ /**
1261
+ * Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
1262
+ *
1263
+ * @note This metric aligns with the `numberMisscheduled` field of the
1264
+ * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1265
+ *
1266
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1267
+ */
1268
+ export declare const METRIC_K8S_DAEMONSET_NODE_MISSCHEDULED: "k8s.daemonset.node.misscheduled";
1174
1269
  /**
1175
1270
  * Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
1176
1271
  *
@@ -1179,50 +1274,89 @@ export declare const METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES: "k8s.daemonset.mis
1179
1274
  *
1180
1275
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1181
1276
  */
1277
+ export declare const METRIC_K8S_DAEMONSET_NODE_READY: "k8s.daemonset.node.ready";
1278
+ /**
1279
+ * Deprecated, use `k8s.daemonset.node.ready` instead.
1280
+ *
1281
+ * @note This metric aligns with the `numberReady` field of the
1282
+ * [K8s DaemonSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#daemonsetstatus-v1-apps).
1283
+ *
1284
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1285
+ *
1286
+ * @deprecated Replaced by `k8s.daemonset.node.ready`.
1287
+ */
1182
1288
  export declare const METRIC_K8S_DAEMONSET_READY_NODES: "k8s.daemonset.ready_nodes";
1183
1289
  /**
1184
- * Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment.
1290
+ * Deprecated, use `k8s.deployment.pod.available` instead.
1185
1291
  *
1186
1292
  * @note This metric aligns with the `availableReplicas` field of the
1187
1293
  * [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
1188
1294
  *
1189
1295
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1296
+ *
1297
+ * @deprecated Replaced by `k8s.deployment.pod.available`.
1190
1298
  */
1191
1299
  export declare const METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS: "k8s.deployment.available_pods";
1192
1300
  /**
1193
- * Number of desired replica pods in this deployment.
1301
+ * Deprecated, use `k8s.deployment.pod.desired` instead.
1194
1302
  *
1195
1303
  * @note This metric aligns with the `replicas` field of the
1196
1304
  * [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
1197
1305
  *
1198
1306
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1307
+ *
1308
+ * @deprecated Replaced by `k8s.deployment.pod.desired`.
1199
1309
  */
1200
1310
  export declare const METRIC_K8S_DEPLOYMENT_DESIRED_PODS: "k8s.deployment.desired_pods";
1201
1311
  /**
1202
- * Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler.
1312
+ * Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment.
1313
+ *
1314
+ * @note This metric aligns with the `availableReplicas` field of the
1315
+ * [K8s DeploymentStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentstatus-v1-apps).
1316
+ *
1317
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1318
+ */
1319
+ export declare const METRIC_K8S_DEPLOYMENT_POD_AVAILABLE: "k8s.deployment.pod.available";
1320
+ /**
1321
+ * Number of desired replica pods in this deployment.
1322
+ *
1323
+ * @note This metric aligns with the `replicas` field of the
1324
+ * [K8s DeploymentSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#deploymentspec-v1-apps).
1325
+ *
1326
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1327
+ */
1328
+ export declare const METRIC_K8S_DEPLOYMENT_POD_DESIRED: "k8s.deployment.pod.desired";
1329
+ /**
1330
+ * Deprecated, use `k8s.hpa.pod.current` instead.
1203
1331
  *
1204
1332
  * @note This metric aligns with the `currentReplicas` field of the
1205
1333
  * [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
1206
1334
  *
1207
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.hpa.pod.current`.
1208
1338
  */
1209
1339
  export declare const METRIC_K8S_HPA_CURRENT_PODS: "k8s.hpa.current_pods";
1210
1340
  /**
1211
- * Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler.
1341
+ * Deprecated, use `k8s.hpa.pod.desired` instead.
1212
1342
  *
1213
1343
  * @note This metric aligns with the `desiredReplicas` field of the
1214
1344
  * [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
1215
1345
  *
1216
1346
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1347
+ *
1348
+ * @deprecated Replaced by `k8s.hpa.pod.desired`.
1217
1349
  */
1218
1350
  export declare const METRIC_K8S_HPA_DESIRED_PODS: "k8s.hpa.desired_pods";
1219
1351
  /**
1220
- * The upper limit for the number of replica pods to which the autoscaler can scale up.
1352
+ * Deprecated, use `k8s.hpa.pod.max` instead.
1221
1353
  *
1222
1354
  * @note This metric aligns with the `maxReplicas` field of the
1223
1355
  * [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
1224
1356
  *
1225
1357
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1358
+ *
1359
+ * @deprecated Replaced by `k8s.hpa.pod.max`.
1226
1360
  */
1227
1361
  export declare const METRIC_K8S_HPA_MAX_PODS: "k8s.hpa.max_pods";
1228
1362
  /**
@@ -1259,50 +1393,132 @@ export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_AVERAGE_VALUE: "k8s.hpa.me
1259
1393
  */
1260
1394
  export declare const METRIC_K8S_HPA_METRIC_TARGET_CPU_VALUE: "k8s.hpa.metric.target.cpu.value";
1261
1395
  /**
1262
- * The lower limit for the number of replica pods to which the autoscaler can scale down.
1396
+ * Deprecated, use `k8s.hpa.pod.min` instead.
1263
1397
  *
1264
1398
  * @note This metric aligns with the `minReplicas` field of the
1265
1399
  * [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
1266
1400
  *
1267
1401
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1402
+ *
1403
+ * @deprecated Replaced by `k8s.hpa.pod.min`.
1268
1404
  */
1269
1405
  export declare const METRIC_K8S_HPA_MIN_PODS: "k8s.hpa.min_pods";
1270
1406
  /**
1271
- * The number of pending and actively running pods for a job.
1407
+ * Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler.
1408
+ *
1409
+ * @note This metric aligns with the `currentReplicas` field of the
1410
+ * [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
1411
+ *
1412
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1413
+ */
1414
+ export declare const METRIC_K8S_HPA_POD_CURRENT: "k8s.hpa.pod.current";
1415
+ /**
1416
+ * Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler.
1417
+ *
1418
+ * @note This metric aligns with the `desiredReplicas` field of the
1419
+ * [K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
1420
+ *
1421
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1422
+ */
1423
+ export declare const METRIC_K8S_HPA_POD_DESIRED: "k8s.hpa.pod.desired";
1424
+ /**
1425
+ * The upper limit for the number of replica pods to which the autoscaler can scale up.
1426
+ *
1427
+ * @note This metric aligns with the `maxReplicas` field of the
1428
+ * [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
1429
+ *
1430
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1431
+ */
1432
+ export declare const METRIC_K8S_HPA_POD_MAX: "k8s.hpa.pod.max";
1433
+ /**
1434
+ * The lower limit for the number of replica pods to which the autoscaler can scale down.
1435
+ *
1436
+ * @note This metric aligns with the `minReplicas` field of the
1437
+ * [K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
1438
+ *
1439
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1440
+ */
1441
+ export declare const METRIC_K8S_HPA_POD_MIN: "k8s.hpa.pod.min";
1442
+ /**
1443
+ * Deprecated, use `k8s.job.pod.active` instead.
1272
1444
  *
1273
1445
  * @note This metric aligns with the `active` field of the
1274
1446
  * [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
1275
1447
  *
1276
1448
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1449
+ *
1450
+ * @deprecated Replaced by `k8s.job.pod.active`.
1277
1451
  */
1278
1452
  export declare const METRIC_K8S_JOB_ACTIVE_PODS: "k8s.job.active_pods";
1279
1453
  /**
1280
- * The desired number of successfully finished pods the job should be run with.
1454
+ * Deprecated, use `k8s.job.pod.desired_successful` instead.
1281
1455
  *
1282
1456
  * @note This metric aligns with the `completions` field of the
1283
1457
  * [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
1284
1458
  *
1285
1459
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1460
+ *
1461
+ * @deprecated Replaced by `k8s.job.pod.desired_successful`.
1286
1462
  */
1287
1463
  export declare const METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS: "k8s.job.desired_successful_pods";
1288
1464
  /**
1289
- * The number of pods which reached phase Failed for a job.
1465
+ * Deprecated, use `k8s.job.pod.failed` instead.
1290
1466
  *
1291
1467
  * @note This metric aligns with the `failed` field of the
1292
1468
  * [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
1293
1469
  *
1294
1470
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1471
+ *
1472
+ * @deprecated Replaced by `k8s.job.pod.failed`.
1295
1473
  */
1296
1474
  export declare const METRIC_K8S_JOB_FAILED_PODS: "k8s.job.failed_pods";
1297
1475
  /**
1298
- * The max desired number of pods the job should run at any given time.
1476
+ * Deprecated, use `k8s.job.pod.max_parallel` instead.
1299
1477
  *
1300
1478
  * @note This metric aligns with the `parallelism` field of the
1301
1479
  * [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
1302
1480
  *
1303
1481
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1482
+ *
1483
+ * @deprecated Replaced by `k8s.job.pod.max_parallel`.
1304
1484
  */
1305
1485
  export declare const METRIC_K8S_JOB_MAX_PARALLEL_PODS: "k8s.job.max_parallel_pods";
1486
+ /**
1487
+ * The number of pending and actively running pods for a job.
1488
+ *
1489
+ * @note This metric aligns with the `active` field of the
1490
+ * [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
1491
+ *
1492
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1493
+ */
1494
+ export declare const METRIC_K8S_JOB_POD_ACTIVE: "k8s.job.pod.active";
1495
+ /**
1496
+ * The desired number of successfully finished pods the job should be run with.
1497
+ *
1498
+ * @note This metric aligns with the `completions` field of the
1499
+ * [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch)..
1500
+ *
1501
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1502
+ */
1503
+ export declare const METRIC_K8S_JOB_POD_DESIRED_SUCCESSFUL: "k8s.job.pod.desired_successful";
1504
+ /**
1505
+ * The number of pods which reached phase Failed for a job.
1506
+ *
1507
+ * @note This metric aligns with the `failed` field of the
1508
+ * [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
1509
+ *
1510
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1511
+ */
1512
+ export declare const METRIC_K8S_JOB_POD_FAILED: "k8s.job.pod.failed";
1513
+ /**
1514
+ * The max desired number of pods the job should run at any given time.
1515
+ *
1516
+ * @note This metric aligns with the `parallelism` field of the
1517
+ * [K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
1518
+ *
1519
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1520
+ */
1521
+ export declare const METRIC_K8S_JOB_POD_MAX_PARALLEL: "k8s.job.pod.max_parallel";
1306
1522
  /**
1307
1523
  * The number of pods which reached phase Succeeded for a job.
1308
1524
  *
@@ -1311,6 +1527,17 @@ export declare const METRIC_K8S_JOB_MAX_PARALLEL_PODS: "k8s.job.max_parallel_pod
1311
1527
  *
1312
1528
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1313
1529
  */
1530
+ export declare const METRIC_K8S_JOB_POD_SUCCESSFUL: "k8s.job.pod.successful";
1531
+ /**
1532
+ * Deprecated, use `k8s.job.pod.successful` instead.
1533
+ *
1534
+ * @note This metric aligns with the `succeeded` field of the
1535
+ * [K8s JobStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobstatus-v1-batch).
1536
+ *
1537
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1538
+ *
1539
+ * @deprecated Replaced by `k8s.job.pod.successful`.
1540
+ */
1314
1541
  export declare const METRIC_K8S_JOB_SUCCESSFUL_PODS: "k8s.job.successful_pods";
1315
1542
  /**
1316
1543
  * Describes number of K8s namespaces that are currently in a given phase.
@@ -1319,27 +1546,35 @@ export declare const METRIC_K8S_JOB_SUCCESSFUL_PODS: "k8s.job.successful_pods";
1319
1546
  */
1320
1547
  export declare const METRIC_K8S_NAMESPACE_PHASE: "k8s.namespace.phase";
1321
1548
  /**
1322
- * Amount of cpu allocatable on the node.
1549
+ * Deprecated, use `k8s.node.cpu.allocatable` instead.
1323
1550
  *
1324
1551
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1552
+ *
1553
+ * @deprecated Replaced by `k8s.node.cpu.allocatable`.
1325
1554
  */
1326
1555
  export declare const METRIC_K8S_NODE_ALLOCATABLE_CPU: "k8s.node.allocatable.cpu";
1327
1556
  /**
1328
- * Amount of ephemeral-storage allocatable on the node.
1557
+ * Deprecated, use `k8s.node.ephemeral_storage.allocatable` instead.
1329
1558
  *
1330
1559
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1560
+ *
1561
+ * @deprecated Replaced by `k8s.node.ephemeral_storage.allocatable`.
1331
1562
  */
1332
1563
  export declare const METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE: "k8s.node.allocatable.ephemeral_storage";
1333
1564
  /**
1334
- * Amount of memory allocatable on the node.
1565
+ * Deprecated, use `k8s.node.memory.allocatable` instead.
1335
1566
  *
1336
1567
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1568
+ *
1569
+ * @deprecated Replaced by `k8s.node.memory.allocatable`.
1337
1570
  */
1338
1571
  export declare const METRIC_K8S_NODE_ALLOCATABLE_MEMORY: "k8s.node.allocatable.memory";
1339
1572
  /**
1340
- * Amount of pods allocatable on the node.
1573
+ * Deprecated, use `k8s.node.pod.allocatable` instead.
1341
1574
  *
1342
1575
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1576
+ *
1577
+ * @deprecated Replaced by `k8s.node.pod.allocatable`.
1343
1578
  */
1344
1579
  export declare const METRIC_K8S_NODE_ALLOCATABLE_PODS: "k8s.node.allocatable.pods";
1345
1580
  /**
@@ -1350,6 +1585,12 @@ export declare const METRIC_K8S_NODE_ALLOCATABLE_PODS: "k8s.node.allocatable.pod
1350
1585
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1351
1586
  */
1352
1587
  export declare const METRIC_K8S_NODE_CONDITION_STATUS: "k8s.node.condition.status";
1588
+ /**
1589
+ * Amount of cpu allocatable on the node.
1590
+ *
1591
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1592
+ */
1593
+ export declare const METRIC_K8S_NODE_CPU_ALLOCATABLE: "k8s.node.cpu.allocatable";
1353
1594
  /**
1354
1595
  * Total CPU time consumed.
1355
1596
  *
@@ -1366,6 +1607,12 @@ export declare const METRIC_K8S_NODE_CPU_TIME: "k8s.node.cpu.time";
1366
1607
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1367
1608
  */
1368
1609
  export declare const METRIC_K8S_NODE_CPU_USAGE: "k8s.node.cpu.usage";
1610
+ /**
1611
+ * Amount of ephemeral-storage allocatable on the node.
1612
+ *
1613
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1614
+ */
1615
+ export declare const METRIC_K8S_NODE_EPHEMERAL_STORAGE_ALLOCATABLE: "k8s.node.ephemeral_storage.allocatable";
1369
1616
  /**
1370
1617
  * Node filesystem available bytes.
1371
1618
  *
@@ -1401,6 +1648,39 @@ export declare const METRIC_K8S_NODE_FILESYSTEM_CAPACITY: "k8s.node.filesystem.c
1401
1648
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1402
1649
  */
1403
1650
  export declare const METRIC_K8S_NODE_FILESYSTEM_USAGE: "k8s.node.filesystem.usage";
1651
+ /**
1652
+ * Amount of memory allocatable on the node.
1653
+ *
1654
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1655
+ */
1656
+ export declare const METRIC_K8S_NODE_MEMORY_ALLOCATABLE: "k8s.node.memory.allocatable";
1657
+ /**
1658
+ * Node memory available.
1659
+ *
1660
+ * @note Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted.
1661
+ * 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.
1662
+ *
1663
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1664
+ */
1665
+ export declare const METRIC_K8S_NODE_MEMORY_AVAILABLE: "k8s.node.memory.available";
1666
+ /**
1667
+ * Node memory paging faults.
1668
+ *
1669
+ * @note Cumulative number of major/minor page faults.
1670
+ * 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.
1671
+ *
1672
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1673
+ */
1674
+ export declare const METRIC_K8S_NODE_MEMORY_PAGING_FAULTS: "k8s.node.memory.paging.faults";
1675
+ /**
1676
+ * Node memory RSS.
1677
+ *
1678
+ * @note The amount of anonymous and swap cache memory (includes transparent hugepages).
1679
+ * 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.
1680
+ *
1681
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1682
+ */
1683
+ export declare const METRIC_K8S_NODE_MEMORY_RSS: "k8s.node.memory.rss";
1404
1684
  /**
1405
1685
  * Memory usage of the Node.
1406
1686
  *
@@ -1409,6 +1689,15 @@ export declare const METRIC_K8S_NODE_FILESYSTEM_USAGE: "k8s.node.filesystem.usag
1409
1689
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1410
1690
  */
1411
1691
  export declare const METRIC_K8S_NODE_MEMORY_USAGE: "k8s.node.memory.usage";
1692
+ /**
1693
+ * Node memory working set.
1694
+ *
1695
+ * @note The amount of working set memory. This includes recently accessed memory, dirty memory, and kernel memory. WorkingSetBytes is <= UsageBytes.
1696
+ * 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.
1697
+ *
1698
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1699
+ */
1700
+ export declare const METRIC_K8S_NODE_MEMORY_WORKING_SET: "k8s.node.memory.working_set";
1412
1701
  /**
1413
1702
  * Node network errors.
1414
1703
  *
@@ -1421,6 +1710,12 @@ export declare const METRIC_K8S_NODE_NETWORK_ERRORS: "k8s.node.network.errors";
1421
1710
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1422
1711
  */
1423
1712
  export declare const METRIC_K8S_NODE_NETWORK_IO: "k8s.node.network.io";
1713
+ /**
1714
+ * Amount of pods allocatable on the node.
1715
+ *
1716
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1717
+ */
1718
+ export declare const METRIC_K8S_NODE_POD_ALLOCATABLE: "k8s.node.pod.allocatable";
1424
1719
  /**
1425
1720
  * The time the Node has been running.
1426
1721
  *
@@ -1481,6 +1776,33 @@ export declare const METRIC_K8S_POD_FILESYSTEM_CAPACITY: "k8s.pod.filesystem.cap
1481
1776
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1482
1777
  */
1483
1778
  export declare const METRIC_K8S_POD_FILESYSTEM_USAGE: "k8s.pod.filesystem.usage";
1779
+ /**
1780
+ * Pod memory available.
1781
+ *
1782
+ * @note Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted.
1783
+ * 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.
1784
+ *
1785
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1786
+ */
1787
+ export declare const METRIC_K8S_POD_MEMORY_AVAILABLE: "k8s.pod.memory.available";
1788
+ /**
1789
+ * Pod memory paging faults.
1790
+ *
1791
+ * @note Cumulative number of major/minor page faults.
1792
+ * 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.
1793
+ *
1794
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1795
+ */
1796
+ export declare const METRIC_K8S_POD_MEMORY_PAGING_FAULTS: "k8s.pod.memory.paging.faults";
1797
+ /**
1798
+ * Pod memory RSS.
1799
+ *
1800
+ * @note The amount of anonymous and swap cache memory (includes transparent hugepages).
1801
+ * 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.
1802
+ *
1803
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1804
+ */
1805
+ export declare const METRIC_K8S_POD_MEMORY_RSS: "k8s.pod.memory.rss";
1484
1806
  /**
1485
1807
  * Memory usage of the Pod.
1486
1808
  *
@@ -1489,6 +1811,15 @@ export declare const METRIC_K8S_POD_FILESYSTEM_USAGE: "k8s.pod.filesystem.usage"
1489
1811
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1490
1812
  */
1491
1813
  export declare const METRIC_K8S_POD_MEMORY_USAGE: "k8s.pod.memory.usage";
1814
+ /**
1815
+ * Pod memory working set.
1816
+ *
1817
+ * @note The amount of working set memory. This includes recently accessed memory, dirty memory, and kernel memory. WorkingSetBytes is <= UsageBytes.
1818
+ * 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.
1819
+ *
1820
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1821
+ */
1822
+ export declare const METRIC_K8S_POD_MEMORY_WORKING_SET: "k8s.pod.memory.working_set";
1492
1823
  /**
1493
1824
  * Pod network errors.
1494
1825
  *
@@ -1502,10 +1833,28 @@ export declare const METRIC_K8S_POD_NETWORK_ERRORS: "k8s.pod.network.errors";
1502
1833
  */
1503
1834
  export declare const METRIC_K8S_POD_NETWORK_IO: "k8s.pod.network.io";
1504
1835
  /**
1505
- * The time the Pod has been running.
1836
+ * Describes number of K8s Pods that are currently in a given phase.
1506
1837
  *
1507
- * @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
1508
- * The actual accuracy would depend on the instrumentation and operating system.
1838
+ * @note All possible pod phases will be reported at each time interval to avoid missing metrics.
1839
+ * Only the value corresponding to the current phase will be non-zero.
1840
+ *
1841
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1842
+ */
1843
+ export declare const METRIC_K8S_POD_STATUS_PHASE: "k8s.pod.status.phase";
1844
+ /**
1845
+ * Describes the number of K8s Pods that are currently in a state for a given reason.
1846
+ *
1847
+ * @note All possible pod status reasons will be reported at each time interval to avoid missing metrics.
1848
+ * Only the value corresponding to the current reason will be non-zero.
1849
+ *
1850
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1851
+ */
1852
+ export declare const METRIC_K8S_POD_STATUS_REASON: "k8s.pod.status.reason";
1853
+ /**
1854
+ * The time the Pod has been running.
1855
+ *
1856
+ * @note Instrumentations **SHOULD** use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
1857
+ * The actual accuracy would depend on the instrumentation and operating system.
1509
1858
  *
1510
1859
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1511
1860
  */
@@ -1581,39 +1930,77 @@ export declare const METRIC_K8S_POD_VOLUME_INODE_USED: "k8s.pod.volume.inode.use
1581
1930
  */
1582
1931
  export declare const METRIC_K8S_POD_VOLUME_USAGE: "k8s.pod.volume.usage";
1583
1932
  /**
1584
- * Total number of available replica pods (ready for at least minReadySeconds) targeted by this replicaset.
1933
+ * Deprecated, use `k8s.replicaset.pod.available` instead.
1585
1934
  *
1586
1935
  * @note This metric aligns with the `availableReplicas` field of the
1587
1936
  * [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
1588
1937
  *
1589
1938
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1939
+ *
1940
+ * @deprecated Replaced by `k8s.replicaset.pod.available`.
1590
1941
  */
1591
1942
  export declare const METRIC_K8S_REPLICASET_AVAILABLE_PODS: "k8s.replicaset.available_pods";
1592
1943
  /**
1593
- * Number of desired replica pods in this replicaset.
1944
+ * Deprecated, use `k8s.replicaset.pod.desired` instead.
1594
1945
  *
1595
1946
  * @note This metric aligns with the `replicas` field of the
1596
1947
  * [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
1597
1948
  *
1598
1949
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1950
+ *
1951
+ * @deprecated Replaced by `k8s.replicaset.pod.desired`.
1599
1952
  */
1600
1953
  export declare const METRIC_K8S_REPLICASET_DESIRED_PODS: "k8s.replicaset.desired_pods";
1601
1954
  /**
1602
- * Deprecated, use `k8s.replicationcontroller.available_pods` instead.
1955
+ * Total number of available replica pods (ready for at least minReadySeconds) targeted by this replicaset.
1956
+ *
1957
+ * @note This metric aligns with the `availableReplicas` field of the
1958
+ * [K8s ReplicaSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetstatus-v1-apps).
1959
+ *
1960
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1961
+ */
1962
+ export declare const METRIC_K8S_REPLICASET_POD_AVAILABLE: "k8s.replicaset.pod.available";
1963
+ /**
1964
+ * Number of desired replica pods in this replicaset.
1965
+ *
1966
+ * @note This metric aligns with the `replicas` field of the
1967
+ * [K8s ReplicaSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicasetspec-v1-apps).
1968
+ *
1969
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1970
+ */
1971
+ export declare const METRIC_K8S_REPLICASET_POD_DESIRED: "k8s.replicaset.pod.desired";
1972
+ /**
1973
+ * Deprecated, use `k8s.replicationcontroller.pod.available` instead.
1603
1974
  *
1604
1975
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1605
1976
  *
1606
- * @deprecated Replaced by `k8s.replicationcontroller.available_pods`.
1977
+ * @deprecated Replaced by `k8s.replicationcontroller.pod.available`.
1607
1978
  */
1608
1979
  export declare const METRIC_K8S_REPLICATION_CONTROLLER_AVAILABLE_PODS: "k8s.replication_controller.available_pods";
1609
1980
  /**
1610
- * Deprecated, use `k8s.replicationcontroller.desired_pods` instead.
1981
+ * Deprecated, use `k8s.replicationcontroller.pod.desired` instead.
1611
1982
  *
1612
1983
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1613
1984
  *
1614
- * @deprecated Replaced by `k8s.replicationcontroller.desired_pods`.
1985
+ * @deprecated Replaced by `k8s.replicationcontroller.pod.desired`.
1615
1986
  */
1616
1987
  export declare const METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS: "k8s.replication_controller.desired_pods";
1988
+ /**
1989
+ * Deprecated, use `k8s.replicationcontroller.pod.available` instead.
1990
+ *
1991
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1992
+ *
1993
+ * @deprecated Replaced by `k8s.replicationcontroller.pod.available`.
1994
+ */
1995
+ export declare const METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: "k8s.replicationcontroller.available_pods";
1996
+ /**
1997
+ * Deprecated, use `k8s.replicationcontroller.pod.desired` instead.
1998
+ *
1999
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2000
+ *
2001
+ * @deprecated Replaced by `k8s.replicationcontroller.pod.desired`.
2002
+ */
2003
+ export declare const METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS: "k8s.replicationcontroller.desired_pods";
1617
2004
  /**
1618
2005
  * Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller.
1619
2006
  *
@@ -1622,7 +2009,7 @@ export declare const METRIC_K8S_REPLICATION_CONTROLLER_DESIRED_PODS: "k8s.replic
1622
2009
  *
1623
2010
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1624
2011
  */
1625
- export declare const METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: "k8s.replicationcontroller.available_pods";
2012
+ export declare const METRIC_K8S_REPLICATIONCONTROLLER_POD_AVAILABLE: "k8s.replicationcontroller.pod.available";
1626
2013
  /**
1627
2014
  * Number of desired replica pods in this replication controller.
1628
2015
  *
@@ -1631,7 +2018,7 @@ export declare const METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: "k8s.repli
1631
2018
  *
1632
2019
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1633
2020
  */
1634
- export declare const METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS: "k8s.replicationcontroller.desired_pods";
2021
+ export declare const METRIC_K8S_REPLICATIONCONTROLLER_POD_DESIRED: "k8s.replicationcontroller.pod.desired";
1635
2022
  /**
1636
2023
  * The CPU limits in a specific namespace.
1637
2024
  * The value represents the configured quota limit of the resource in the namespace.
@@ -1845,23 +2232,45 @@ export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_HARD: "k8s.resourc
1845
2232
  */
1846
2233
  export declare const METRIC_K8S_RESOURCEQUOTA_STORAGE_REQUEST_USED: "k8s.resourcequota.storage.request.used";
1847
2234
  /**
1848
- * The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision.
2235
+ * Deprecated, use `k8s.statefulset.pod.current` instead.
1849
2236
  *
1850
2237
  * @note This metric aligns with the `currentReplicas` field of the
1851
2238
  * [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
1852
2239
  *
1853
2240
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2241
+ *
2242
+ * @deprecated Replaced by `k8s.statefulset.pod.current`.
1854
2243
  */
1855
2244
  export declare const METRIC_K8S_STATEFULSET_CURRENT_PODS: "k8s.statefulset.current_pods";
1856
2245
  /**
1857
- * Number of desired replica pods in this statefulset.
2246
+ * Deprecated, use `k8s.statefulset.pod.desired` instead.
1858
2247
  *
1859
2248
  * @note This metric aligns with the `replicas` field of the
1860
2249
  * [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
1861
2250
  *
1862
2251
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2252
+ *
2253
+ * @deprecated Replaced by `k8s.statefulset.pod.desired`.
1863
2254
  */
1864
2255
  export declare const METRIC_K8S_STATEFULSET_DESIRED_PODS: "k8s.statefulset.desired_pods";
2256
+ /**
2257
+ * The number of replica pods created by the statefulset controller from the statefulset version indicated by currentRevision.
2258
+ *
2259
+ * @note This metric aligns with the `currentReplicas` field of the
2260
+ * [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
2261
+ *
2262
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2263
+ */
2264
+ export declare const METRIC_K8S_STATEFULSET_POD_CURRENT: "k8s.statefulset.pod.current";
2265
+ /**
2266
+ * Number of desired replica pods in this statefulset.
2267
+ *
2268
+ * @note This metric aligns with the `replicas` field of the
2269
+ * [K8s StatefulSetSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetspec-v1-apps).
2270
+ *
2271
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2272
+ */
2273
+ export declare const METRIC_K8S_STATEFULSET_POD_DESIRED: "k8s.statefulset.pod.desired";
1865
2274
  /**
1866
2275
  * The number of replica pods created for this statefulset with a Ready Condition.
1867
2276
  *
@@ -1870,7 +2279,7 @@ export declare const METRIC_K8S_STATEFULSET_DESIRED_PODS: "k8s.statefulset.desir
1870
2279
  *
1871
2280
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1872
2281
  */
1873
- export declare const METRIC_K8S_STATEFULSET_READY_PODS: "k8s.statefulset.ready_pods";
2282
+ export declare const METRIC_K8S_STATEFULSET_POD_READY: "k8s.statefulset.pod.ready";
1874
2283
  /**
1875
2284
  * Number of replica pods created by the statefulset controller from the statefulset version indicated by updateRevision.
1876
2285
  *
@@ -1879,6 +2288,28 @@ export declare const METRIC_K8S_STATEFULSET_READY_PODS: "k8s.statefulset.ready_p
1879
2288
  *
1880
2289
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1881
2290
  */
2291
+ export declare const METRIC_K8S_STATEFULSET_POD_UPDATED: "k8s.statefulset.pod.updated";
2292
+ /**
2293
+ * Deprecated, use `k8s.statefulset.pod.ready` instead.
2294
+ *
2295
+ * @note This metric aligns with the `readyReplicas` field of the
2296
+ * [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
2297
+ *
2298
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2299
+ *
2300
+ * @deprecated Replaced by `k8s.statefulset.pod.ready`.
2301
+ */
2302
+ export declare const METRIC_K8S_STATEFULSET_READY_PODS: "k8s.statefulset.ready_pods";
2303
+ /**
2304
+ * Deprecated, use `k8s.statefulset.pod.updated` instead.
2305
+ *
2306
+ * @note This metric aligns with the `updatedReplicas` field of the
2307
+ * [K8s StatefulSetStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#statefulsetstatus-v1-apps).
2308
+ *
2309
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2310
+ *
2311
+ * @deprecated Replaced by `k8s.statefulset.pod.updated`.
2312
+ */
1882
2313
  export declare const METRIC_K8S_STATEFULSET_UPDATED_PODS: "k8s.statefulset.updated_pods";
1883
2314
  /**
1884
2315
  * Number of messages that were delivered to the application.
@@ -1961,6 +2392,125 @@ export declare const METRIC_MESSAGING_RECEIVE_DURATION: "messaging.receive.durat
1961
2392
  * @deprecated Replaced by `messaging.client.consumed.messages`.
1962
2393
  */
1963
2394
  export declare const METRIC_MESSAGING_RECEIVE_MESSAGES: "messaging.receive.messages";
2395
+ /**
2396
+ * Reports the count of kernel NFS client TCP segments and UDP datagrams handled.
2397
+ *
2398
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.netudpcnt and svc_stat.nettcpcnt
2399
+ *
2400
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2401
+ */
2402
+ export declare const METRIC_NFS_CLIENT_NET_COUNT: "nfs.client.net.count";
2403
+ /**
2404
+ * Reports the count of kernel NFS client TCP connections accepted.
2405
+ *
2406
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.nettcpconn
2407
+ *
2408
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2409
+ */
2410
+ export declare const METRIC_NFS_CLIENT_NET_TCP_CONNECTION_ACCEPTED: "nfs.client.net.tcp.connection.accepted";
2411
+ /**
2412
+ * Reports the count of kernel NFSv4+ client operations.
2413
+ *
2414
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2415
+ */
2416
+ export declare const METRIC_NFS_CLIENT_OPERATION_COUNT: "nfs.client.operation.count";
2417
+ /**
2418
+ * Reports the count of kernel NFS client procedures.
2419
+ *
2420
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2421
+ */
2422
+ export declare const METRIC_NFS_CLIENT_PROCEDURE_COUNT: "nfs.client.procedure.count";
2423
+ /**
2424
+ * Reports the count of kernel NFS client RPC authentication refreshes.
2425
+ *
2426
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.rpcauthrefresh
2427
+ *
2428
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2429
+ */
2430
+ export declare const METRIC_NFS_CLIENT_RPC_AUTHREFRESH_COUNT: "nfs.client.rpc.authrefresh.count";
2431
+ /**
2432
+ * Reports the count of kernel NFS client RPCs sent, regardless of whether they're accepted/rejected by the server.
2433
+ *
2434
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.rpccnt
2435
+ *
2436
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2437
+ */
2438
+ export declare const METRIC_NFS_CLIENT_RPC_COUNT: "nfs.client.rpc.count";
2439
+ /**
2440
+ * Reports the count of kernel NFS client RPC retransmits.
2441
+ *
2442
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.rpcretrans
2443
+ *
2444
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2445
+ */
2446
+ export declare const METRIC_NFS_CLIENT_RPC_RETRANSMIT_COUNT: "nfs.client.rpc.retransmit.count";
2447
+ /**
2448
+ * Reports the count of kernel NFS server stale file handles.
2449
+ *
2450
+ * @note Linux: this metric is taken from the Linux kernel NFSD_STATS_FH_STALE counter in the nfsd_net struct
2451
+ *
2452
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2453
+ */
2454
+ export declare const METRIC_NFS_SERVER_FH_STALE_COUNT: "nfs.server.fh.stale.count";
2455
+ /**
2456
+ * Reports the count of kernel NFS server bytes returned to receive and transmit (read and write) requests.
2457
+ *
2458
+ * @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
2459
+ *
2460
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2461
+ */
2462
+ export declare const METRIC_NFS_SERVER_IO: "nfs.server.io";
2463
+ /**
2464
+ * Reports the count of kernel NFS server TCP segments and UDP datagrams handled.
2465
+ *
2466
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.nettcpcnt and svc_stat.netudpcnt
2467
+ *
2468
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2469
+ */
2470
+ export declare const METRIC_NFS_SERVER_NET_COUNT: "nfs.server.net.count";
2471
+ /**
2472
+ * Reports the count of kernel NFS server TCP connections accepted.
2473
+ *
2474
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.nettcpconn
2475
+ *
2476
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2477
+ */
2478
+ export declare const METRIC_NFS_SERVER_NET_TCP_CONNECTION_ACCEPTED: "nfs.server.net.tcp.connection.accepted";
2479
+ /**
2480
+ * Reports the count of kernel NFSv4+ server operations.
2481
+ *
2482
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2483
+ */
2484
+ export declare const METRIC_NFS_SERVER_OPERATION_COUNT: "nfs.server.operation.count";
2485
+ /**
2486
+ * Reports the count of kernel NFS server procedures.
2487
+ *
2488
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2489
+ */
2490
+ export declare const METRIC_NFS_SERVER_PROCEDURE_COUNT: "nfs.server.procedure.count";
2491
+ /**
2492
+ * Reports the kernel NFS server reply cache request count by cache hit status.
2493
+ *
2494
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2495
+ */
2496
+ export declare const METRIC_NFS_SERVER_REPCACHE_REQUESTS: "nfs.server.repcache.requests";
2497
+ /**
2498
+ * Reports the count of kernel NFS server RPCs handled.
2499
+ *
2500
+ * @note Linux: this metric is taken from the Linux kernel's svc_stat.rpccnt, the count of good RPCs. This metric can have
2501
+ * an error.type of "format", "auth", or "client" for svc_stat.badfmt, svc_stat.badauth, and svc_stat.badclnt.
2502
+ *
2503
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2504
+ */
2505
+ export declare const METRIC_NFS_SERVER_RPC_COUNT: "nfs.server.rpc.count";
2506
+ /**
2507
+ * Reports the count of kernel NFS server available threads.
2508
+ *
2509
+ * @note Linux: this metric is taken from the Linux kernel nfsd_th_cnt variable
2510
+ *
2511
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2512
+ */
2513
+ export declare const METRIC_NFS_SERVER_THREAD_COUNT: "nfs.server.thread.count";
1964
2514
  /**
1965
2515
  * Event loop maximum delay.
1966
2516
  *
@@ -2033,6 +2583,238 @@ export declare const METRIC_NODEJS_EVENTLOOP_TIME: "nodejs.eventloop.time";
2033
2583
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2034
2584
  */
2035
2585
  export declare const METRIC_NODEJS_EVENTLOOP_UTILIZATION: "nodejs.eventloop.utilization";
2586
+ /**
2587
+ * The enforced hard limit of the resource across all projects.
2588
+ *
2589
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2590
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2591
+ * of the
2592
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2593
+ *
2594
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2595
+ */
2596
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_HARD: "openshift.clusterquota.cpu.limit.hard";
2597
+ /**
2598
+ * The current observed total usage of the resource across all projects.
2599
+ *
2600
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2601
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2602
+ * of the
2603
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2604
+ *
2605
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2606
+ */
2607
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_USED: "openshift.clusterquota.cpu.limit.used";
2608
+ /**
2609
+ * The enforced hard limit of the resource across all projects.
2610
+ *
2611
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2612
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2613
+ * of the
2614
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2615
+ *
2616
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2617
+ */
2618
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_HARD: "openshift.clusterquota.cpu.request.hard";
2619
+ /**
2620
+ * The current observed total usage of the resource across all projects.
2621
+ *
2622
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2623
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2624
+ * of the
2625
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2626
+ *
2627
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2628
+ */
2629
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_USED: "openshift.clusterquota.cpu.request.used";
2630
+ /**
2631
+ * The enforced hard limit of the resource across all projects.
2632
+ *
2633
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2634
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2635
+ * of the
2636
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2637
+ *
2638
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2639
+ */
2640
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD: "openshift.clusterquota.ephemeral_storage.limit.hard";
2641
+ /**
2642
+ * The current observed total usage of the resource across all projects.
2643
+ *
2644
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2645
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2646
+ * of the
2647
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2648
+ *
2649
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2650
+ */
2651
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_USED: "openshift.clusterquota.ephemeral_storage.limit.used";
2652
+ /**
2653
+ * The enforced hard limit of the resource across all projects.
2654
+ *
2655
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2656
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2657
+ * of the
2658
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2659
+ *
2660
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2661
+ */
2662
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD: "openshift.clusterquota.ephemeral_storage.request.hard";
2663
+ /**
2664
+ * The current observed total usage of the resource across all projects.
2665
+ *
2666
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2667
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2668
+ * of the
2669
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2670
+ *
2671
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2672
+ */
2673
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_USED: "openshift.clusterquota.ephemeral_storage.request.used";
2674
+ /**
2675
+ * The enforced hard limit of the resource across all projects.
2676
+ *
2677
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2678
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2679
+ * of the
2680
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2681
+ *
2682
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2683
+ */
2684
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_HARD: "openshift.clusterquota.hugepage_count.request.hard";
2685
+ /**
2686
+ * The current observed total usage of the resource across all projects.
2687
+ *
2688
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2689
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2690
+ * of the
2691
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2692
+ *
2693
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2694
+ */
2695
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_USED: "openshift.clusterquota.hugepage_count.request.used";
2696
+ /**
2697
+ * The enforced hard limit of the resource across all projects.
2698
+ *
2699
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2700
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2701
+ * of the
2702
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2703
+ *
2704
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2705
+ */
2706
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_HARD: "openshift.clusterquota.memory.limit.hard";
2707
+ /**
2708
+ * The current observed total usage of the resource across all projects.
2709
+ *
2710
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2711
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2712
+ * of the
2713
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2714
+ *
2715
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2716
+ */
2717
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_USED: "openshift.clusterquota.memory.limit.used";
2718
+ /**
2719
+ * The enforced hard limit of the resource across all projects.
2720
+ *
2721
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2722
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2723
+ * of the
2724
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2725
+ *
2726
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2727
+ */
2728
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_HARD: "openshift.clusterquota.memory.request.hard";
2729
+ /**
2730
+ * The current observed total usage of the resource across all projects.
2731
+ *
2732
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2733
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2734
+ * of the
2735
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2736
+ *
2737
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2738
+ */
2739
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_USED: "openshift.clusterquota.memory.request.used";
2740
+ /**
2741
+ * The enforced hard limit of the resource across all projects.
2742
+ *
2743
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2744
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2745
+ * of the
2746
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2747
+ *
2748
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2749
+ */
2750
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_HARD: "openshift.clusterquota.object_count.hard";
2751
+ /**
2752
+ * The current observed total usage of the resource across all projects.
2753
+ *
2754
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2755
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2756
+ * of the
2757
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2758
+ *
2759
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2760
+ */
2761
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_USED: "openshift.clusterquota.object_count.used";
2762
+ /**
2763
+ * The enforced hard limit of the resource across all projects.
2764
+ *
2765
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2766
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2767
+ * of the
2768
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2769
+ *
2770
+ * The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
2771
+ * storage class.
2772
+ *
2773
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2774
+ */
2775
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD: "openshift.clusterquota.persistentvolumeclaim_count.hard";
2776
+ /**
2777
+ * The current observed total usage of the resource across all projects.
2778
+ *
2779
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2780
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2781
+ * of the
2782
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2783
+ *
2784
+ * The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
2785
+ * storage class.
2786
+ *
2787
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2788
+ */
2789
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED: "openshift.clusterquota.persistentvolumeclaim_count.used";
2790
+ /**
2791
+ * The enforced hard limit of the resource across all projects.
2792
+ *
2793
+ * @note This metric is retrieved from the `Status.Total.Hard` field of the
2794
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2795
+ * of the
2796
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2797
+ *
2798
+ * The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
2799
+ * storage class.
2800
+ *
2801
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2802
+ */
2803
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_HARD: "openshift.clusterquota.storage.request.hard";
2804
+ /**
2805
+ * The current observed total usage of the resource across all projects.
2806
+ *
2807
+ * @note This metric is retrieved from the `Status.Total.Used` field of the
2808
+ * [K8s ResourceQuotaStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#resourcequotastatus-v1-core)
2809
+ * of the
2810
+ * [ClusterResourceQuota](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total).
2811
+ *
2812
+ * The `k8s.storageclass.name` should be required when a resource quota is defined for a specific
2813
+ * storage class.
2814
+ *
2815
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2816
+ */
2817
+ export declare const METRIC_OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_USED: "openshift.clusterquota.storage.request.used";
2036
2818
  /**
2037
2819
  * The number of log records for which the export has finished, either successful or failed.
2038
2820
  *
@@ -2321,6 +3103,8 @@ export declare const METRIC_RPC_CLIENT_REQUEST_SIZE: "rpc.client.request.size";
2321
3103
  * **Streaming**: This metric is required for server and client streaming RPCs
2322
3104
  *
2323
3105
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3106
+ *
3107
+ * @deprecated Removed, no replacement at this time.
2324
3108
  */
2325
3109
  export declare const METRIC_RPC_CLIENT_REQUESTS_PER_RPC: "rpc.client.requests_per_rpc";
2326
3110
  /**
@@ -2339,6 +3123,8 @@ export declare const METRIC_RPC_CLIENT_RESPONSE_SIZE: "rpc.client.response.size"
2339
3123
  * **Streaming**: This metric is required for server and client streaming RPCs
2340
3124
  *
2341
3125
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3126
+ *
3127
+ * @deprecated Removed, no replacement at this time.
2342
3128
  */
2343
3129
  export declare const METRIC_RPC_CLIENT_RESPONSES_PER_RPC: "rpc.client.responses_per_rpc";
2344
3130
  /**
@@ -2368,6 +3154,8 @@ export declare const METRIC_RPC_SERVER_REQUEST_SIZE: "rpc.server.request.size";
2368
3154
  * **Streaming** : This metric is required for server and client streaming RPCs
2369
3155
  *
2370
3156
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3157
+ *
3158
+ * @deprecated Removed, no replacement at this time.
2371
3159
  */
2372
3160
  export declare const METRIC_RPC_SERVER_REQUESTS_PER_RPC: "rpc.server.requests_per_rpc";
2373
3161
  /**
@@ -2386,6 +3174,8 @@ export declare const METRIC_RPC_SERVER_RESPONSE_SIZE: "rpc.server.response.size"
2386
3174
  * **Streaming**: This metric is required for server and client streaming RPCs
2387
3175
  *
2388
3176
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3177
+ *
3178
+ * @deprecated Removed, no replacement at this time.
2389
3179
  */
2390
3180
  export declare const METRIC_RPC_SERVER_RESPONSES_PER_RPC: "rpc.server.responses_per_rpc";
2391
3181
  /**
@@ -2421,7 +3211,7 @@ export declare const METRIC_SYSTEM_CPU_TIME: "system.cpu.time";
2421
3211
  */
2422
3212
  export declare const METRIC_SYSTEM_CPU_UTILIZATION: "system.cpu.utilization";
2423
3213
  /**
2424
- * TODO.
3214
+ * Disk bytes transferred.
2425
3215
  *
2426
3216
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2427
3217
  */
@@ -2446,7 +3236,7 @@ export declare const METRIC_SYSTEM_DISK_IO_TIME: "system.disk.io_time";
2446
3236
  */
2447
3237
  export declare const METRIC_SYSTEM_DISK_LIMIT: "system.disk.limit";
2448
3238
  /**
2449
- * TODO.
3239
+ * The number of disk reads/writes merged into single physical disk access operations.
2450
3240
  *
2451
3241
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2452
3242
  */
@@ -2463,7 +3253,7 @@ export declare const METRIC_SYSTEM_DISK_MERGED: "system.disk.merged";
2463
3253
  */
2464
3254
  export declare const METRIC_SYSTEM_DISK_OPERATION_TIME: "system.disk.operation_time";
2465
3255
  /**
2466
- * TODO.
3256
+ * Disk operations count.
2467
3257
  *
2468
3258
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2469
3259
  */
@@ -2484,7 +3274,7 @@ export declare const METRIC_SYSTEM_FILESYSTEM_LIMIT: "system.filesystem.limit";
2484
3274
  */
2485
3275
  export declare const METRIC_SYSTEM_FILESYSTEM_USAGE: "system.filesystem.usage";
2486
3276
  /**
2487
- * TODO.
3277
+ * Fraction of filesystem bytes used.
2488
3278
  *
2489
3279
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2490
3280
  */
@@ -2533,13 +3323,13 @@ export declare const METRIC_SYSTEM_MEMORY_SHARED: "system.memory.shared";
2533
3323
  */
2534
3324
  export declare const METRIC_SYSTEM_MEMORY_USAGE: "system.memory.usage";
2535
3325
  /**
2536
- * TODO.
3326
+ * Percentage of memory bytes in use.
2537
3327
  *
2538
3328
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2539
3329
  */
2540
3330
  export declare const METRIC_SYSTEM_MEMORY_UTILIZATION: "system.memory.utilization";
2541
3331
  /**
2542
- * TODO.
3332
+ * The number of connections.
2543
3333
  *
2544
3334
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2545
3335
  */
@@ -2552,6 +3342,20 @@ export declare const METRIC_SYSTEM_NETWORK_CONNECTION_COUNT: "system.network.con
2552
3342
  * @deprecated Replaced by `system.network.connection.count`.
2553
3343
  */
2554
3344
  export declare const METRIC_SYSTEM_NETWORK_CONNECTIONS: "system.network.connections";
3345
+ /**
3346
+ * Count of packets that are dropped or discarded even though there was no error.
3347
+ *
3348
+ * @note Measured as:
3349
+ *
3350
+ * - 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))
3351
+ * - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
3352
+ * from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
3353
+ *
3354
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3355
+ *
3356
+ * @deprecated Replaced by `system.network.packet.dropped`.
3357
+ */
3358
+ export declare const METRIC_SYSTEM_NETWORK_DROPPED: "system.network.dropped";
2555
3359
  /**
2556
3360
  * Count of network errors detected.
2557
3361
  *
@@ -2565,13 +3369,13 @@ export declare const METRIC_SYSTEM_NETWORK_CONNECTIONS: "system.network.connecti
2565
3369
  */
2566
3370
  export declare const METRIC_SYSTEM_NETWORK_ERRORS: "system.network.errors";
2567
3371
  /**
2568
- * TODO.
3372
+ * The number of bytes transmitted and received.
2569
3373
  *
2570
3374
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2571
3375
  */
2572
3376
  export declare const METRIC_SYSTEM_NETWORK_IO: "system.network.io";
2573
3377
  /**
2574
- * TODO.
3378
+ * The number of packets transferred.
2575
3379
  *
2576
3380
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2577
3381
  */
@@ -2589,13 +3393,21 @@ export declare const METRIC_SYSTEM_NETWORK_PACKET_COUNT: "system.network.packet.
2589
3393
  */
2590
3394
  export declare const METRIC_SYSTEM_NETWORK_PACKET_DROPPED: "system.network.packet.dropped";
2591
3395
  /**
2592
- * TODO.
3396
+ * The number of packets transferred.
3397
+ *
3398
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3399
+ *
3400
+ * @deprecated Replaced by `system.network.packet.count`.
3401
+ */
3402
+ export declare const METRIC_SYSTEM_NETWORK_PACKETS: "system.network.packets";
3403
+ /**
3404
+ * The number of page faults.
2593
3405
  *
2594
3406
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2595
3407
  */
2596
3408
  export declare const METRIC_SYSTEM_PAGING_FAULTS: "system.paging.faults";
2597
3409
  /**
2598
- * TODO.
3410
+ * The number of paging operations.
2599
3411
  *
2600
3412
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2601
3413
  */
@@ -2607,7 +3419,7 @@ export declare const METRIC_SYSTEM_PAGING_OPERATIONS: "system.paging.operations"
2607
3419
  */
2608
3420
  export declare const METRIC_SYSTEM_PAGING_USAGE: "system.paging.usage";
2609
3421
  /**
2610
- * TODO.
3422
+ * Swap (unix) or pagefile (windows) utilization.
2611
3423
  *
2612
3424
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2613
3425
  */
@@ -2642,19 +3454,19 @@ export declare const METRIC_SYSTEM_UPTIME: "system.uptime";
2642
3454
  */
2643
3455
  export declare const METRIC_V8JS_GC_DURATION: "v8js.gc.duration";
2644
3456
  /**
2645
- * Heap space available size.
2646
- *
2647
- * @note Value can be retrieved from value `space_available_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
3457
+ * Deprecated, use `v8js.memory.heap.space.available_size` instead.
2648
3458
  *
2649
3459
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3460
+ *
3461
+ * @deprecated Replaced by `v8js.memory.heap.space.available_size`.
2650
3462
  */
2651
3463
  export declare const METRIC_V8JS_HEAP_SPACE_AVAILABLE_SIZE: "v8js.heap.space.available_size";
2652
3464
  /**
2653
- * Committed size of a heap space.
2654
- *
2655
- * @note Value can be retrieved from value `physical_space_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
3465
+ * Deprecated, use `v8js.memory.heap.space.physical_size` instead.
2656
3466
  *
2657
3467
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3468
+ *
3469
+ * @deprecated Replaced by `v8js.memory.heap.space.physical_size`.
2658
3470
  */
2659
3471
  export declare const METRIC_V8JS_HEAP_SPACE_PHYSICAL_SIZE: "v8js.heap.space.physical_size";
2660
3472
  /**
@@ -2665,6 +3477,22 @@ export declare const METRIC_V8JS_HEAP_SPACE_PHYSICAL_SIZE: "v8js.heap.space.phys
2665
3477
  * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2666
3478
  */
2667
3479
  export declare const METRIC_V8JS_MEMORY_HEAP_LIMIT: "v8js.memory.heap.limit";
3480
+ /**
3481
+ * Heap space available size.
3482
+ *
3483
+ * @note Value can be retrieved from value `space_available_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
3484
+ *
3485
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3486
+ */
3487
+ export declare const METRIC_V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: "v8js.memory.heap.space.available_size";
3488
+ /**
3489
+ * Committed size of a heap space.
3490
+ *
3491
+ * @note Value can be retrieved from value `physical_space_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
3492
+ *
3493
+ * @experimental This metric is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3494
+ */
3495
+ export declare const METRIC_V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: "v8js.memory.heap.space.physical_size";
2668
3496
  /**
2669
3497
  * Heap Memory size allocated.
2670
3498
  *