@contrast/agent-bundle 5.47.0 → 5.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) hide show
  1. package/node_modules/@contrast/agent/package.json +10 -10
  2. package/node_modules/@contrast/agentify/package.json +14 -14
  3. package/node_modules/@contrast/architecture-components/package.json +4 -4
  4. package/node_modules/@contrast/assess/lib/configuration-analysis/install/apollo-server.js +1 -1
  5. package/node_modules/@contrast/assess/lib/configuration-analysis/install/graphql-yoga.js +1 -1
  6. package/node_modules/@contrast/assess/lib/dataflow/sinks/install/fs.js +8 -15
  7. package/node_modules/@contrast/assess/package.json +11 -11
  8. package/node_modules/@contrast/config/package.json +2 -2
  9. package/node_modules/@contrast/core/package.json +4 -4
  10. package/node_modules/@contrast/deadzones/package.json +4 -4
  11. package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.js +1 -10
  12. package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.js +1 -1
  13. package/node_modules/@contrast/dep-hooks/lib/index.d.ts +1 -1
  14. package/node_modules/@contrast/dep-hooks/lib/index.js +1 -1
  15. package/node_modules/@contrast/dep-hooks/lib/package-finder.d.ts +2 -1
  16. package/node_modules/@contrast/dep-hooks/lib/package-finder.js +11 -2
  17. package/node_modules/@contrast/dep-hooks/package.json +3 -3
  18. package/node_modules/@contrast/esm-hooks/package.json +5 -5
  19. package/node_modules/@contrast/instrumentation/package.json +4 -4
  20. package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +144 -202
  21. package/node_modules/@contrast/library-analysis/package.json +3 -3
  22. package/node_modules/@contrast/logger/package.json +3 -3
  23. package/node_modules/@contrast/metrics/package.json +5 -5
  24. package/node_modules/@contrast/patcher/package.json +2 -2
  25. package/node_modules/@contrast/protect/lib/input-tracing/install/fs.js +0 -8
  26. package/node_modules/@contrast/protect/package.json +10 -10
  27. package/node_modules/@contrast/reporter/package.json +5 -5
  28. package/node_modules/@contrast/rewriter/package.json +4 -4
  29. package/node_modules/@contrast/route-coverage/lib/index.d.ts +2 -0
  30. package/node_modules/@contrast/route-coverage/lib/index.js +2 -1
  31. package/node_modules/@contrast/route-coverage/lib/install/express.js +535 -0
  32. package/node_modules/@contrast/route-coverage/lib/install/fastify/fastify-express.js +71 -0
  33. package/node_modules/@contrast/route-coverage/lib/install/fastify/fastify-middie.js +67 -0
  34. package/node_modules/@contrast/route-coverage/lib/install/{fastify.js → fastify/fastify.js} +12 -12
  35. package/node_modules/@contrast/route-coverage/lib/install/{express → fastify}/index.js +6 -5
  36. package/node_modules/@contrast/route-coverage/lib/install/koa.js +39 -45
  37. package/node_modules/@contrast/route-coverage/lib/utils/route-info.js +26 -1
  38. package/node_modules/@contrast/route-coverage/package.json +7 -7
  39. package/node_modules/@contrast/scopes/package.json +5 -5
  40. package/node_modules/@contrast/sec-obs/package.json +8 -8
  41. package/node_modules/@contrast/sources/package.json +2 -2
  42. package/node_modules/@contrast/telemetry/package.json +4 -4
  43. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +697 -30
  44. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +697 -30
  45. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
  46. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +6 -0
  47. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +6 -0
  48. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
  49. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +877 -49
  50. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +877 -49
  51. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
  52. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +13 -4
  53. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +13 -4
  54. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
  55. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
  56. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
  57. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
  58. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +697 -30
  59. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +697 -30
  60. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
  61. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +6 -0
  62. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +6 -0
  63. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
  64. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +877 -49
  65. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +877 -49
  66. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
  67. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +13 -4
  68. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +13 -4
  69. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
  70. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
  71. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
  72. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
  73. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +697 -30
  74. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +729 -61
  75. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
  76. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +6 -0
  77. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +7 -1
  78. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
  79. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +877 -49
  80. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +886 -56
  81. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
  82. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +13 -4
  83. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +13 -4
  84. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
  85. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
  86. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
  87. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
  88. package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -5
  89. package/node_modules/{pino → @pinojs/redact}/.github/dependabot.yml +1 -1
  90. package/node_modules/@pinojs/redact/.github/workflows/ci.yml +48 -0
  91. package/node_modules/@pinojs/redact/.github/workflows/publish-release.yml +43 -0
  92. package/node_modules/{abort-controller → @pinojs/redact}/LICENSE +1 -1
  93. package/node_modules/@pinojs/redact/README.md +350 -0
  94. package/node_modules/@pinojs/redact/benchmarks/basic.js +184 -0
  95. package/node_modules/@pinojs/redact/eslint.config.js +1 -0
  96. package/node_modules/@pinojs/redact/index.d.ts +52 -0
  97. package/node_modules/@pinojs/redact/index.js +529 -0
  98. package/node_modules/@pinojs/redact/index.test-d.ts +22 -0
  99. package/node_modules/@pinojs/redact/package.json +37 -0
  100. package/node_modules/@pinojs/redact/scripts/sync-version.mjs +20 -0
  101. package/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js +211 -0
  102. package/node_modules/@pinojs/redact/test/index.test.js +824 -0
  103. package/node_modules/@pinojs/redact/test/integration.test.js +390 -0
  104. package/node_modules/@pinojs/redact/test/multiple-wildcards.test.js +227 -0
  105. package/node_modules/@pinojs/redact/test/prototype-pollution.test.js +223 -0
  106. package/node_modules/@pinojs/redact/test/selective-clone.test.js +115 -0
  107. package/node_modules/@pinojs/redact/tsconfig.json +19 -0
  108. package/node_modules/@types/node/README.md +1 -1
  109. package/node_modules/@types/node/console.d.ts +3 -2
  110. package/node_modules/@types/node/package.json +2 -2
  111. package/node_modules/@types/node/process.d.ts +7 -0
  112. package/node_modules/@types/node/sqlite.d.ts +107 -0
  113. package/node_modules/@types/node/url.d.ts +32 -8
  114. package/node_modules/axios/CHANGELOG.md +18 -0
  115. package/node_modules/axios/README.md +1 -4
  116. package/node_modules/axios/dist/axios.js +2 -2
  117. package/node_modules/axios/dist/axios.js.map +1 -1
  118. package/node_modules/axios/dist/axios.min.js +2 -2
  119. package/node_modules/axios/dist/axios.min.js.map +1 -1
  120. package/node_modules/axios/dist/browser/axios.cjs +2 -2
  121. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  122. package/node_modules/axios/dist/esm/axios.js +2 -2
  123. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  124. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  125. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  126. package/node_modules/axios/dist/node/axios.cjs +25 -20
  127. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  128. package/node_modules/axios/lib/adapters/http.js +22 -18
  129. package/node_modules/axios/lib/env/data.js +1 -1
  130. package/node_modules/axios/package.json +1 -1
  131. package/node_modules/form-data/CHANGELOG.md +60 -2
  132. package/node_modules/form-data/README.md +4 -4
  133. package/node_modules/form-data/lib/form_data.js +2 -2
  134. package/node_modules/form-data/package.json +4 -4
  135. package/node_modules/ipaddr.js/README.md +1 -0
  136. package/node_modules/ipaddr.js/ipaddr.min.js +1 -1
  137. package/node_modules/ipaddr.js/lib/ipaddr.js +11 -0
  138. package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +1 -0
  139. package/node_modules/ipaddr.js/package.json +2 -3
  140. package/node_modules/nan/.github/workflows/ci.yml +3 -1
  141. package/node_modules/nan/CHANGELOG.md +4 -1
  142. package/node_modules/nan/README.md +2 -2
  143. package/node_modules/nan/nan.h +25 -15
  144. package/node_modules/nan/nan_maybe_43_inl.h +5 -1
  145. package/node_modules/nan/package.json +2 -2
  146. package/node_modules/node-abi/abi_registry.json +8 -1
  147. package/node_modules/node-abi/package.json +1 -1
  148. package/node_modules/pino/CONTRIBUTING.md +4 -0
  149. package/node_modules/pino/LICENSE +1 -1
  150. package/node_modules/pino/README.md +20 -3
  151. package/node_modules/pino/benchmarks/basic.bench.js +1 -1
  152. package/node_modules/pino/benchmarks/child-child.bench.js +1 -1
  153. package/node_modules/pino/benchmarks/child-creation.bench.js +1 -1
  154. package/node_modules/pino/benchmarks/child.bench.js +1 -1
  155. package/node_modules/pino/benchmarks/deep-object.bench.js +1 -1
  156. package/node_modules/pino/benchmarks/internal/just-pino-heavy.bench.js +1 -1
  157. package/node_modules/pino/benchmarks/internal/just-pino.bench.js +1 -1
  158. package/node_modules/pino/benchmarks/internal/redact.bench.js +1 -1
  159. package/node_modules/pino/benchmarks/long-string.bench.js +1 -1
  160. package/node_modules/pino/benchmarks/multi-arg.bench.js +1 -1
  161. package/node_modules/pino/benchmarks/multistream.js +1 -1
  162. package/node_modules/pino/benchmarks/object.bench.js +1 -1
  163. package/node_modules/pino/benchmarks/utils/generate-benchmark-doc.js +2 -2
  164. package/node_modules/pino/benchmarks/utils/runbench.js +3 -3
  165. package/node_modules/pino/benchmarks/utils/wrap-log-level.js +2 -2
  166. package/node_modules/pino/browser.js +76 -36
  167. package/node_modules/pino/build/sync-version.js +18 -3
  168. package/node_modules/pino/docs/api.md +155 -13
  169. package/node_modules/pino/docs/browser.md +16 -1
  170. package/node_modules/pino/docs/bundling.md +5 -3
  171. package/node_modules/pino/docs/diagnostics.md +16 -0
  172. package/node_modules/pino/docs/ecosystem.md +15 -12
  173. package/node_modules/pino/docs/help.md +29 -3
  174. package/node_modules/pino/docs/lts.md +5 -4
  175. package/node_modules/pino/docs/transports.md +442 -271
  176. package/node_modules/pino/docs/web.md +59 -9
  177. package/node_modules/pino/eslint.config.js +19 -0
  178. package/node_modules/pino/examples/transport.js +2 -2
  179. package/node_modules/pino/file.js +1 -1
  180. package/node_modules/pino/lib/meta.js +1 -1
  181. package/node_modules/pino/lib/multistream.js +17 -2
  182. package/node_modules/pino/lib/proto.js +35 -11
  183. package/node_modules/pino/lib/redaction.js +9 -13
  184. package/node_modules/pino/lib/time.js +29 -1
  185. package/node_modules/pino/lib/tools.js +37 -8
  186. package/node_modules/pino/lib/transport-stream.js +10 -4
  187. package/node_modules/pino/lib/transport.js +23 -9
  188. package/node_modules/pino/lib/worker.js +164 -24
  189. package/node_modules/pino/package.json +28 -27
  190. package/node_modules/pino/pino.d.ts +244 -203
  191. package/node_modules/pino/pino.js +7 -3
  192. package/node_modules/pino/test/basic.test.js +181 -169
  193. package/node_modules/pino/test/broken-pipe.test.js +18 -16
  194. package/node_modules/pino/test/browser-child.test.js +26 -0
  195. package/node_modules/pino/test/browser-is-level-enabled.test.js +101 -0
  196. package/node_modules/pino/test/browser-serializers.test.js +0 -2
  197. package/node_modules/pino/test/browser-transmit.test.js +68 -0
  198. package/node_modules/pino/test/browser.test.js +98 -13
  199. package/node_modules/pino/test/complex-objects.test.js +8 -6
  200. package/node_modules/pino/test/crlf.test.js +7 -5
  201. package/node_modules/pino/test/custom-levels.test.js +80 -66
  202. package/node_modules/pino/test/diagnostics.test.js +107 -0
  203. package/node_modules/pino/test/error-key.test.js +37 -0
  204. package/node_modules/pino/test/error.test.js +48 -43
  205. package/node_modules/pino/test/escaping.test.js +8 -6
  206. package/node_modules/pino/test/esm/esm.mjs +5 -3
  207. package/node_modules/pino/test/esm/index.test.js +14 -27
  208. package/node_modules/pino/test/esm/named-exports.mjs +9 -8
  209. package/node_modules/pino/test/exit.test.js +18 -16
  210. package/node_modules/pino/test/fixtures/broken-pipe/basic.js +1 -1
  211. package/node_modules/pino/test/fixtures/broken-pipe/destination.js +1 -1
  212. package/node_modules/pino/test/fixtures/broken-pipe/syncfalse.js +1 -1
  213. package/node_modules/pino/test/fixtures/console-transport.js +1 -1
  214. package/node_modules/pino/test/fixtures/crashing-transport.js +13 -0
  215. package/node_modules/pino/test/fixtures/default-exit.js +1 -1
  216. package/node_modules/pino/test/fixtures/destination-exit.js +1 -1
  217. package/node_modules/pino/test/fixtures/noop-transport.js +1 -1
  218. package/node_modules/pino/test/fixtures/pretty/null-prototype.js +1 -1
  219. package/node_modules/pino/test/fixtures/stdout-hack-protection.js +1 -1
  220. package/node_modules/pino/test/fixtures/syncfalse-child.js +1 -1
  221. package/node_modules/pino/test/fixtures/syncfalse-exit.js +1 -1
  222. package/node_modules/pino/test/fixtures/syncfalse-flush-exit.js +1 -1
  223. package/node_modules/pino/test/fixtures/syncfalse.js +1 -1
  224. package/node_modules/pino/test/fixtures/syntax-error-esm.mjs +2 -0
  225. package/node_modules/pino/test/fixtures/to-file-transport-with-transform.js +3 -3
  226. package/node_modules/pino/test/fixtures/to-file-transport.js +2 -2
  227. package/node_modules/pino/test/fixtures/to-file-transport.mjs +2 -2
  228. package/node_modules/pino/test/fixtures/transport/index.js +2 -2
  229. package/node_modules/pino/test/fixtures/transport-main.js +1 -1
  230. package/node_modules/pino/test/fixtures/transport-transform.js +1 -1
  231. package/node_modules/pino/test/fixtures/transport-uses-pino-config.js +1 -1
  232. package/node_modules/pino/test/fixtures/transport-worker-data.js +1 -1
  233. package/node_modules/pino/test/fixtures/transport-worker.js +2 -2
  234. package/node_modules/pino/test/fixtures/ts/to-file-transport-with-transform.ts +3 -3
  235. package/node_modules/pino/test/fixtures/ts/to-file-transport.ts +2 -2
  236. package/node_modules/pino/test/fixtures/ts/transpile.cjs +1 -1
  237. package/node_modules/pino/test/fixtures/ts/transport-exit-immediately-with-async-dest.ts +1 -1
  238. package/node_modules/pino/test/fixtures/ts/transport-main.ts +1 -1
  239. package/node_modules/pino/test/fixtures/ts/transport-worker.ts +1 -1
  240. package/node_modules/pino/test/formatters.test.js +46 -37
  241. package/node_modules/pino/test/helper.d.ts +1 -1
  242. package/node_modules/pino/test/helper.js +37 -10
  243. package/node_modules/pino/test/hooks.test.js +45 -28
  244. package/node_modules/pino/test/http.test.js +39 -67
  245. package/node_modules/pino/test/internals/version.test.js +11 -9
  246. package/node_modules/pino/test/is-level-enabled.test.js +66 -72
  247. package/node_modules/pino/test/levels.test.js +245 -141
  248. package/node_modules/pino/test/metadata.test.js +45 -31
  249. package/node_modules/pino/test/mixin-merge-strategy.test.js +9 -7
  250. package/node_modules/pino/test/mixin.test.js +63 -40
  251. package/node_modules/pino/test/multistream.test.js +174 -118
  252. package/node_modules/pino/test/redact.test.js +172 -126
  253. package/node_modules/pino/test/serializers.test.js +61 -57
  254. package/node_modules/pino/test/stdout-protection.test.js +14 -12
  255. package/node_modules/pino/test/syncfalse.test.js +29 -34
  256. package/node_modules/pino/test/timestamp-nano.test.js +37 -0
  257. package/node_modules/pino/test/timestamp.test.js +37 -34
  258. package/node_modules/pino/test/transport/big.test.js +11 -12
  259. package/node_modules/pino/test/transport/bundlers-support.test.js +15 -43
  260. package/node_modules/pino/test/transport/caller.test.js +9 -8
  261. package/node_modules/pino/test/transport/core.test.js +175 -145
  262. package/node_modules/pino/test/transport/core.transpiled.test.ts +17 -19
  263. package/node_modules/pino/test/transport/crash.test.js +36 -0
  264. package/node_modules/pino/test/transport/module-link.test.js +21 -19
  265. package/node_modules/pino/test/transport/pipeline.test.js +109 -8
  266. package/node_modules/pino/test/transport/repl.test.js +4 -3
  267. package/node_modules/pino/test/transport/{syncfalse.test.js → sync-false.test.js} +14 -12
  268. package/node_modules/pino/test/transport/sync-true.test.js +57 -0
  269. package/node_modules/pino/test/transport/targets.test.js +25 -5
  270. package/node_modules/pino/test/transport/uses-pino-config.test.js +16 -17
  271. package/node_modules/pino/test/transport-stream.test.js +40 -0
  272. package/node_modules/pino/test/types/{pino-import.test-d.ts → pino-import.test-d.cts} +4 -3
  273. package/node_modules/pino/test/types/pino-multistream.test-d.ts +1 -1
  274. package/node_modules/pino/test/types/pino-top-export.test-d.ts +1 -0
  275. package/node_modules/pino/test/types/pino-transport.test-d.ts +1 -1
  276. package/node_modules/pino/test/types/pino-type-only.test-d.ts +24 -6
  277. package/node_modules/pino/test/types/pino.test-d.ts +161 -6
  278. package/node_modules/pino/test/types/pino.ts +31 -19
  279. package/node_modules/pino/tsconfig.json +1 -1
  280. package/node_modules/pino-abstract-transport/.github/workflows/ci.yml +2 -4
  281. package/node_modules/pino-abstract-transport/index.js +1 -1
  282. package/node_modules/pino-abstract-transport/package.json +2 -3
  283. package/node_modules/pino-abstract-transport/test/base.test.js +1 -1
  284. package/node_modules/pino-abstract-transport/test/worker.test.js +7 -14
  285. package/node_modules/pino-std-serializers/.github/workflows/ci.yml +5 -5
  286. package/node_modules/pino-std-serializers/Readme.md +1 -0
  287. package/node_modules/pino-std-serializers/package.json +9 -8
  288. package/node_modules/pino-std-serializers/test/err-with-cause.test.js +72 -88
  289. package/node_modules/pino-std-serializers/test/err.test.js +76 -91
  290. package/node_modules/pino-std-serializers/test/req.test.js +142 -98
  291. package/node_modules/pino-std-serializers/test/res.test.js +42 -31
  292. package/node_modules/process-warning/.github/dependabot.yml +1 -1
  293. package/node_modules/process-warning/.github/workflows/ci.yml +1 -2
  294. package/node_modules/process-warning/README.md +4 -4
  295. package/node_modules/process-warning/eslint.config.js +6 -0
  296. package/node_modules/process-warning/package.json +39 -8
  297. package/node_modules/process-warning/test/emit-interpolated-string.test.js +11 -6
  298. package/node_modules/process-warning/test/emit-once-only.test.js +11 -6
  299. package/node_modules/process-warning/test/emit-reset.test.js +10 -6
  300. package/node_modules/process-warning/test/emit-set.test.js +10 -5
  301. package/node_modules/process-warning/test/emit-unlimited.test.js +12 -7
  302. package/node_modules/process-warning/test/index.test.js +20 -20
  303. package/node_modules/process-warning/test/issue-88.test.js +8 -3
  304. package/node_modules/process-warning/test/jest.test.js +17 -15
  305. package/node_modules/process-warning/test/no-warnings.test.js +9 -9
  306. package/node_modules/process-warning/test/promise.js +10 -0
  307. package/node_modules/process-warning/types/index.d.ts +5 -5
  308. package/node_modules/thread-stream/.github/workflows/ci.yml +4 -8
  309. package/node_modules/thread-stream/index.d.ts +4 -5
  310. package/node_modules/thread-stream/lib/worker.js +5 -2
  311. package/node_modules/thread-stream/package.json +6 -4
  312. package/node_modules/thread-stream/test/base.test.js +12 -0
  313. package/node_modules/thread-stream/test/never-drain.test.js +3 -1
  314. package/node_modules/thread-stream/test/pkg/pkg.test.js +2 -0
  315. package/node_modules/thread-stream/test/syntax-error.mjs +2 -0
  316. package/node_modules/thread-stream/tsconfig.json +8 -0
  317. package/node_modules/yaml/browser/dist/compose/compose-collection.js +1 -1
  318. package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -1
  319. package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -2
  320. package/node_modules/yaml/browser/dist/errors.js +1 -1
  321. package/node_modules/yaml/browser/dist/nodes/Alias.js +1 -1
  322. package/node_modules/yaml/browser/dist/parse/parser.js +2 -2
  323. package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +1 -1
  324. package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
  325. package/node_modules/yaml/dist/compose/compose-collection.js +1 -1
  326. package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -1
  327. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -2
  328. package/node_modules/yaml/dist/errors.js +1 -1
  329. package/node_modules/yaml/dist/nodes/Alias.js +1 -1
  330. package/node_modules/yaml/dist/parse/parser.js +2 -2
  331. package/node_modules/yaml/dist/stringify/stringifyNumber.js +1 -1
  332. package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
  333. package/node_modules/yaml/package.json +4 -4
  334. package/package.json +2 -2
  335. package/node_modules/@contrast/route-coverage/lib/install/express/express4.js +0 -157
  336. package/node_modules/@contrast/route-coverage/lib/install/express/express5.js +0 -553
  337. package/node_modules/abort-controller/README.md +0 -98
  338. package/node_modules/abort-controller/browser.js +0 -13
  339. package/node_modules/abort-controller/browser.mjs +0 -11
  340. package/node_modules/abort-controller/dist/abort-controller.d.ts +0 -43
  341. package/node_modules/abort-controller/dist/abort-controller.js +0 -127
  342. package/node_modules/abort-controller/dist/abort-controller.js.map +0 -1
  343. package/node_modules/abort-controller/dist/abort-controller.mjs +0 -118
  344. package/node_modules/abort-controller/dist/abort-controller.mjs.map +0 -1
  345. package/node_modules/abort-controller/dist/abort-controller.umd.js +0 -5
  346. package/node_modules/abort-controller/dist/abort-controller.umd.js.map +0 -1
  347. package/node_modules/abort-controller/package.json +0 -97
  348. package/node_modules/abort-controller/polyfill.js +0 -21
  349. package/node_modules/abort-controller/polyfill.mjs +0 -19
  350. package/node_modules/base64-js/LICENSE +0 -21
  351. package/node_modules/base64-js/README.md +0 -34
  352. package/node_modules/base64-js/base64js.min.js +0 -1
  353. package/node_modules/base64-js/index.d.ts +0 -3
  354. package/node_modules/base64-js/index.js +0 -150
  355. package/node_modules/base64-js/package.json +0 -47
  356. package/node_modules/buffer/AUTHORS.md +0 -73
  357. package/node_modules/buffer/LICENSE +0 -21
  358. package/node_modules/buffer/README.md +0 -410
  359. package/node_modules/buffer/index.d.ts +0 -194
  360. package/node_modules/buffer/index.js +0 -2106
  361. package/node_modules/buffer/package.json +0 -93
  362. package/node_modules/event-target-shim/LICENSE +0 -22
  363. package/node_modules/event-target-shim/README.md +0 -293
  364. package/node_modules/event-target-shim/dist/event-target-shim.js +0 -871
  365. package/node_modules/event-target-shim/dist/event-target-shim.js.map +0 -1
  366. package/node_modules/event-target-shim/dist/event-target-shim.mjs +0 -862
  367. package/node_modules/event-target-shim/dist/event-target-shim.mjs.map +0 -1
  368. package/node_modules/event-target-shim/dist/event-target-shim.umd.js +0 -6
  369. package/node_modules/event-target-shim/dist/event-target-shim.umd.js.map +0 -1
  370. package/node_modules/event-target-shim/index.d.ts +0 -399
  371. package/node_modules/event-target-shim/package.json +0 -82
  372. package/node_modules/events/.airtap.yml +0 -15
  373. package/node_modules/events/.github/FUNDING.yml +0 -12
  374. package/node_modules/events/.travis.yml +0 -18
  375. package/node_modules/events/History.md +0 -118
  376. package/node_modules/events/LICENSE +0 -22
  377. package/node_modules/events/Readme.md +0 -50
  378. package/node_modules/events/events.js +0 -497
  379. package/node_modules/events/package.json +0 -37
  380. package/node_modules/events/security.md +0 -10
  381. package/node_modules/events/tests/add-listeners.js +0 -111
  382. package/node_modules/events/tests/check-listener-leaks.js +0 -101
  383. package/node_modules/events/tests/common.js +0 -104
  384. package/node_modules/events/tests/errors.js +0 -13
  385. package/node_modules/events/tests/events-list.js +0 -28
  386. package/node_modules/events/tests/events-once.js +0 -234
  387. package/node_modules/events/tests/index.js +0 -64
  388. package/node_modules/events/tests/legacy-compat.js +0 -16
  389. package/node_modules/events/tests/listener-count.js +0 -37
  390. package/node_modules/events/tests/listeners-side-effects.js +0 -56
  391. package/node_modules/events/tests/listeners.js +0 -168
  392. package/node_modules/events/tests/max-listeners.js +0 -47
  393. package/node_modules/events/tests/method-names.js +0 -35
  394. package/node_modules/events/tests/modify-in-emit.js +0 -90
  395. package/node_modules/events/tests/num-args.js +0 -60
  396. package/node_modules/events/tests/once.js +0 -83
  397. package/node_modules/events/tests/prepend.js +0 -31
  398. package/node_modules/events/tests/remove-all-listeners.js +0 -133
  399. package/node_modules/events/tests/remove-listeners.js +0 -212
  400. package/node_modules/events/tests/set-max-listeners-side-effects.js +0 -31
  401. package/node_modules/events/tests/special-event-names.js +0 -45
  402. package/node_modules/events/tests/subclass.js +0 -66
  403. package/node_modules/events/tests/symbols.js +0 -25
  404. package/node_modules/fast-redact/.github/workflows/ci.yml +0 -37
  405. package/node_modules/fast-redact/LICENSE +0 -21
  406. package/node_modules/fast-redact/benchmark/index.js +0 -223
  407. package/node_modules/fast-redact/example/default-usage.js +0 -14
  408. package/node_modules/fast-redact/example/intermediate-wildcard-array.js +0 -11
  409. package/node_modules/fast-redact/example/multi-wildcard-array-depth.js +0 -11
  410. package/node_modules/fast-redact/example/multi-wildcard-array-end.js +0 -11
  411. package/node_modules/fast-redact/example/multi-wildcard-array.js +0 -11
  412. package/node_modules/fast-redact/example/serialize-false.js +0 -11
  413. package/node_modules/fast-redact/example/serialize-function.js +0 -4
  414. package/node_modules/fast-redact/example/top-wildcard-object.js +0 -9
  415. package/node_modules/fast-redact/index.js +0 -56
  416. package/node_modules/fast-redact/lib/modifiers.js +0 -291
  417. package/node_modules/fast-redact/lib/parse.js +0 -44
  418. package/node_modules/fast-redact/lib/redactor.js +0 -108
  419. package/node_modules/fast-redact/lib/restorer.js +0 -92
  420. package/node_modules/fast-redact/lib/rx.js +0 -16
  421. package/node_modules/fast-redact/lib/state.js +0 -20
  422. package/node_modules/fast-redact/lib/validator.js +0 -33
  423. package/node_modules/fast-redact/package.json +0 -50
  424. package/node_modules/fast-redact/readme.md +0 -282
  425. package/node_modules/fast-redact/test/index.js +0 -1502
  426. package/node_modules/ieee754/LICENSE +0 -11
  427. package/node_modules/ieee754/README.md +0 -51
  428. package/node_modules/ieee754/index.d.ts +0 -10
  429. package/node_modules/ieee754/index.js +0 -85
  430. package/node_modules/ieee754/package.json +0 -52
  431. package/node_modules/pino/.eslintignore +0 -2
  432. package/node_modules/pino/.eslintrc +0 -8
  433. package/node_modules/pino/.github/workflows/bench.yml +0 -61
  434. package/node_modules/pino/.github/workflows/ci.yml +0 -86
  435. package/node_modules/pino/.github/workflows/lock-threads.yml +0 -30
  436. package/node_modules/pino/.github/workflows/package-manager-ci.yml +0 -99
  437. package/node_modules/pino/.github/workflows/target-main.yml +0 -23
  438. package/node_modules/pino/.taprc.yaml +0 -8
  439. package/node_modules/pino/docsify/sidebar.md +0 -26
  440. package/node_modules/pino/favicon-16x16.png +0 -0
  441. package/node_modules/pino/favicon-32x32.png +0 -0
  442. package/node_modules/pino/lib/worker-pipeline.js +0 -38
  443. package/node_modules/pino/node_modules/sonic-boom/.eslintignore +0 -2
  444. package/node_modules/pino/node_modules/sonic-boom/.husky/pre-commit +0 -4
  445. package/node_modules/pino/node_modules/sonic-boom/.taprc.yaml +0 -11
  446. package/node_modules/pino/node_modules/sonic-boom/LICENSE +0 -21
  447. package/node_modules/pino/node_modules/sonic-boom/README.md +0 -151
  448. package/node_modules/pino/node_modules/sonic-boom/bench.js +0 -98
  449. package/node_modules/pino/node_modules/sonic-boom/check.js +0 -18
  450. package/node_modules/pino/node_modules/sonic-boom/example.js +0 -8
  451. package/node_modules/pino/node_modules/sonic-boom/fixtures/firehose.js +0 -22
  452. package/node_modules/pino/node_modules/sonic-boom/index.js +0 -690
  453. package/node_modules/pino/node_modules/sonic-boom/package.json +0 -50
  454. package/node_modules/pino/node_modules/sonic-boom/test/destroy.test.js +0 -49
  455. package/node_modules/pino/node_modules/sonic-boom/test/end.test.js +0 -98
  456. package/node_modules/pino/node_modules/sonic-boom/test/flush-sync.test.js +0 -140
  457. package/node_modules/pino/node_modules/sonic-boom/test/flush.test.js +0 -419
  458. package/node_modules/pino/node_modules/sonic-boom/test/fsync.test.js +0 -63
  459. package/node_modules/pino/node_modules/sonic-boom/test/helper.js +0 -42
  460. package/node_modules/pino/node_modules/sonic-boom/test/minlength.test.js +0 -35
  461. package/node_modules/pino/node_modules/sonic-boom/test/mode.test.js +0 -116
  462. package/node_modules/pino/node_modules/sonic-boom/test/reopen.test.js +0 -239
  463. package/node_modules/pino/node_modules/sonic-boom/test/retry.test.js +0 -414
  464. package/node_modules/pino/node_modules/sonic-boom/test/sync.test.js +0 -261
  465. package/node_modules/pino/node_modules/sonic-boom/test/write.test.js +0 -465
  466. package/node_modules/pino/node_modules/sonic-boom/types/index.d.ts +0 -62
  467. package/node_modules/pino/node_modules/sonic-boom/types/tests/test.ts +0 -4
  468. package/node_modules/pino/pino-banner.png +0 -0
  469. package/node_modules/pino/pino-logo-hire.png +0 -0
  470. package/node_modules/pino/pino-tree.png +0 -0
  471. package/node_modules/pino/pretty-demo.png +0 -0
  472. package/node_modules/pino/test/errorKey.test.js +0 -34
  473. package/node_modules/pino/test/transport/core.test.ts +0 -236
  474. package/node_modules/pino-std-serializers/.taprc +0 -2
  475. package/node_modules/process/.eslintrc +0 -21
  476. package/node_modules/process/LICENSE +0 -22
  477. package/node_modules/process/README.md +0 -26
  478. package/node_modules/process/browser.js +0 -184
  479. package/node_modules/process/index.js +0 -2
  480. package/node_modules/process/package.json +0 -27
  481. package/node_modules/process/test.js +0 -199
  482. package/node_modules/process-warning/.taprc +0 -2
  483. package/node_modules/readable-stream/LICENSE +0 -47
  484. package/node_modules/readable-stream/README.md +0 -116
  485. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -4
  486. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -4
  487. package/node_modules/readable-stream/lib/_stream_readable.js +0 -4
  488. package/node_modules/readable-stream/lib/_stream_transform.js +0 -4
  489. package/node_modules/readable-stream/lib/_stream_writable.js +0 -4
  490. package/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +0 -52
  491. package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -157
  492. package/node_modules/readable-stream/lib/internal/streams/compose.js +0 -194
  493. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -290
  494. package/node_modules/readable-stream/lib/internal/streams/duplex.js +0 -143
  495. package/node_modules/readable-stream/lib/internal/streams/duplexify.js +0 -378
  496. package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -286
  497. package/node_modules/readable-stream/lib/internal/streams/from.js +0 -98
  498. package/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +0 -51
  499. package/node_modules/readable-stream/lib/internal/streams/legacy.js +0 -89
  500. package/node_modules/readable-stream/lib/internal/streams/operators.js +0 -457
  501. package/node_modules/readable-stream/lib/internal/streams/passthrough.js +0 -39
  502. package/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -471
  503. package/node_modules/readable-stream/lib/internal/streams/readable.js +0 -1290
  504. package/node_modules/readable-stream/lib/internal/streams/state.js +0 -39
  505. package/node_modules/readable-stream/lib/internal/streams/transform.js +0 -180
  506. package/node_modules/readable-stream/lib/internal/streams/utils.js +0 -327
  507. package/node_modules/readable-stream/lib/internal/streams/writable.js +0 -819
  508. package/node_modules/readable-stream/lib/internal/validators.js +0 -530
  509. package/node_modules/readable-stream/lib/ours/browser.js +0 -35
  510. package/node_modules/readable-stream/lib/ours/errors.js +0 -343
  511. package/node_modules/readable-stream/lib/ours/index.js +0 -65
  512. package/node_modules/readable-stream/lib/ours/primordials.js +0 -124
  513. package/node_modules/readable-stream/lib/ours/util/inspect.js +0 -55
  514. package/node_modules/readable-stream/lib/ours/util.js +0 -148
  515. package/node_modules/readable-stream/lib/stream/promises.js +0 -43
  516. package/node_modules/readable-stream/lib/stream.js +0 -143
  517. package/node_modules/readable-stream/package.json +0 -88
  518. package/node_modules/safe-buffer/LICENSE +0 -21
  519. package/node_modules/safe-buffer/README.md +0 -584
  520. package/node_modules/safe-buffer/index.d.ts +0 -187
  521. package/node_modules/safe-buffer/index.js +0 -65
  522. package/node_modules/safe-buffer/package.json +0 -51
  523. package/node_modules/string_decoder/LICENSE +0 -48
  524. package/node_modules/string_decoder/README.md +0 -47
  525. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  526. package/node_modules/string_decoder/package.json +0 -34
