@contrast/agent-bundle 5.41.0 → 5.45.1

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