@@ -176,6 +176,33 @@ export const ATTR_APP_SCREEN_COORDINATE_X = 'app.screen.coordinate.x';
176
176
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
177
177
  */
178
178
  export const ATTR_APP_SCREEN_COORDINATE_Y = 'app.screen.coordinate.y';
179
+ /**
180
+ * An identifier that uniquely differentiates this screen from other screens in the same application.
181
+ *
182
+ * @example f9bc787d-ff05-48ad-90e1-fca1d46130b3
183
+ * @example com.example.app.MainActivity
184
+ * @example com.example.shop.ProductDetailFragment
185
+ * @example MyApp.ProfileView
186
+ * @example MyApp.ProfileViewController
187
+ *
188
+ * @note A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).
189
+ *
190
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
191
+ */
192
+ export const ATTR_APP_SCREEN_ID = 'app.screen.id';
193
+ /**
194
+ * The name of an application screen.
195
+ *
196
+ * @example MainActivity
197
+ * @example ProductDetailFragment
198
+ * @example ProfileView
199
+ * @example ProfileViewController
200
+ *
201
+ * @note A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).
202
+ *
203
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
204
+ */
205
+ export const ATTR_APP_SCREEN_NAME = 'app.screen.name';
179
206
  /**
180
207
  * An identifier that uniquely differentiates this widget from other widgets in the same application.
181
208
  *
@@ -1521,7 +1548,7 @@ export const AZURE_COSMOSDB_CONSISTENCY_LEVEL_VALUE_STRONG = "Strong";
1521
1548
  *
1522
1549
  * @example ["North Central US", "Australia East", "Australia Southeast"]
1523
1550
  *
1524
- * @note Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location)
1551
+ * @note Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/resources/subscriptions/list-locations)
1525
1552
  *
1526
1553
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1527
1554
  */
@@ -2803,7 +2830,7 @@ export const ATTR_CONTAINER_ID = 'container.id';
2803
2830
  *
2804
2831
  * @example sha256:19c92d0a00d1b66d897bceaa7319bee0dd38a10a851c60bcec9474aa3f01e50f
2805
2832
  *
2806
- * @note Docker defines a sha256 of the image id; `container.image.id` corresponds to the `Image` field from the Docker container inspect [API](https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerInspect) endpoint.
2833
+ * @note Docker defines a sha256 of the image id; `container.image.id` corresponds to the `Image` field from the Docker container inspect [API](https://docs.docker.com/reference/api/engine/version/v1.43/#tag/Container/operation/ContainerInspect) endpoint.
2807
2834
  * K8s defines a link to the container registry repository with digest `"imageID": "registry.azurecr.io /namespace/service/dockerfile@sha256:bdeabd40c3a8a492eaf9e8e44d0ebbb84bac7ee25ac0cf8a7159d25f62555625"`.
2808
2835
  * The ID is assigned by the container runtime and can vary in different environments. Consider using `oci.manifest.digest` if it is important to identify the same image in different environments/runtimes.
2809
2836
  *
@@ -2823,13 +2850,13 @@ export const ATTR_CONTAINER_IMAGE_NAME = 'container.image.name';
2823
2850
  *
2824
2851
  * @example ["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]
2825
2852
  *
2826
- * @note [Docker](https://docs.docker.com/engine/api/v1.43/#tag/Image/operation/ImageInspect) and [CRI](https://github.com/kubernetes/cri-api/blob/c75ef5b473bbe2d0a4fc92f82235efd665ea8e9f/pkg/apis/runtime/v1/api.proto#L1237-L1238) report those under the `RepoDigests` field.
2853
+ * @note [Docker](https://docs.docker.com/reference/api/engine/version/v1.43/#tag/Image/operation/ImageInspect) and [CRI](https://github.com/kubernetes/cri-api/blob/c75ef5b473bbe2d0a4fc92f82235efd665ea8e9f/pkg/apis/runtime/v1/api.proto#L1237-L1238) report those under the `RepoDigests` field.
2827
2854
  *
2828
2855
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2829
2856
  */
2830
2857
  export const ATTR_CONTAINER_IMAGE_REPO_DIGESTS = 'container.image.repo_digests';
2831
2858
  /**
2832
- * Container image tags. An example can be found in [Docker Image Inspect](https://docs.docker.com/engine/api/v1.43/#tag/Image/operation/ImageInspect). Should be only the `<tag>` section of the full name for example from `registry.example.com/my-org/my-image:<tag>`.
2859
+ * Container image tags. An example can be found in [Docker Image Inspect](https://docs.docker.com/reference/api/engine/version/v1.43/#tag/Image/operation/ImageInspect). Should be only the `<tag>` section of the full name for example from `registry.example.com/my-org/my-image:<tag>`.
2833
2860
  *
2834
2861
  * @example ["v1.27.1", "3.5.7-0"]
2835
2862
  *
@@ -3443,7 +3470,7 @@ export const ATTR_DB_COSMOSDB_REQUEST_CONTENT_LENGTH = 'db.cosmosdb.request_cont
3443
3470
  *
3444
3471
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3445
3472
  *
3446
- * @deprecated Replaced by `db.response.status_code`.
3473
+ * @deprecated Use `db.response.status_code` instead.
3447
3474
  */
3448
3475
  export const ATTR_DB_COSMOSDB_STATUS_CODE = 'db.cosmosdb.status_code';
3449
3476
  /**
@@ -3579,14 +3606,17 @@ export const ATTR_DB_OPERATION_PARAMETER = (key) => `db.operation.parameter.${ke
3579
3606
  * `db.query.parameter.<key>` **SHOULD** match
3580
3607
  * up with the parameterized placeholders present in `db.query.text`.
3581
3608
  *
3609
+ * It is **RECOMMENDED** to capture the value as provided by the application
3610
+ * without attempting to do any case normalization.
3611
+ *
3582
3612
  * `db.query.parameter.<key>` **SHOULD NOT** be captured on batch operations.
3583
3613
  *
3584
3614
  * Examples:
3585
3615
  *
3586
3616
  * - For a query `SELECT * FROM users where username = %s` with the parameter `"jdoe"`,
3587
3617
  * the attribute `db.query.parameter.0` **SHOULD** be set to `"jdoe"`.
3588
- * - For a query `"SELECT * FROM users WHERE username = %(username)s;` with parameter
3589
- * `username = "jdoe"`, the attribute `db.query.parameter.username` **SHOULD** be set to `"jdoe"`.
3618
+ * - For a query `"SELECT * FROM users WHERE username = %(userName)s;` with parameter
3619
+ * `userName = "jdoe"`, the attribute `db.query.parameter.userName` **SHOULD** be set to `"jdoe"`.
3590
3620
  *
3591
3621
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3592
3622
  */
@@ -3600,7 +3630,7 @@ export const ATTR_DB_QUERY_PARAMETER = (key) => `db.query.parameter.${key}`;
3600
3630
  *
3601
3631
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3602
3632
  *
3603
- * @deprecated Replaced by `db.namespace`.
3633
+ * @deprecated Uncategorized.
3604
3634
  */
3605
3635
  export const ATTR_DB_REDIS_DATABASE_INDEX = 'db.redis.database_index';
3606
3636
  /**
@@ -4566,7 +4596,7 @@ export const ATTR_DNS_ANSWERS = 'dns.answers';
4566
4596
  * @example www.example.com
4567
4597
  * @example opentelemetry.io
4568
4598
  *
4569
- * @note If the name field contains non-printable characters (below 32 or above 126), those characters should be represented as escaped base 10 integers (\\DDD). Back slashes and quotes should be escaped. Tabs, carriage returns, and line feeds should be converted to \\t, \\r, and \\n respectively.
4599
+ * @note The name represents the queried domain name as it appears in the DNS query without any additional normalization.
4570
4600
  *
4571
4601
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4572
4602
  */
@@ -4612,7 +4642,7 @@ export const ATTR_ENDUSER_PSEUDO_ID = 'enduser.pseudo.id';
4612
4642
  *
4613
4643
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4614
4644
  *
4615
- * @deprecated Replaced by `user.roles`.
4645
+ * @deprecated Use `user.roles` instead.
4616
4646
  */
4617
4647
  export const ATTR_ENDUSER_ROLE = 'enduser.role';
4618
4648
  /**
@@ -4648,7 +4678,7 @@ export const ATTR_ERROR_MESSAGE = 'error.message';
4648
4678
  *
4649
4679
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4650
4680
  *
4651
- * @deprecated Replaced by EventName top-level field on the LogRecord.
4681
+ * @deprecated The value of this attribute **MUST** now be set as the value of the EventName field on the LogRecord to indicate that the LogRecord represents an Event.
4652
4682
  */
4653
4683
  export const ATTR_EVENT_NAME = 'event.name';
4654
4684
  /**
@@ -4910,7 +4940,7 @@ export const FAAS_TRIGGER_VALUE_TIMER = "timer";
4910
4940
  * - **Google Cloud Run (Services):** The [revision](https://cloud.google.com/run/docs/managing/revisions)
4911
4941
  * (i.e., the function name plus the revision suffix).
4912
4942
  * - **Google Cloud Functions:** The value of the
4913
- * [`K_REVISION` environment variable](https://cloud.google.com/functions/docs/env-var#runtime_environment_variables_set_automatically).
4943
+ * [`K_REVISION` environment variable](https://cloud.google.com/run/docs/container-contract#services-env-vars).
4914
4944
  * - **Azure Functions:** Not applicable. Do not set this attribute.
4915
4945
  *
4916
4946
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
@@ -5539,6 +5569,198 @@ export const GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE_VALUE_TEST = "TEST";
5539
5569
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5540
5570
  */
5541
5571
  export const ATTR_GCP_APPHUB_WORKLOAD_ID = 'gcp.apphub.workload.id';
5572
+ /**
5573
+ * The container within GCP where the AppHub destination application is defined.
5574
+ *
5575
+ * @example projects/my-container-project
5576
+ *
5577
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5578
+ */
5579
+ export const ATTR_GCP_APPHUB_DESTINATION_APPLICATION_CONTAINER = 'gcp.apphub_destination.application.container';
5580
+ /**
5581
+ * The name of the destination application as configured in AppHub.
5582
+ *
5583
+ * @example my-application
5584
+ *
5585
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5586
+ */
5587
+ export const ATTR_GCP_APPHUB_DESTINATION_APPLICATION_ID = 'gcp.apphub_destination.application.id';
5588
+ /**
5589
+ * The GCP zone or region where the destination application is defined.
5590
+ *
5591
+ * @example us-central1
5592
+ *
5593
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5594
+ */
5595
+ export const ATTR_GCP_APPHUB_DESTINATION_APPLICATION_LOCATION = 'gcp.apphub_destination.application.location';
5596
+ /**
5597
+ * Criticality of a destination workload indicates its importance to the business as specified in [AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type)
5598
+ *
5599
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5600
+ */
5601
+ export const ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE = 'gcp.apphub_destination.service.criticality_type';
5602
+ /**
5603
+ * Enum value "HIGH" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5604
+ *
5605
+ * High impact.
5606
+ *
5607
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5608
+ */
5609
+ export const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_HIGH = "HIGH";
5610
+ /**
5611
+ * Enum value "LOW" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5612
+ *
5613
+ * Low impact.
5614
+ *
5615
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5616
+ */
5617
+ export const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_LOW = "LOW";
5618
+ /**
5619
+ * Enum value "MEDIUM" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5620
+ *
5621
+ * Medium impact.
5622
+ *
5623
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5624
+ */
5625
+ export const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_MEDIUM = "MEDIUM";
5626
+ /**
5627
+ * Enum value "MISSION_CRITICAL" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5628
+ *
5629
+ * Mission critical service.
5630
+ *
5631
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5632
+ */
5633
+ export const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_MISSION_CRITICAL = "MISSION_CRITICAL";
5634
+ /**
5635
+ * Software lifecycle stage of a destination service as defined [AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1)
5636
+ *
5637
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5638
+ */
5639
+ export const ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE = 'gcp.apphub_destination.service.environment_type';
5640
+ /**
5641
+ * Enum value "DEVELOPMENT" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5642
+ *
5643
+ * Development environment.
5644
+ *
5645
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5646
+ */
5647
+ export const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_DEVELOPMENT = "DEVELOPMENT";
5648
+ /**
5649
+ * Enum value "PRODUCTION" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5650
+ *
5651
+ * Production environment.
5652
+ *
5653
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5654
+ */
5655
+ export const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_PRODUCTION = "PRODUCTION";
5656
+ /**
5657
+ * Enum value "STAGING" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5658
+ *
5659
+ * Staging environment.
5660
+ *
5661
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5662
+ */
5663
+ export const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_STAGING = "STAGING";
5664
+ /**
5665
+ * Enum value "TEST" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5666
+ *
5667
+ * Test environment.
5668
+ *
5669
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5670
+ */
5671
+ export const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_TEST = "TEST";
5672
+ /**
5673
+ * The name of the destination service as configured in AppHub.
5674
+ *
5675
+ * @example my-service
5676
+ *
5677
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5678
+ */
5679
+ export const ATTR_GCP_APPHUB_DESTINATION_SERVICE_ID = 'gcp.apphub_destination.service.id';
5680
+ /**
5681
+ * Criticality of a destination workload indicates its importance to the business as specified in [AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type)
5682
+ *
5683
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5684
+ */
5685
+ export const ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE = 'gcp.apphub_destination.workload.criticality_type';
5686
+ /**
5687
+ * Enum value "HIGH" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5688
+ *
5689
+ * High impact.
5690
+ *
5691
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5692
+ */
5693
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_HIGH = "HIGH";
5694
+ /**
5695
+ * Enum value "LOW" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5696
+ *
5697
+ * Low impact.
5698
+ *
5699
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5700
+ */
5701
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_LOW = "LOW";
5702
+ /**
5703
+ * Enum value "MEDIUM" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5704
+ *
5705
+ * Medium impact.
5706
+ *
5707
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5708
+ */
5709
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_MEDIUM = "MEDIUM";
5710
+ /**
5711
+ * Enum value "MISSION_CRITICAL" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5712
+ *
5713
+ * Mission critical service.
5714
+ *
5715
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5716
+ */
5717
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_MISSION_CRITICAL = "MISSION_CRITICAL";
5718
+ /**
5719
+ * Environment of a destination workload is the stage of a software lifecycle as provided in the [AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1)
5720
+ *
5721
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5722
+ */
5723
+ export const ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE = 'gcp.apphub_destination.workload.environment_type';
5724
+ /**
5725
+ * Enum value "DEVELOPMENT" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5726
+ *
5727
+ * Development environment.
5728
+ *
5729
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5730
+ */
5731
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_DEVELOPMENT = "DEVELOPMENT";
5732
+ /**
5733
+ * Enum value "PRODUCTION" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5734
+ *
5735
+ * Production environment.
5736
+ *
5737
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5738
+ */
5739
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_PRODUCTION = "PRODUCTION";
5740
+ /**
5741
+ * Enum value "STAGING" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5742
+ *
5743
+ * Staging environment.
5744
+ *
5745
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5746
+ */
5747
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_STAGING = "STAGING";
5748
+ /**
5749
+ * Enum value "TEST" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5750
+ *
5751
+ * Test environment.
5752
+ *
5753
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5754
+ */
5755
+ export const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_TEST = "TEST";
5756
+ /**
5757
+ * The name of the destination workload as configured in AppHub.
5758
+ *
5759
+ * @example my-workload
5760
+ *
5761
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5762
+ */
5763
+ export const ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ID = 'gcp.apphub_destination.workload.id';
5542
5764
  /**
5543
5765
  * Identifies the Google Cloud service for which the official client library is intended.
5544
5766
  *
@@ -5643,6 +5865,55 @@ export const ATTR_GEN_AI_CONVERSATION_ID = 'gen_ai.conversation.id';
5643
5865
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5644
5866
  */
5645
5867
  export const ATTR_GEN_AI_DATA_SOURCE_ID = 'gen_ai.data_source.id';
5868
+ /**
5869
+ * The number of dimensions the resulting output embeddings should have.
5870
+ *
5871
+ * @example 512
5872
+ * @example 1024
5873
+ *
5874
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5875
+ */
5876
+ export const ATTR_GEN_AI_EMBEDDINGS_DIMENSION_COUNT = 'gen_ai.embeddings.dimension.count';
5877
+ /**
5878
+ * A free-form explanation for the assigned score provided by the evaluator.
5879
+ *
5880
+ * @example The response is factually accurate but lacks sufficient detail to fully address the question.
5881
+ *
5882
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5883
+ */
5884
+ export const ATTR_GEN_AI_EVALUATION_EXPLANATION = 'gen_ai.evaluation.explanation';
5885
+ /**
5886
+ * The name of the evaluation metric used for the GenAI response.
5887
+ *
5888
+ * @example Relevance
5889
+ * @example IntentResolution
5890
+ *
5891
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5892
+ */
5893
+ export const ATTR_GEN_AI_EVALUATION_NAME = 'gen_ai.evaluation.name';
5894
+ /**
5895
+ * Human readable label for evaluation.
5896
+ *
5897
+ * @example relevant
5898
+ * @example not_relevant
5899
+ * @example correct
5900
+ * @example incorrect
5901
+ * @example pass
5902
+ * @example fail
5903
+ *
5904
+ * @note This attribute provides a human-readable interpretation of the evaluation score produced by an evaluator. For example, a score value of 1 could mean "relevant" in one evaluation system and "not relevant" in another, depending on the scoring range and evaluator. The label **SHOULD** have low cardinality. Possible values depend on the evaluation metric and evaluator used; implementations **SHOULD** document the possible values.
5905
+ *
5906
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5907
+ */
5908
+ export const ATTR_GEN_AI_EVALUATION_SCORE_LABEL = 'gen_ai.evaluation.score.label';
5909
+ /**
5910
+ * The evaluation score returned by the evaluator.
5911
+ *
5912
+ * @example 4.0
5913
+ *
5914
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5915
+ */
5916
+ export const ATTR_GEN_AI_EVALUATION_SCORE_VALUE = 'gen_ai.evaluation.score.value';
5646
5917
  /**
5647
5918
  * The chat history provided to the model as an input.
5648
5919
  *
@@ -6232,6 +6503,8 @@ export const GEN_AI_SYSTEM_VALUE_AWS_BEDROCK = "aws.bedrock";
6232
6503
  * Azure AI Inference
6233
6504
  *
6234
6505
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6506
+ *
6507
+ * @deprecated Replaced by `azure.ai.inference`.
6235
6508
  */
6236
6509
  export const GEN_AI_SYSTEM_VALUE_AZ_AI_INFERENCE = "az.ai.inference";
6237
6510
  /**
@@ -6240,6 +6513,8 @@ export const GEN_AI_SYSTEM_VALUE_AZ_AI_INFERENCE = "az.ai.inference";
6240
6513
  * Azure OpenAI
6241
6514
  *
6242
6515
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6516
+ *
6517
+ * @deprecated Replaced by `azure.ai.openai`.
6243
6518
  */
6244
6519
  export const GEN_AI_SYSTEM_VALUE_AZ_AI_OPENAI = "az.ai.openai";
6245
6520
  /**
@@ -6364,8 +6639,6 @@ export const GEN_AI_SYSTEM_VALUE_VERTEX_AI = "vertex_ai";
6364
6639
  * xAI
6365
6640
  *
6366
6641
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6367
- *
6368
- * @deprecated Replaced by `x_ai`.
6369
6642
  */
6370
6643
  export const GEN_AI_SYSTEM_VALUE_XAI = "xai";
6371
6644
  /**
@@ -6448,6 +6721,25 @@ export const GEN_AI_TOKEN_TYPE_VALUE_COMPLETION = "output";
6448
6721
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6449
6722
  */
6450
6723
  export const GEN_AI_TOKEN_TYPE_VALUE_OUTPUT = "output";
6724
+ /**
6725
+ * Parameters passed to the tool call.
6726
+ *
6727
+ * @example {
6728
+ * "location": "San Francisco?",
6729
+ * "date": "2025-10-01"
6730
+ * }
6731
+ *
6732
+ * @note > [!WARNING]
6733
+ *
6734
+ * > This attribute may contain sensitive information.
6735
+ *
6736
+ * It's expected to be an object - in case a serialized string is available
6737
+ * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6738
+ * deserialize it to an object. When recorded on spans, it **MAY** be recorded as a JSON string if structured format is not supported and **SHOULD** be recorded in structured form otherwise.
6739
+ *
6740
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6741
+ */
6742
+ export const ATTR_GEN_AI_TOOL_CALL_ARGUMENTS = 'gen_ai.tool.call.arguments';
6451
6743
  /**
6452
6744
  * The tool call identifier.
6453
6745
  *
@@ -6456,6 +6748,72 @@ export const GEN_AI_TOKEN_TYPE_VALUE_OUTPUT = "output";
6456
6748
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6457
6749
  */
6458
6750
  export const ATTR_GEN_AI_TOOL_CALL_ID = 'gen_ai.tool.call.id';
6751
+ /**
6752
+ * The result returned by the tool call (if any and if execution was successful).
6753
+ *
6754
+ * @example {
6755
+ * "temperature_range": {
6756
+ * "high": 75,
6757
+ * "low": 60
6758
+ * },
6759
+ * "conditions": "sunny"
6760
+ * }
6761
+ *
6762
+ * @note > [!WARNING]
6763
+ *
6764
+ * > This attribute may contain sensitive information.
6765
+ *
6766
+ * It's expected to be an object - in case a serialized string is available
6767
+ * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6768
+ * deserialize it to an object. When recorded on spans, it **MAY** be recorded as a JSON string if structured format is not supported and **SHOULD** be recorded in structured form otherwise.
6769
+ *
6770
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6771
+ */
6772
+ export const ATTR_GEN_AI_TOOL_CALL_RESULT = 'gen_ai.tool.call.result';
6773
+ /**
6774
+ * The list of source system tool definitions available to the GenAI agent or model.
6775
+ *
6776
+ * @example [
6777
+ * {
6778
+ * "type": "function",
6779
+ * "name": "get_current_weather",
6780
+ * "description": "Get the current weather in a given location",
6781
+ * "parameters": {
6782
+ * "type": "object",
6783
+ * "properties": {
6784
+ * "location": {
6785
+ * "type": "string",
6786
+ * "description": "The city and state, e.g. San Francisco, CA"
6787
+ * },
6788
+ * "unit": {
6789
+ * "type": "string",
6790
+ * "enum": [
6791
+ * "celsius",
6792
+ * "fahrenheit"
6793
+ * ]
6794
+ * }
6795
+ * },
6796
+ * "required": [
6797
+ * "location",
6798
+ * "unit"
6799
+ * ]
6800
+ * }
6801
+ * }
6802
+ * ]
6803
+ *
6804
+ * @note The value of this attribute matches source system tool definition format.
6805
+ *
6806
+ * It's expected to be an array of objects where each object represents a tool definition. In case a serialized string is available
6807
+ * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6808
+ * deserialize it to an array. When recorded on spans, it **MAY** be recorded as a JSON string if structured format is not supported and **SHOULD** be recorded in structured form otherwise.
6809
+ *
6810
+ * Since this attribute could be large, it's NOT **RECOMMENDED** to populate
6811
+ * it by default. Instrumentations **MAY** provide a way to enable
6812
+ * populating this attribute.
6813
+ *
6814
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6815
+ */
6816
+ export const ATTR_GEN_AI_TOOL_DEFINITIONS = 'gen_ai.tool.definitions';
6459
6817
  /**
6460
6818
  * The tool description.
6461
6819
  *
@@ -6963,11 +7321,11 @@ export const HTTP_CONNECTION_STATE_VALUE_ACTIVE = "active";
6963
7321
  */
6964
7322
  export const HTTP_CONNECTION_STATE_VALUE_IDLE = "idle";
6965
7323
  /**
6966
- * Deprecated, use `network.protocol.name` instead.
7324
+ * Deprecated, use `network.protocol.name` and `network.protocol.version` instead.
6967
7325
  *
6968
7326
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6969
7327
  *
6970
- * @deprecated Replaced by `network.protocol.name`.
7328
+ * @deprecated Split into `network.protocol.name` and `network.protocol.version`
6971
7329
  */
6972
7330
  export const ATTR_HTTP_FLAVOR = 'http.flavor';
6973
7331
  /**
@@ -7048,6 +7406,14 @@ export const ATTR_HTTP_METHOD = 'http.method';
7048
7406
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7049
7407
  */
7050
7408
  export const ATTR_HTTP_REQUEST_BODY_SIZE = 'http.request.body.size';
7409
+ /**
7410
+ * Enum value "QUERY" for attribute {@link ATTR_HTTP_REQUEST_METHOD}.
7411
+ *
7412
+ * QUERY method.
7413
+ *
7414
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7415
+ */
7416
+ export const HTTP_REQUEST_METHOD_VALUE_QUERY = "QUERY";
7051
7417
  /**
7052
7418
  * The total size of the request in bytes. This should be the total number of bytes sent over the wire, including the request line (HTTP/1.1), framing (HTTP/2 and HTTP/3), headers, and request body if any.
7053
7419
  *
@@ -8549,6 +8915,104 @@ export const ATTR_K8S_POD_LABELS = (key) => `k8s.pod.labels.${key}`;
8549
8915
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8550
8916
  */
8551
8917
  export const ATTR_K8S_POD_NAME = 'k8s.pod.name';
8918
+ /**
8919
+ * The phase for the pod. Corresponds to the `phase` field of the: [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#podstatus-v1-core)
8920
+ *
8921
+ * @example Pending
8922
+ * @example Running
8923
+ *
8924
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8925
+ */
8926
+ export const ATTR_K8S_POD_STATUS_PHASE = 'k8s.pod.status.phase';
8927
+ /**
8928
+ * Enum value "Failed" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8929
+ *
8930
+ * All containers in the pod have terminated, and at least one container has terminated in a failure (exited with a non-zero exit code or was stopped by the system).
8931
+ *
8932
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8933
+ */
8934
+ export const K8S_POD_STATUS_PHASE_VALUE_FAILED = "Failed";
8935
+ /**
8936
+ * Enum value "Pending" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8937
+ *
8938
+ * The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being bound to a node, as well as time spent pulling images onto the host.
8939
+ *
8940
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8941
+ */
8942
+ export const K8S_POD_STATUS_PHASE_VALUE_PENDING = "Pending";
8943
+ /**
8944
+ * Enum value "Running" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8945
+ *
8946
+ * The pod has been bound to a node and all of the containers have been started. At least one container is still running or is in the process of being restarted.
8947
+ *
8948
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8949
+ */
8950
+ export const K8S_POD_STATUS_PHASE_VALUE_RUNNING = "Running";
8951
+ /**
8952
+ * Enum value "Succeeded" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8953
+ *
8954
+ * All containers in the pod have voluntarily terminated with a container exit code of 0, and the system is not going to restart any of these containers.
8955
+ *
8956
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8957
+ */
8958
+ export const K8S_POD_STATUS_PHASE_VALUE_SUCCEEDED = "Succeeded";
8959
+ /**
8960
+ * Enum value "Unknown" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8961
+ *
8962
+ * For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.
8963
+ *
8964
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8965
+ */
8966
+ export const K8S_POD_STATUS_PHASE_VALUE_UNKNOWN = "Unknown";
8967
+ /**
8968
+ * The reason for the pod state. Corresponds to the `reason` field of the: [K8s PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#podstatus-v1-core)
8969
+ *
8970
+ * @example Evicted
8971
+ * @example NodeAffinity
8972
+ *
8973
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8974
+ */
8975
+ export const ATTR_K8S_POD_STATUS_REASON = 'k8s.pod.status.reason';
8976
+ /**
8977
+ * Enum value "Evicted" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8978
+ *
8979
+ * The pod is evicted.
8980
+ *
8981
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8982
+ */
8983
+ export const K8S_POD_STATUS_REASON_VALUE_EVICTED = "Evicted";
8984
+ /**
8985
+ * Enum value "NodeAffinity" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8986
+ *
8987
+ * The pod is in a status because of its node affinity
8988
+ *
8989
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8990
+ */
8991
+ export const K8S_POD_STATUS_REASON_VALUE_NODE_AFFINITY = "NodeAffinity";
8992
+ /**
8993
+ * Enum value "NodeLost" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8994
+ *
8995
+ * The reason on a pod when its state cannot be confirmed as kubelet is unresponsive on the node it is (was) running.
8996
+ *
8997
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8998
+ */
8999
+ export const K8S_POD_STATUS_REASON_VALUE_NODE_LOST = "NodeLost";
9000
+ /**
9001
+ * Enum value "Shutdown" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
9002
+ *
9003
+ * The node is shutdown
9004
+ *
9005
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9006
+ */
9007
+ export const K8S_POD_STATUS_REASON_VALUE_SHUTDOWN = "Shutdown";
9008
+ /**
9009
+ * Enum value "UnexpectedAdmissionError" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
9010
+ *
9011
+ * The pod was rejected admission to the node because of an error during admission that could not be categorized.
9012
+ *
9013
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9014
+ */
9015
+ export const K8S_POD_STATUS_REASON_VALUE_UNEXPECTED_ADMISSION_ERROR = "UnexpectedAdmissionError";
8552
9016
  /**
8553
9017
  * The UID of the Pod.
8554
9018
  *
@@ -8636,7 +9100,7 @@ export const ATTR_K8S_RESOURCEQUOTA_NAME = 'k8s.resourcequota.name';
8636
9100
  *
8637
9101
  * @example count/replicationcontrollers
8638
9102
  *
8639
- * @note The value for this attribute can be either the full `count/<resource>[.<group>]` string (e.g., count/deployments.apps, count/pods), or, for certain core Kubernetes resources, just the resource name (e.g., pods, services, configmaps). Both forms are supported by Kubernetes for object count quotas. See [Kubernetes Resource Quotas documentation](https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota) for more details.
9103
+ * @note The value for this attribute can be either the full `count/<resource>[.<group>]` string (e.g., count/deployments.apps, count/pods), or, for certain core Kubernetes resources, just the resource name (e.g., pods, services, configmaps). Both forms are supported by Kubernetes for object count quotas. See [Kubernetes Resource Quotas documentation](https://kubernetes.io/docs/concepts/policy/resource-quotas/#quota-on-object-count) for more details.
8640
9104
  *
8641
9105
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8642
9106
  */
@@ -9091,7 +9555,7 @@ export const ATTR_MESSAGING_KAFKA_CONSUMER_GROUP = 'messaging.kafka.consumer.gro
9091
9555
  *
9092
9556
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9093
9557
  *
9094
- * @deprecated Replaced by `messaging.destination.partition.id`.
9558
+ * @deprecated Record string representation of the partition id in `messaging.destination.partition.id` attribute.
9095
9559
  */
9096
9560
  export const ATTR_MESSAGING_KAFKA_DESTINATION_PARTITION = 'messaging.kafka.destination.partition';
9097
9561
  /**
@@ -10115,6 +10579,24 @@ export const NETWORK_IO_DIRECTION_VALUE_RECEIVE = "receive";
10115
10579
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10116
10580
  */
10117
10581
  export const NETWORK_IO_DIRECTION_VALUE_TRANSMIT = "transmit";
10582
+ /**
10583
+ * NFSv4+ operation name.
10584
+ *
10585
+ * @example OPEN
10586
+ * @example READ
10587
+ * @example GETATTR
10588
+ *
10589
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10590
+ */
10591
+ export const ATTR_NFS_OPERATION_NAME = 'nfs.operation.name';
10592
+ /**
10593
+ * Linux: one of "hit" (NFSD_STATS_RC_HITS), "miss" (NFSD_STATS_RC_MISSES), or "nocache" (NFSD_STATS_RC_NOCACHE -- uncacheable)
10594
+ *
10595
+ * @example "hit"
10596
+ *
10597
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10598
+ */
10599
+ export const ATTR_NFS_SERVER_REPCACHE_STATUS = 'nfs.server.repcache.status';
10118
10600
  /**
10119
10601
  * The state of event loop time.
10120
10602
  *
@@ -10148,6 +10630,37 @@ export const NODEJS_EVENTLOOP_STATE_VALUE_IDLE = "idle";
10148
10630
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10149
10631
  */
10150
10632
  export const ATTR_OCI_MANIFEST_DIGEST = 'oci.manifest.digest';
10633
+ /**
10634
+ * ONC/Sun RPC procedure name.
10635
+ *
10636
+ * @example OPEN
10637
+ * @example READ
10638
+ * @example GETATTR
10639
+ *
10640
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10641
+ */
10642
+ export const ATTR_ONC_RPC_PROCEDURE_NAME = 'onc_rpc.procedure.name';
10643
+ /**
10644
+ * ONC/Sun RPC procedure number.
10645
+ *
10646
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10647
+ */
10648
+ export const ATTR_ONC_RPC_PROCEDURE_NUMBER = 'onc_rpc.procedure.number';
10649
+ /**
10650
+ * ONC/Sun RPC program name.
10651
+ *
10652
+ * @example portmapper
10653
+ * @example nfs
10654
+ *
10655
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10656
+ */
10657
+ export const ATTR_ONC_RPC_PROGRAM_NAME = 'onc_rpc.program.name';
10658
+ /**
10659
+ * ONC/Sun RPC program version.
10660
+ *
10661
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10662
+ */
10663
+ export const ATTR_ONC_RPC_VERSION = 'onc_rpc.version';
10151
10664
  /**
10152
10665
  * The service tier requested. May be a specific tier, default, or auto.
10153
10666
  *
@@ -10190,6 +10703,22 @@ export const ATTR_OPENAI_RESPONSE_SERVICE_TIER = 'openai.response.service_tier';
10190
10703
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10191
10704
  */
10192
10705
  export const ATTR_OPENAI_RESPONSE_SYSTEM_FINGERPRINT = 'openai.response.system_fingerprint';
10706
+ /**
10707
+ * The name of the cluster quota.
10708
+ *
10709
+ * @example opentelemetry
10710
+ *
10711
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10712
+ */
10713
+ export const ATTR_OPENSHIFT_CLUSTERQUOTA_NAME = 'openshift.clusterquota.name';
10714
+ /**
10715
+ * The UID of the cluster quota.
10716
+ *
10717
+ * @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
10718
+ *
10719
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10720
+ */
10721
+ export const ATTR_OPENSHIFT_CLUSTERQUOTA_UID = 'openshift.clusterquota.uid';
10193
10722
  /**
10194
10723
  * Parent-child Reference type
10195
10724
  *
@@ -10612,6 +11141,11 @@ export const OTEL_SPAN_SAMPLING_RESULT_VALUE_RECORD_ONLY = "RECORD_ONLY";
10612
11141
  *
10613
11142
  * @example "AuthTokenCache"
10614
11143
  *
11144
+ * @note Examples of `peer.service` that users may specify:
11145
+ *
11146
+ * - A Redis cache of auth tokens as `peer.service="AuthTokenCache"`.
11147
+ * - A gRPC service `rpc.service="io.opentelemetry.AuthService"` may be hosted in both a gateway, `peer.service="ExternalApiService"` and a backend, `peer.service="AuthService"`.
11148
+ *
10615
11149
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10616
11150
  */
10617
11151
  export const ATTR_PEER_SERVICE = 'peer.service';
@@ -10625,6 +11159,44 @@ export const ATTR_PEER_SERVICE = 'peer.service';
10625
11159
  * @deprecated Replaced by `db.client.connection.pool.name`.
10626
11160
  */
10627
11161
  export const ATTR_POOL_NAME = 'pool.name';
11162
+ /**
11163
+ * Provides an indication that multiple symbols map to this location's address, for example due to identical code folding by the linker. In that case the line information represents one of the multiple symbols. This field must be recomputed when the symbolization state of the profile changes.
11164
+ *
11165
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11166
+ */
11167
+ export const ATTR_PPROF_LOCATION_IS_FOLDED = 'pprof.location.is_folded';
11168
+ /**
11169
+ * Indicates that there are filenames related to this mapping.
11170
+ *
11171
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11172
+ */
11173
+ export const ATTR_PPROF_MAPPING_HAS_FILENAMES = 'pprof.mapping.has_filenames';
11174
+ /**
11175
+ * Indicates that there are functions related to this mapping.
11176
+ *
11177
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11178
+ */
11179
+ export const ATTR_PPROF_MAPPING_HAS_FUNCTIONS = 'pprof.mapping.has_functions';
11180
+ /**
11181
+ * Indicates that there are inline frames related to this mapping.
11182
+ *
11183
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11184
+ */
11185
+ export const ATTR_PPROF_MAPPING_HAS_INLINE_FRAMES = 'pprof.mapping.has_inline_frames';
11186
+ /**
11187
+ * Indicates that there are line numbers related to this mapping.
11188
+ *
11189
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11190
+ */
11191
+ export const ATTR_PPROF_MAPPING_HAS_LINE_NUMBERS = 'pprof.mapping.has_line_numbers';
11192
+ /**
11193
+ * Free-form text associated with the profile. This field should not be used to store any machine-readable information, it is only for human-friendly content.
11194
+ *
11195
+ * @example ["hello world", "bazinga"]
11196
+ *
11197
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11198
+ */
11199
+ export const ATTR_PPROF_PROFILE_COMMENT = 'pprof.profile.comment';
10628
11200
  /**
10629
11201
  * Length of the process.command_args array
10630
11202
  *
@@ -10664,7 +11236,7 @@ export const ATTR_PROCESS_COMMAND_LINE = 'process.command_line';
10664
11236
  *
10665
11237
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10666
11238
  */
10667
- export const ATTR_PROCESS_CONTEXT_SWITCH_TYPE = 'process.context_switch_type';
11239
+ export const ATTR_PROCESS_CONTEXT_SWITCH_TYPE = 'process.context_switch.type';
10668
11240
  /**
10669
11241
  * Enum value "involuntary" for attribute {@link ATTR_PROCESS_CONTEXT_SWITCH_TYPE}.
10670
11242
  *
@@ -10828,9 +11400,11 @@ export const ATTR_PROCESS_LINUX_CGROUP = 'process.linux.cgroup';
10828
11400
  */
10829
11401
  export const ATTR_PROCESS_OWNER = 'process.owner';
10830
11402
  /**
10831
- * The type of page fault for this data point. Type `major` is for major/hard page faults, and `minor` is for minor/soft page faults.
11403
+ * Deprecated, use `system.paging.fault.type` instead.
10832
11404
  *
10833
11405
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11406
+ *
11407
+ * @deprecated Replaced by `system.paging.fault.type`.
10834
11408
  */
10835
11409
  export const ATTR_PROCESS_PAGING_FAULT_TYPE = 'process.paging.fault_type';
10836
11410
  /**
@@ -10925,6 +11499,38 @@ export const ATTR_PROCESS_SAVED_USER_NAME = 'process.saved_user.name';
10925
11499
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10926
11500
  */
10927
11501
  export const ATTR_PROCESS_SESSION_LEADER_PID = 'process.session_leader.pid';
11502
+ /**
11503
+ * The process state, e.g., [Linux Process State Codes](https://man7.org/linux/man-pages/man1/ps.1.html#PROCESS_STATE_CODES)
11504
+ *
11505
+ * @example running
11506
+ *
11507
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11508
+ */
11509
+ export const ATTR_PROCESS_STATE = 'process.state';
11510
+ /**
11511
+ * Enum value "defunct" for attribute {@link ATTR_PROCESS_STATE}.
11512
+ *
11513
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11514
+ */
11515
+ export const PROCESS_STATE_VALUE_DEFUNCT = "defunct";
11516
+ /**
11517
+ * Enum value "running" for attribute {@link ATTR_PROCESS_STATE}.
11518
+ *
11519
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11520
+ */
11521
+ export const PROCESS_STATE_VALUE_RUNNING = "running";
11522
+ /**
11523
+ * Enum value "sleeping" for attribute {@link ATTR_PROCESS_STATE}.
11524
+ *
11525
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11526
+ */
11527
+ export const PROCESS_STATE_VALUE_SLEEPING = "sleeping";
11528
+ /**
11529
+ * Enum value "stopped" for attribute {@link ATTR_PROCESS_STATE}.
11530
+ *
11531
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11532
+ */
11533
+ export const PROCESS_STATE_VALUE_STOPPED = "stopped";
10928
11534
  /**
10929
11535
  * Process title (proctitle)
10930
11536
  *
@@ -11450,12 +12056,10 @@ export const RPC_MESSAGE_TYPE_VALUE_SENT = "SENT";
11450
12056
  */
11451
12057
  export const ATTR_RPC_MESSAGE_UNCOMPRESSED_SIZE = 'rpc.message.uncompressed_size';
11452
12058
  /**
11453
- * The name of the (logical) method being called, must be equal to the $method part in the span name.
12059
+ * This is the logical name of the method from the RPC interface perspective.
11454
12060
  *
11455
12061
  * @example "exampleMethod"
11456
12062
  *
11457
- * @note This is the logical name of the method from the RPC interface perspective, which can be different from the name of any implementing method/function. The `code.function.name` attribute may be used to store the latter (e.g., method actually executing the call on the server side, RPC client stub method on the client side).
11458
- *
11459
12063
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11460
12064
  */
11461
12065
  export const ATTR_RPC_METHOD = 'rpc.method';
@@ -11464,8 +12068,6 @@ export const ATTR_RPC_METHOD = 'rpc.method';
11464
12068
  *
11465
12069
  * @example "myservice.EchoService"
11466
12070
  *
11467
- * @note This is the logical name of the service from the RPC interface perspective, which can be different from the name of any implementing class. The `code.namespace` attribute may be used to store the latter (despite the attribute name, it may include a class name; e.g., class with method actually executing the call on the server side, RPC client stub class on the client side).
11468
- *
11469
12071
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11470
12072
  */
11471
12073
  export const ATTR_RPC_SERVICE = 'rpc.service';
@@ -11515,6 +12117,22 @@ export const RPC_SYSTEM_VALUE_GRPC = "grpc";
11515
12117
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11516
12118
  */
11517
12119
  export const RPC_SYSTEM_VALUE_JAVA_RMI = "java_rmi";
12120
+ /**
12121
+ * Enum value "jsonrpc" for attribute {@link ATTR_RPC_SYSTEM}.
12122
+ *
12123
+ * JSON-RPC
12124
+ *
12125
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12126
+ */
12127
+ export const RPC_SYSTEM_VALUE_JSONRPC = "jsonrpc";
12128
+ /**
12129
+ * Enum value "onc_rpc" for attribute {@link ATTR_RPC_SYSTEM}.
12130
+ *
12131
+ * [ONC RPC (Sun RPC)](https://datatracker.ietf.org/doc/html/rfc5531)
12132
+ *
12133
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12134
+ */
12135
+ export const RPC_SYSTEM_VALUE_ONC_RPC = "onc_rpc";
11518
12136
  /**
11519
12137
  * A categorization value keyword used by the entity using the rule for detection of this event
11520
12138
  *
@@ -11692,6 +12310,8 @@ export const STATE_VALUE_USED = "used";
11692
12310
  * @example 1
11693
12311
  *
11694
12312
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12313
+ *
12314
+ * @deprecated Replaced by `cpu.logical_number`.
11695
12315
  */
11696
12316
  export const ATTR_SYSTEM_CPU_LOGICAL_NUMBER = 'system.cpu.logical_number';
11697
12317
  /**
@@ -11986,6 +12606,26 @@ export const SYSTEM_PAGING_DIRECTION_VALUE_IN = "in";
11986
12606
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11987
12607
  */
11988
12608
  export const SYSTEM_PAGING_DIRECTION_VALUE_OUT = "out";
12609
+ /**
12610
+ * The paging fault type
12611
+ *
12612
+ * @example minor
12613
+ *
12614
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12615
+ */
12616
+ export const ATTR_SYSTEM_PAGING_FAULT_TYPE = 'system.paging.fault.type';
12617
+ /**
12618
+ * Enum value "major" for attribute {@link ATTR_SYSTEM_PAGING_FAULT_TYPE}.
12619
+ *
12620
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12621
+ */
12622
+ export const SYSTEM_PAGING_FAULT_TYPE_VALUE_MAJOR = "major";
12623
+ /**
12624
+ * Enum value "minor" for attribute {@link ATTR_SYSTEM_PAGING_FAULT_TYPE}.
12625
+ *
12626
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12627
+ */
12628
+ export const SYSTEM_PAGING_FAULT_TYPE_VALUE_MINOR = "minor";
11989
12629
  /**
11990
12630
  * The memory paging state
11991
12631
  *
@@ -12007,11 +12647,13 @@ export const SYSTEM_PAGING_STATE_VALUE_FREE = "free";
12007
12647
  */
12008
12648
  export const SYSTEM_PAGING_STATE_VALUE_USED = "used";
12009
12649
  /**
12010
- * The memory paging type
12650
+ * Deprecated, use `system.paging.fault.type` instead.
12011
12651
  *
12012
12652
  * @example minor
12013
12653
  *
12014
12654
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12655
+ *
12656
+ * @deprecated Replaced by `system.paging.fault.type`.
12015
12657
  */
12016
12658
  export const ATTR_SYSTEM_PAGING_TYPE = 'system.paging.type';
12017
12659
  /**
@@ -12027,11 +12669,13 @@ export const SYSTEM_PAGING_TYPE_VALUE_MAJOR = "major";
12027
12669
  */
12028
12670
  export const SYSTEM_PAGING_TYPE_VALUE_MINOR = "minor";
12029
12671
  /**
12030
- * The process state, e.g., [Linux Process State Codes](https://man7.org/linux/man-pages/man1/ps.1.html#PROCESS_STATE_CODES)
12672
+ * Deprecated, use `process.state` instead.
12031
12673
  *
12032
12674
  * @example running
12033
12675
  *
12034
12676
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12677
+ *
12678
+ * @deprecated Replaced by `process.state`.
12035
12679
  */
12036
12680
  export const ATTR_SYSTEM_PROCESS_STATUS = 'system.process.status';
12037
12681
  /**
@@ -12059,13 +12703,13 @@ export const SYSTEM_PROCESS_STATUS_VALUE_SLEEPING = "sleeping";
12059
12703
  */
12060
12704
  export const SYSTEM_PROCESS_STATUS_VALUE_STOPPED = "stopped";
12061
12705
  /**
12062
- * Deprecated, use `system.process.status` instead.
12706
+ * Deprecated, use `process.state` instead.
12063
12707
  *
12064
12708
  * @example running
12065
12709
  *
12066
12710
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12067
12711
  *
12068
- * @deprecated Replaced by `system.process.status`.
12712
+ * @deprecated Replaced by `process.state`.
12069
12713
  */
12070
12714
  export const ATTR_SYSTEM_PROCESSES_STATUS = 'system.processes.status';
12071
12715
  /**
@@ -12220,6 +12864,18 @@ export const TEST_SUITE_RUN_STATUS_VALUE_TIMED_OUT = "timed_out";
12220
12864
  *
12221
12865
  * @example 42
12222
12866
  *
12867
+ * @note
12868
+ * Examples of where the value can be extracted from:
12869
+ *
12870
+ * | Language or platform | Source |
12871
+ * | --- | --- |
12872
+ * | JVM | `Thread.currentThread().threadId()` |
12873
+ * | .NET | `Thread.CurrentThread.ManagedThreadId` |
12874
+ * | Python | `threading.current_thread().ident` |
12875
+ * | Ruby | `Thread.current.object_id` |
12876
+ * | C++ | `std::this_thread::get_id()` |
12877
+ * | Erlang | `erlang:self()` |
12878
+ *
12223
12879
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12224
12880
  */
12225
12881
  export const ATTR_THREAD_ID = 'thread.id';
@@ -12228,6 +12884,17 @@ export const ATTR_THREAD_ID = 'thread.id';
12228
12884
  *
12229
12885
  * @example "main"
12230
12886
  *
12887
+ * @note
12888
+ * Examples of where the value can be extracted from:
12889
+ *
12890
+ * | Language or platform | Source |
12891
+ * | --- | --- |
12892
+ * | JVM | `Thread.currentThread().getName()` |
12893
+ * | .NET | `Thread.CurrentThread.Name` |
12894
+ * | Python | `threading.current_thread().name` |
12895
+ * | Ruby | `Thread.current.name` |
12896
+ * | Erlang | `erlang:process_info(self(), registered_name)` |
12897
+ *
12231
12898
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12232
12899
  */
12233
12900
  export const ATTR_THREAD_NAME = 'thread.name';
@@ -13161,7 +13828,7 @@ export const VCS_REPOSITORY_REF_TYPE_VALUE_BRANCH = "branch";
13161
13828
  */
13162
13829
  export const VCS_REPOSITORY_REF_TYPE_VALUE_TAG = "tag";
13163
13830
  /**
13164
- * The [canonical URL](https://support.google.com/webmasters/answer/10347851?hl=en#:~:text=A%20canonical%20URL%20is%20the,Google%20chooses%20one%20as%20canonical.) of the repository providing the complete HTTP(S) address in order to locate and identify the repository through a browser.
13831
+ * The [canonical URL](https://support.google.com/webmasters/answer/10347851) of the repository providing the complete HTTP(S) address in order to locate and identify the repository through a browser.
13165
13832
  *
13166
13833
  * @example https://github.com/opentelemetry/open-telemetry-collector-contrib
13167
13834
  * @example https://gitlab.com/my-org/my-project/my-projects-project/repo