@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
@@ -158,6 +158,33 @@ export declare const ATTR_APP_SCREEN_COORDINATE_X: "app.screen.coordinate.x";
158
158
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
159
159
  */
160
160
  export declare const ATTR_APP_SCREEN_COORDINATE_Y: "app.screen.coordinate.y";
161
+ /**
162
+ * An identifier that uniquely differentiates this screen from other screens in the same application.
163
+ *
164
+ * @example f9bc787d-ff05-48ad-90e1-fca1d46130b3
165
+ * @example com.example.app.MainActivity
166
+ * @example com.example.shop.ProductDetailFragment
167
+ * @example MyApp.ProfileView
168
+ * @example MyApp.ProfileViewController
169
+ *
170
+ * @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).
171
+ *
172
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
173
+ */
174
+ export declare const ATTR_APP_SCREEN_ID: "app.screen.id";
175
+ /**
176
+ * The name of an application screen.
177
+ *
178
+ * @example MainActivity
179
+ * @example ProductDetailFragment
180
+ * @example ProfileView
181
+ * @example ProfileViewController
182
+ *
183
+ * @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).
184
+ *
185
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
186
+ */
187
+ export declare const ATTR_APP_SCREEN_NAME: "app.screen.name";
161
188
  /**
162
189
  * An identifier that uniquely differentiates this widget from other widgets in the same application.
163
190
  *
@@ -1503,7 +1530,7 @@ export declare const AZURE_COSMOSDB_CONSISTENCY_LEVEL_VALUE_STRONG: "Strong";
1503
1530
  *
1504
1531
  * @example ["North Central US", "Australia East", "Australia Southeast"]
1505
1532
  *
1506
- * @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)
1533
+ * @note Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/resources/subscriptions/list-locations)
1507
1534
  *
1508
1535
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1509
1536
  */
@@ -2785,7 +2812,7 @@ export declare const ATTR_CONTAINER_ID: "container.id";
2785
2812
  *
2786
2813
  * @example sha256:19c92d0a00d1b66d897bceaa7319bee0dd38a10a851c60bcec9474aa3f01e50f
2787
2814
  *
2788
- * @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.
2815
+ * @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.
2789
2816
  * K8s defines a link to the container registry repository with digest `"imageID": "registry.azurecr.io /namespace/service/dockerfile@sha256:bdeabd40c3a8a492eaf9e8e44d0ebbb84bac7ee25ac0cf8a7159d25f62555625"`.
2790
2817
  * 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.
2791
2818
  *
@@ -2805,13 +2832,13 @@ export declare const ATTR_CONTAINER_IMAGE_NAME: "container.image.name";
2805
2832
  *
2806
2833
  * @example ["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]
2807
2834
  *
2808
- * @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.
2835
+ * @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.
2809
2836
  *
2810
2837
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
2811
2838
  */
2812
2839
  export declare const ATTR_CONTAINER_IMAGE_REPO_DIGESTS: "container.image.repo_digests";
2813
2840
  /**
2814
- * 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>`.
2841
+ * 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>`.
2815
2842
  *
2816
2843
  * @example ["v1.27.1", "3.5.7-0"]
2817
2844
  *
@@ -3425,7 +3452,7 @@ export declare const ATTR_DB_COSMOSDB_REQUEST_CONTENT_LENGTH: "db.cosmosdb.reque
3425
3452
  *
3426
3453
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3427
3454
  *
3428
- * @deprecated Replaced by `db.response.status_code`.
3455
+ * @deprecated Use `db.response.status_code` instead.
3429
3456
  */
3430
3457
  export declare const ATTR_DB_COSMOSDB_STATUS_CODE: "db.cosmosdb.status_code";
3431
3458
  /**
@@ -3561,14 +3588,17 @@ export declare const ATTR_DB_OPERATION_PARAMETER: (key: string) => string;
3561
3588
  * `db.query.parameter.<key>` **SHOULD** match
3562
3589
  * up with the parameterized placeholders present in `db.query.text`.
3563
3590
  *
3591
+ * It is **RECOMMENDED** to capture the value as provided by the application
3592
+ * without attempting to do any case normalization.
3593
+ *
3564
3594
  * `db.query.parameter.<key>` **SHOULD NOT** be captured on batch operations.
3565
3595
  *
3566
3596
  * Examples:
3567
3597
  *
3568
3598
  * - For a query `SELECT * FROM users where username = %s` with the parameter `"jdoe"`,
3569
3599
  * the attribute `db.query.parameter.0` **SHOULD** be set to `"jdoe"`.
3570
- * - For a query `"SELECT * FROM users WHERE username = %(username)s;` with parameter
3571
- * `username = "jdoe"`, the attribute `db.query.parameter.username` **SHOULD** be set to `"jdoe"`.
3600
+ * - For a query `"SELECT * FROM users WHERE username = %(userName)s;` with parameter
3601
+ * `userName = "jdoe"`, the attribute `db.query.parameter.userName` **SHOULD** be set to `"jdoe"`.
3572
3602
  *
3573
3603
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3574
3604
  */
@@ -3582,7 +3612,7 @@ export declare const ATTR_DB_QUERY_PARAMETER: (key: string) => string;
3582
3612
  *
3583
3613
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
3584
3614
  *
3585
- * @deprecated Replaced by `db.namespace`.
3615
+ * @deprecated Uncategorized.
3586
3616
  */
3587
3617
  export declare const ATTR_DB_REDIS_DATABASE_INDEX: "db.redis.database_index";
3588
3618
  /**
@@ -4548,7 +4578,7 @@ export declare const ATTR_DNS_ANSWERS: "dns.answers";
4548
4578
  * @example www.example.com
4549
4579
  * @example opentelemetry.io
4550
4580
  *
4551
- * @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.
4581
+ * @note The name represents the queried domain name as it appears in the DNS query without any additional normalization.
4552
4582
  *
4553
4583
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4554
4584
  */
@@ -4594,7 +4624,7 @@ export declare const ATTR_ENDUSER_PSEUDO_ID: "enduser.pseudo.id";
4594
4624
  *
4595
4625
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4596
4626
  *
4597
- * @deprecated Replaced by `user.roles`.
4627
+ * @deprecated Use `user.roles` instead.
4598
4628
  */
4599
4629
  export declare const ATTR_ENDUSER_ROLE: "enduser.role";
4600
4630
  /**
@@ -4630,7 +4660,7 @@ export declare const ATTR_ERROR_MESSAGE: "error.message";
4630
4660
  *
4631
4661
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4632
4662
  *
4633
- * @deprecated Replaced by EventName top-level field on the LogRecord.
4663
+ * @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.
4634
4664
  */
4635
4665
  export declare const ATTR_EVENT_NAME: "event.name";
4636
4666
  /**
@@ -4892,7 +4922,7 @@ export declare const FAAS_TRIGGER_VALUE_TIMER: "timer";
4892
4922
  * - **Google Cloud Run (Services):** The [revision](https://cloud.google.com/run/docs/managing/revisions)
4893
4923
  * (i.e., the function name plus the revision suffix).
4894
4924
  * - **Google Cloud Functions:** The value of the
4895
- * [`K_REVISION` environment variable](https://cloud.google.com/functions/docs/env-var#runtime_environment_variables_set_automatically).
4925
+ * [`K_REVISION` environment variable](https://cloud.google.com/run/docs/container-contract#services-env-vars).
4896
4926
  * - **Azure Functions:** Not applicable. Do not set this attribute.
4897
4927
  *
4898
4928
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
@@ -5521,6 +5551,198 @@ export declare const GCP_APPHUB_WORKLOAD_ENVIRONMENT_TYPE_VALUE_TEST: "TEST";
5521
5551
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5522
5552
  */
5523
5553
  export declare const ATTR_GCP_APPHUB_WORKLOAD_ID: "gcp.apphub.workload.id";
5554
+ /**
5555
+ * The container within GCP where the AppHub destination application is defined.
5556
+ *
5557
+ * @example projects/my-container-project
5558
+ *
5559
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5560
+ */
5561
+ export declare const ATTR_GCP_APPHUB_DESTINATION_APPLICATION_CONTAINER: "gcp.apphub_destination.application.container";
5562
+ /**
5563
+ * The name of the destination application as configured in AppHub.
5564
+ *
5565
+ * @example my-application
5566
+ *
5567
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5568
+ */
5569
+ export declare const ATTR_GCP_APPHUB_DESTINATION_APPLICATION_ID: "gcp.apphub_destination.application.id";
5570
+ /**
5571
+ * The GCP zone or region where the destination application is defined.
5572
+ *
5573
+ * @example us-central1
5574
+ *
5575
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5576
+ */
5577
+ export declare const ATTR_GCP_APPHUB_DESTINATION_APPLICATION_LOCATION: "gcp.apphub_destination.application.location";
5578
+ /**
5579
+ * 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)
5580
+ *
5581
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5582
+ */
5583
+ export declare const ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE: "gcp.apphub_destination.service.criticality_type";
5584
+ /**
5585
+ * Enum value "HIGH" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5586
+ *
5587
+ * High impact.
5588
+ *
5589
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5590
+ */
5591
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_HIGH: "HIGH";
5592
+ /**
5593
+ * Enum value "LOW" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5594
+ *
5595
+ * Low impact.
5596
+ *
5597
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5598
+ */
5599
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_LOW: "LOW";
5600
+ /**
5601
+ * Enum value "MEDIUM" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5602
+ *
5603
+ * Medium impact.
5604
+ *
5605
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5606
+ */
5607
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_MEDIUM: "MEDIUM";
5608
+ /**
5609
+ * Enum value "MISSION_CRITICAL" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE}.
5610
+ *
5611
+ * Mission critical service.
5612
+ *
5613
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5614
+ */
5615
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_CRITICALITY_TYPE_VALUE_MISSION_CRITICAL: "MISSION_CRITICAL";
5616
+ /**
5617
+ * 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)
5618
+ *
5619
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5620
+ */
5621
+ export declare const ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE: "gcp.apphub_destination.service.environment_type";
5622
+ /**
5623
+ * Enum value "DEVELOPMENT" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5624
+ *
5625
+ * Development environment.
5626
+ *
5627
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5628
+ */
5629
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_DEVELOPMENT: "DEVELOPMENT";
5630
+ /**
5631
+ * Enum value "PRODUCTION" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5632
+ *
5633
+ * Production environment.
5634
+ *
5635
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5636
+ */
5637
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_PRODUCTION: "PRODUCTION";
5638
+ /**
5639
+ * Enum value "STAGING" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5640
+ *
5641
+ * Staging environment.
5642
+ *
5643
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5644
+ */
5645
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_STAGING: "STAGING";
5646
+ /**
5647
+ * Enum value "TEST" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE}.
5648
+ *
5649
+ * Test environment.
5650
+ *
5651
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5652
+ */
5653
+ export declare const GCP_APPHUB_DESTINATION_SERVICE_ENVIRONMENT_TYPE_VALUE_TEST: "TEST";
5654
+ /**
5655
+ * The name of the destination service as configured in AppHub.
5656
+ *
5657
+ * @example my-service
5658
+ *
5659
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5660
+ */
5661
+ export declare const ATTR_GCP_APPHUB_DESTINATION_SERVICE_ID: "gcp.apphub_destination.service.id";
5662
+ /**
5663
+ * 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)
5664
+ *
5665
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5666
+ */
5667
+ export declare const ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE: "gcp.apphub_destination.workload.criticality_type";
5668
+ /**
5669
+ * Enum value "HIGH" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5670
+ *
5671
+ * High impact.
5672
+ *
5673
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5674
+ */
5675
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_HIGH: "HIGH";
5676
+ /**
5677
+ * Enum value "LOW" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5678
+ *
5679
+ * Low impact.
5680
+ *
5681
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5682
+ */
5683
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_LOW: "LOW";
5684
+ /**
5685
+ * Enum value "MEDIUM" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5686
+ *
5687
+ * Medium impact.
5688
+ *
5689
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5690
+ */
5691
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_MEDIUM: "MEDIUM";
5692
+ /**
5693
+ * Enum value "MISSION_CRITICAL" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE}.
5694
+ *
5695
+ * Mission critical service.
5696
+ *
5697
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5698
+ */
5699
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_CRITICALITY_TYPE_VALUE_MISSION_CRITICAL: "MISSION_CRITICAL";
5700
+ /**
5701
+ * 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)
5702
+ *
5703
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5704
+ */
5705
+ export declare const ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE: "gcp.apphub_destination.workload.environment_type";
5706
+ /**
5707
+ * Enum value "DEVELOPMENT" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5708
+ *
5709
+ * Development environment.
5710
+ *
5711
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5712
+ */
5713
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_DEVELOPMENT: "DEVELOPMENT";
5714
+ /**
5715
+ * Enum value "PRODUCTION" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5716
+ *
5717
+ * Production environment.
5718
+ *
5719
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5720
+ */
5721
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_PRODUCTION: "PRODUCTION";
5722
+ /**
5723
+ * Enum value "STAGING" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5724
+ *
5725
+ * Staging environment.
5726
+ *
5727
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5728
+ */
5729
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_STAGING: "STAGING";
5730
+ /**
5731
+ * Enum value "TEST" for attribute {@link ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE}.
5732
+ *
5733
+ * Test environment.
5734
+ *
5735
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5736
+ */
5737
+ export declare const GCP_APPHUB_DESTINATION_WORKLOAD_ENVIRONMENT_TYPE_VALUE_TEST: "TEST";
5738
+ /**
5739
+ * The name of the destination workload as configured in AppHub.
5740
+ *
5741
+ * @example my-workload
5742
+ *
5743
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5744
+ */
5745
+ export declare const ATTR_GCP_APPHUB_DESTINATION_WORKLOAD_ID: "gcp.apphub_destination.workload.id";
5524
5746
  /**
5525
5747
  * Identifies the Google Cloud service for which the official client library is intended.
5526
5748
  *
@@ -5625,6 +5847,55 @@ export declare const ATTR_GEN_AI_CONVERSATION_ID: "gen_ai.conversation.id";
5625
5847
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5626
5848
  */
5627
5849
  export declare const ATTR_GEN_AI_DATA_SOURCE_ID: "gen_ai.data_source.id";
5850
+ /**
5851
+ * The number of dimensions the resulting output embeddings should have.
5852
+ *
5853
+ * @example 512
5854
+ * @example 1024
5855
+ *
5856
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5857
+ */
5858
+ export declare const ATTR_GEN_AI_EMBEDDINGS_DIMENSION_COUNT: "gen_ai.embeddings.dimension.count";
5859
+ /**
5860
+ * A free-form explanation for the assigned score provided by the evaluator.
5861
+ *
5862
+ * @example The response is factually accurate but lacks sufficient detail to fully address the question.
5863
+ *
5864
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5865
+ */
5866
+ export declare const ATTR_GEN_AI_EVALUATION_EXPLANATION: "gen_ai.evaluation.explanation";
5867
+ /**
5868
+ * The name of the evaluation metric used for the GenAI response.
5869
+ *
5870
+ * @example Relevance
5871
+ * @example IntentResolution
5872
+ *
5873
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5874
+ */
5875
+ export declare const ATTR_GEN_AI_EVALUATION_NAME: "gen_ai.evaluation.name";
5876
+ /**
5877
+ * Human readable label for evaluation.
5878
+ *
5879
+ * @example relevant
5880
+ * @example not_relevant
5881
+ * @example correct
5882
+ * @example incorrect
5883
+ * @example pass
5884
+ * @example fail
5885
+ *
5886
+ * @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.
5887
+ *
5888
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5889
+ */
5890
+ export declare const ATTR_GEN_AI_EVALUATION_SCORE_LABEL: "gen_ai.evaluation.score.label";
5891
+ /**
5892
+ * The evaluation score returned by the evaluator.
5893
+ *
5894
+ * @example 4.0
5895
+ *
5896
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
5897
+ */
5898
+ export declare const ATTR_GEN_AI_EVALUATION_SCORE_VALUE: "gen_ai.evaluation.score.value";
5628
5899
  /**
5629
5900
  * The chat history provided to the model as an input.
5630
5901
  *
@@ -6214,6 +6485,8 @@ export declare const GEN_AI_SYSTEM_VALUE_AWS_BEDROCK: "aws.bedrock";
6214
6485
  * Azure AI Inference
6215
6486
  *
6216
6487
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6488
+ *
6489
+ * @deprecated Replaced by `azure.ai.inference`.
6217
6490
  */
6218
6491
  export declare const GEN_AI_SYSTEM_VALUE_AZ_AI_INFERENCE: "az.ai.inference";
6219
6492
  /**
@@ -6222,6 +6495,8 @@ export declare const GEN_AI_SYSTEM_VALUE_AZ_AI_INFERENCE: "az.ai.inference";
6222
6495
  * Azure OpenAI
6223
6496
  *
6224
6497
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6498
+ *
6499
+ * @deprecated Replaced by `azure.ai.openai`.
6225
6500
  */
6226
6501
  export declare const GEN_AI_SYSTEM_VALUE_AZ_AI_OPENAI: "az.ai.openai";
6227
6502
  /**
@@ -6346,8 +6621,6 @@ export declare const GEN_AI_SYSTEM_VALUE_VERTEX_AI: "vertex_ai";
6346
6621
  * xAI
6347
6622
  *
6348
6623
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6349
- *
6350
- * @deprecated Replaced by `x_ai`.
6351
6624
  */
6352
6625
  export declare const GEN_AI_SYSTEM_VALUE_XAI: "xai";
6353
6626
  /**
@@ -6430,6 +6703,25 @@ export declare const GEN_AI_TOKEN_TYPE_VALUE_COMPLETION: "output";
6430
6703
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6431
6704
  */
6432
6705
  export declare const GEN_AI_TOKEN_TYPE_VALUE_OUTPUT: "output";
6706
+ /**
6707
+ * Parameters passed to the tool call.
6708
+ *
6709
+ * @example {
6710
+ * "location": "San Francisco?",
6711
+ * "date": "2025-10-01"
6712
+ * }
6713
+ *
6714
+ * @note > [!WARNING]
6715
+ *
6716
+ * > This attribute may contain sensitive information.
6717
+ *
6718
+ * It's expected to be an object - in case a serialized string is available
6719
+ * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6720
+ * 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.
6721
+ *
6722
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6723
+ */
6724
+ export declare const ATTR_GEN_AI_TOOL_CALL_ARGUMENTS: "gen_ai.tool.call.arguments";
6433
6725
  /**
6434
6726
  * The tool call identifier.
6435
6727
  *
@@ -6438,6 +6730,72 @@ export declare const GEN_AI_TOKEN_TYPE_VALUE_OUTPUT: "output";
6438
6730
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6439
6731
  */
6440
6732
  export declare const ATTR_GEN_AI_TOOL_CALL_ID: "gen_ai.tool.call.id";
6733
+ /**
6734
+ * The result returned by the tool call (if any and if execution was successful).
6735
+ *
6736
+ * @example {
6737
+ * "temperature_range": {
6738
+ * "high": 75,
6739
+ * "low": 60
6740
+ * },
6741
+ * "conditions": "sunny"
6742
+ * }
6743
+ *
6744
+ * @note > [!WARNING]
6745
+ *
6746
+ * > This attribute may contain sensitive information.
6747
+ *
6748
+ * It's expected to be an object - in case a serialized string is available
6749
+ * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6750
+ * 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.
6751
+ *
6752
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6753
+ */
6754
+ export declare const ATTR_GEN_AI_TOOL_CALL_RESULT: "gen_ai.tool.call.result";
6755
+ /**
6756
+ * The list of source system tool definitions available to the GenAI agent or model.
6757
+ *
6758
+ * @example [
6759
+ * {
6760
+ * "type": "function",
6761
+ * "name": "get_current_weather",
6762
+ * "description": "Get the current weather in a given location",
6763
+ * "parameters": {
6764
+ * "type": "object",
6765
+ * "properties": {
6766
+ * "location": {
6767
+ * "type": "string",
6768
+ * "description": "The city and state, e.g. San Francisco, CA"
6769
+ * },
6770
+ * "unit": {
6771
+ * "type": "string",
6772
+ * "enum": [
6773
+ * "celsius",
6774
+ * "fahrenheit"
6775
+ * ]
6776
+ * }
6777
+ * },
6778
+ * "required": [
6779
+ * "location",
6780
+ * "unit"
6781
+ * ]
6782
+ * }
6783
+ * }
6784
+ * ]
6785
+ *
6786
+ * @note The value of this attribute matches source system tool definition format.
6787
+ *
6788
+ * It's expected to be an array of objects where each object represents a tool definition. In case a serialized string is available
6789
+ * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6790
+ * 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.
6791
+ *
6792
+ * Since this attribute could be large, it's NOT **RECOMMENDED** to populate
6793
+ * it by default. Instrumentations **MAY** provide a way to enable
6794
+ * populating this attribute.
6795
+ *
6796
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6797
+ */
6798
+ export declare const ATTR_GEN_AI_TOOL_DEFINITIONS: "gen_ai.tool.definitions";
6441
6799
  /**
6442
6800
  * The tool description.
6443
6801
  *
@@ -6945,11 +7303,11 @@ export declare const HTTP_CONNECTION_STATE_VALUE_ACTIVE: "active";
6945
7303
  */
6946
7304
  export declare const HTTP_CONNECTION_STATE_VALUE_IDLE: "idle";
6947
7305
  /**
6948
- * Deprecated, use `network.protocol.name` instead.
7306
+ * Deprecated, use `network.protocol.name` and `network.protocol.version` instead.
6949
7307
  *
6950
7308
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6951
7309
  *
6952
- * @deprecated Replaced by `network.protocol.name`.
7310
+ * @deprecated Split into `network.protocol.name` and `network.protocol.version`
6953
7311
  */
6954
7312
  export declare const ATTR_HTTP_FLAVOR: "http.flavor";
6955
7313
  /**
@@ -7030,6 +7388,14 @@ export declare const ATTR_HTTP_METHOD: "http.method";
7030
7388
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7031
7389
  */
7032
7390
  export declare const ATTR_HTTP_REQUEST_BODY_SIZE: "http.request.body.size";
7391
+ /**
7392
+ * Enum value "QUERY" for attribute {@link ATTR_HTTP_REQUEST_METHOD}.
7393
+ *
7394
+ * QUERY method.
7395
+ *
7396
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7397
+ */
7398
+ export declare const HTTP_REQUEST_METHOD_VALUE_QUERY: "QUERY";
7033
7399
  /**
7034
7400
  * 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.
7035
7401
  *
@@ -8531,6 +8897,104 @@ export declare const ATTR_K8S_POD_LABELS: (key: string) => string;
8531
8897
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8532
8898
  */
8533
8899
  export declare const ATTR_K8S_POD_NAME: "k8s.pod.name";
8900
+ /**
8901
+ * 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)
8902
+ *
8903
+ * @example Pending
8904
+ * @example Running
8905
+ *
8906
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8907
+ */
8908
+ export declare const ATTR_K8S_POD_STATUS_PHASE: "k8s.pod.status.phase";
8909
+ /**
8910
+ * Enum value "Failed" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8911
+ *
8912
+ * 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).
8913
+ *
8914
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8915
+ */
8916
+ export declare const K8S_POD_STATUS_PHASE_VALUE_FAILED: "Failed";
8917
+ /**
8918
+ * Enum value "Pending" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8919
+ *
8920
+ * 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.
8921
+ *
8922
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8923
+ */
8924
+ export declare const K8S_POD_STATUS_PHASE_VALUE_PENDING: "Pending";
8925
+ /**
8926
+ * Enum value "Running" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8927
+ *
8928
+ * 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.
8929
+ *
8930
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8931
+ */
8932
+ export declare const K8S_POD_STATUS_PHASE_VALUE_RUNNING: "Running";
8933
+ /**
8934
+ * Enum value "Succeeded" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8935
+ *
8936
+ * 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.
8937
+ *
8938
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8939
+ */
8940
+ export declare const K8S_POD_STATUS_PHASE_VALUE_SUCCEEDED: "Succeeded";
8941
+ /**
8942
+ * Enum value "Unknown" for attribute {@link ATTR_K8S_POD_STATUS_PHASE}.
8943
+ *
8944
+ * 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.
8945
+ *
8946
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8947
+ */
8948
+ export declare const K8S_POD_STATUS_PHASE_VALUE_UNKNOWN: "Unknown";
8949
+ /**
8950
+ * 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)
8951
+ *
8952
+ * @example Evicted
8953
+ * @example NodeAffinity
8954
+ *
8955
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8956
+ */
8957
+ export declare const ATTR_K8S_POD_STATUS_REASON: "k8s.pod.status.reason";
8958
+ /**
8959
+ * Enum value "Evicted" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8960
+ *
8961
+ * The pod is evicted.
8962
+ *
8963
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8964
+ */
8965
+ export declare const K8S_POD_STATUS_REASON_VALUE_EVICTED: "Evicted";
8966
+ /**
8967
+ * Enum value "NodeAffinity" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8968
+ *
8969
+ * The pod is in a status because of its node affinity
8970
+ *
8971
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8972
+ */
8973
+ export declare const K8S_POD_STATUS_REASON_VALUE_NODE_AFFINITY: "NodeAffinity";
8974
+ /**
8975
+ * Enum value "NodeLost" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8976
+ *
8977
+ * The reason on a pod when its state cannot be confirmed as kubelet is unresponsive on the node it is (was) running.
8978
+ *
8979
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8980
+ */
8981
+ export declare const K8S_POD_STATUS_REASON_VALUE_NODE_LOST: "NodeLost";
8982
+ /**
8983
+ * Enum value "Shutdown" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8984
+ *
8985
+ * The node is shutdown
8986
+ *
8987
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8988
+ */
8989
+ export declare const K8S_POD_STATUS_REASON_VALUE_SHUTDOWN: "Shutdown";
8990
+ /**
8991
+ * Enum value "UnexpectedAdmissionError" for attribute {@link ATTR_K8S_POD_STATUS_REASON}.
8992
+ *
8993
+ * The pod was rejected admission to the node because of an error during admission that could not be categorized.
8994
+ *
8995
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8996
+ */
8997
+ export declare const K8S_POD_STATUS_REASON_VALUE_UNEXPECTED_ADMISSION_ERROR: "UnexpectedAdmissionError";
8534
8998
  /**
8535
8999
  * The UID of the Pod.
8536
9000
  *
@@ -8618,7 +9082,7 @@ export declare const ATTR_K8S_RESOURCEQUOTA_NAME: "k8s.resourcequota.name";
8618
9082
  *
8619
9083
  * @example count/replicationcontrollers
8620
9084
  *
8621
- * @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.
9085
+ * @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.
8622
9086
  *
8623
9087
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
8624
9088
  */
@@ -9073,7 +9537,7 @@ export declare const ATTR_MESSAGING_KAFKA_CONSUMER_GROUP: "messaging.kafka.consu
9073
9537
  *
9074
9538
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9075
9539
  *
9076
- * @deprecated Replaced by `messaging.destination.partition.id`.
9540
+ * @deprecated Record string representation of the partition id in `messaging.destination.partition.id` attribute.
9077
9541
  */
9078
9542
  export declare const ATTR_MESSAGING_KAFKA_DESTINATION_PARTITION: "messaging.kafka.destination.partition";
9079
9543
  /**
@@ -10097,6 +10561,24 @@ export declare const NETWORK_IO_DIRECTION_VALUE_RECEIVE: "receive";
10097
10561
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10098
10562
  */
10099
10563
  export declare const NETWORK_IO_DIRECTION_VALUE_TRANSMIT: "transmit";
10564
+ /**
10565
+ * NFSv4+ operation name.
10566
+ *
10567
+ * @example OPEN
10568
+ * @example READ
10569
+ * @example GETATTR
10570
+ *
10571
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10572
+ */
10573
+ export declare const ATTR_NFS_OPERATION_NAME: "nfs.operation.name";
10574
+ /**
10575
+ * Linux: one of "hit" (NFSD_STATS_RC_HITS), "miss" (NFSD_STATS_RC_MISSES), or "nocache" (NFSD_STATS_RC_NOCACHE -- uncacheable)
10576
+ *
10577
+ * @example "hit"
10578
+ *
10579
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10580
+ */
10581
+ export declare const ATTR_NFS_SERVER_REPCACHE_STATUS: "nfs.server.repcache.status";
10100
10582
  /**
10101
10583
  * The state of event loop time.
10102
10584
  *
@@ -10130,6 +10612,37 @@ export declare const NODEJS_EVENTLOOP_STATE_VALUE_IDLE: "idle";
10130
10612
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10131
10613
  */
10132
10614
  export declare const ATTR_OCI_MANIFEST_DIGEST: "oci.manifest.digest";
10615
+ /**
10616
+ * ONC/Sun RPC procedure name.
10617
+ *
10618
+ * @example OPEN
10619
+ * @example READ
10620
+ * @example GETATTR
10621
+ *
10622
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10623
+ */
10624
+ export declare const ATTR_ONC_RPC_PROCEDURE_NAME: "onc_rpc.procedure.name";
10625
+ /**
10626
+ * ONC/Sun RPC procedure number.
10627
+ *
10628
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10629
+ */
10630
+ export declare const ATTR_ONC_RPC_PROCEDURE_NUMBER: "onc_rpc.procedure.number";
10631
+ /**
10632
+ * ONC/Sun RPC program name.
10633
+ *
10634
+ * @example portmapper
10635
+ * @example nfs
10636
+ *
10637
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10638
+ */
10639
+ export declare const ATTR_ONC_RPC_PROGRAM_NAME: "onc_rpc.program.name";
10640
+ /**
10641
+ * ONC/Sun RPC program version.
10642
+ *
10643
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10644
+ */
10645
+ export declare const ATTR_ONC_RPC_VERSION: "onc_rpc.version";
10133
10646
  /**
10134
10647
  * The service tier requested. May be a specific tier, default, or auto.
10135
10648
  *
@@ -10172,6 +10685,22 @@ export declare const ATTR_OPENAI_RESPONSE_SERVICE_TIER: "openai.response.service
10172
10685
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10173
10686
  */
10174
10687
  export declare const ATTR_OPENAI_RESPONSE_SYSTEM_FINGERPRINT: "openai.response.system_fingerprint";
10688
+ /**
10689
+ * The name of the cluster quota.
10690
+ *
10691
+ * @example opentelemetry
10692
+ *
10693
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10694
+ */
10695
+ export declare const ATTR_OPENSHIFT_CLUSTERQUOTA_NAME: "openshift.clusterquota.name";
10696
+ /**
10697
+ * The UID of the cluster quota.
10698
+ *
10699
+ * @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
10700
+ *
10701
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10702
+ */
10703
+ export declare const ATTR_OPENSHIFT_CLUSTERQUOTA_UID: "openshift.clusterquota.uid";
10175
10704
  /**
10176
10705
  * Parent-child Reference type
10177
10706
  *
@@ -10594,6 +11123,11 @@ export declare const OTEL_SPAN_SAMPLING_RESULT_VALUE_RECORD_ONLY: "RECORD_ONLY";
10594
11123
  *
10595
11124
  * @example "AuthTokenCache"
10596
11125
  *
11126
+ * @note Examples of `peer.service` that users may specify:
11127
+ *
11128
+ * - A Redis cache of auth tokens as `peer.service="AuthTokenCache"`.
11129
+ * - A gRPC service `rpc.service="io.opentelemetry.AuthService"` may be hosted in both a gateway, `peer.service="ExternalApiService"` and a backend, `peer.service="AuthService"`.
11130
+ *
10597
11131
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10598
11132
  */
10599
11133
  export declare const ATTR_PEER_SERVICE: "peer.service";
@@ -10607,6 +11141,44 @@ export declare const ATTR_PEER_SERVICE: "peer.service";
10607
11141
  * @deprecated Replaced by `db.client.connection.pool.name`.
10608
11142
  */
10609
11143
  export declare const ATTR_POOL_NAME: "pool.name";
11144
+ /**
11145
+ * 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.
11146
+ *
11147
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11148
+ */
11149
+ export declare const ATTR_PPROF_LOCATION_IS_FOLDED: "pprof.location.is_folded";
11150
+ /**
11151
+ * Indicates that there are filenames related to this mapping.
11152
+ *
11153
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11154
+ */
11155
+ export declare const ATTR_PPROF_MAPPING_HAS_FILENAMES: "pprof.mapping.has_filenames";
11156
+ /**
11157
+ * Indicates that there are functions related to this mapping.
11158
+ *
11159
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11160
+ */
11161
+ export declare const ATTR_PPROF_MAPPING_HAS_FUNCTIONS: "pprof.mapping.has_functions";
11162
+ /**
11163
+ * Indicates that there are inline frames related to this mapping.
11164
+ *
11165
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11166
+ */
11167
+ export declare const ATTR_PPROF_MAPPING_HAS_INLINE_FRAMES: "pprof.mapping.has_inline_frames";
11168
+ /**
11169
+ * Indicates that there are line numbers 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 declare const ATTR_PPROF_MAPPING_HAS_LINE_NUMBERS: "pprof.mapping.has_line_numbers";
11174
+ /**
11175
+ * 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.
11176
+ *
11177
+ * @example ["hello world", "bazinga"]
11178
+ *
11179
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11180
+ */
11181
+ export declare const ATTR_PPROF_PROFILE_COMMENT: "pprof.profile.comment";
10610
11182
  /**
10611
11183
  * Length of the process.command_args array
10612
11184
  *
@@ -10646,7 +11218,7 @@ export declare const ATTR_PROCESS_COMMAND_LINE: "process.command_line";
10646
11218
  *
10647
11219
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10648
11220
  */
10649
- export declare const ATTR_PROCESS_CONTEXT_SWITCH_TYPE: "process.context_switch_type";
11221
+ export declare const ATTR_PROCESS_CONTEXT_SWITCH_TYPE: "process.context_switch.type";
10650
11222
  /**
10651
11223
  * Enum value "involuntary" for attribute {@link ATTR_PROCESS_CONTEXT_SWITCH_TYPE}.
10652
11224
  *
@@ -10810,9 +11382,11 @@ export declare const ATTR_PROCESS_LINUX_CGROUP: "process.linux.cgroup";
10810
11382
  */
10811
11383
  export declare const ATTR_PROCESS_OWNER: "process.owner";
10812
11384
  /**
10813
- * 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.
11385
+ * Deprecated, use `system.paging.fault.type` instead.
10814
11386
  *
10815
11387
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11388
+ *
11389
+ * @deprecated Replaced by `system.paging.fault.type`.
10816
11390
  */
10817
11391
  export declare const ATTR_PROCESS_PAGING_FAULT_TYPE: "process.paging.fault_type";
10818
11392
  /**
@@ -10907,6 +11481,38 @@ export declare const ATTR_PROCESS_SAVED_USER_NAME: "process.saved_user.name";
10907
11481
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
10908
11482
  */
10909
11483
  export declare const ATTR_PROCESS_SESSION_LEADER_PID: "process.session_leader.pid";
11484
+ /**
11485
+ * The process state, e.g., [Linux Process State Codes](https://man7.org/linux/man-pages/man1/ps.1.html#PROCESS_STATE_CODES)
11486
+ *
11487
+ * @example running
11488
+ *
11489
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11490
+ */
11491
+ export declare const ATTR_PROCESS_STATE: "process.state";
11492
+ /**
11493
+ * Enum value "defunct" for attribute {@link ATTR_PROCESS_STATE}.
11494
+ *
11495
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11496
+ */
11497
+ export declare const PROCESS_STATE_VALUE_DEFUNCT: "defunct";
11498
+ /**
11499
+ * Enum value "running" for attribute {@link ATTR_PROCESS_STATE}.
11500
+ *
11501
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11502
+ */
11503
+ export declare const PROCESS_STATE_VALUE_RUNNING: "running";
11504
+ /**
11505
+ * Enum value "sleeping" for attribute {@link ATTR_PROCESS_STATE}.
11506
+ *
11507
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11508
+ */
11509
+ export declare const PROCESS_STATE_VALUE_SLEEPING: "sleeping";
11510
+ /**
11511
+ * Enum value "stopped" 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 declare const PROCESS_STATE_VALUE_STOPPED: "stopped";
10910
11516
  /**
10911
11517
  * Process title (proctitle)
10912
11518
  *
@@ -11432,12 +12038,10 @@ export declare const RPC_MESSAGE_TYPE_VALUE_SENT: "SENT";
11432
12038
  */
11433
12039
  export declare const ATTR_RPC_MESSAGE_UNCOMPRESSED_SIZE: "rpc.message.uncompressed_size";
11434
12040
  /**
11435
- * The name of the (logical) method being called, must be equal to the $method part in the span name.
12041
+ * This is the logical name of the method from the RPC interface perspective.
11436
12042
  *
11437
12043
  * @example "exampleMethod"
11438
12044
  *
11439
- * @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).
11440
- *
11441
12045
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11442
12046
  */
11443
12047
  export declare const ATTR_RPC_METHOD: "rpc.method";
@@ -11446,8 +12050,6 @@ export declare const ATTR_RPC_METHOD: "rpc.method";
11446
12050
  *
11447
12051
  * @example "myservice.EchoService"
11448
12052
  *
11449
- * @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).
11450
- *
11451
12053
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11452
12054
  */
11453
12055
  export declare const ATTR_RPC_SERVICE: "rpc.service";
@@ -11497,6 +12099,22 @@ export declare const RPC_SYSTEM_VALUE_GRPC: "grpc";
11497
12099
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11498
12100
  */
11499
12101
  export declare const RPC_SYSTEM_VALUE_JAVA_RMI: "java_rmi";
12102
+ /**
12103
+ * Enum value "jsonrpc" for attribute {@link ATTR_RPC_SYSTEM}.
12104
+ *
12105
+ * JSON-RPC
12106
+ *
12107
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12108
+ */
12109
+ export declare const RPC_SYSTEM_VALUE_JSONRPC: "jsonrpc";
12110
+ /**
12111
+ * Enum value "onc_rpc" for attribute {@link ATTR_RPC_SYSTEM}.
12112
+ *
12113
+ * [ONC RPC (Sun RPC)](https://datatracker.ietf.org/doc/html/rfc5531)
12114
+ *
12115
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12116
+ */
12117
+ export declare const RPC_SYSTEM_VALUE_ONC_RPC: "onc_rpc";
11500
12118
  /**
11501
12119
  * A categorization value keyword used by the entity using the rule for detection of this event
11502
12120
  *
@@ -11674,6 +12292,8 @@ export declare const STATE_VALUE_USED: "used";
11674
12292
  * @example 1
11675
12293
  *
11676
12294
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12295
+ *
12296
+ * @deprecated Replaced by `cpu.logical_number`.
11677
12297
  */
11678
12298
  export declare const ATTR_SYSTEM_CPU_LOGICAL_NUMBER: "system.cpu.logical_number";
11679
12299
  /**
@@ -11968,6 +12588,26 @@ export declare const SYSTEM_PAGING_DIRECTION_VALUE_IN: "in";
11968
12588
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11969
12589
  */
11970
12590
  export declare const SYSTEM_PAGING_DIRECTION_VALUE_OUT: "out";
12591
+ /**
12592
+ * The paging fault type
12593
+ *
12594
+ * @example minor
12595
+ *
12596
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12597
+ */
12598
+ export declare const ATTR_SYSTEM_PAGING_FAULT_TYPE: "system.paging.fault.type";
12599
+ /**
12600
+ * Enum value "major" for attribute {@link ATTR_SYSTEM_PAGING_FAULT_TYPE}.
12601
+ *
12602
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12603
+ */
12604
+ export declare const SYSTEM_PAGING_FAULT_TYPE_VALUE_MAJOR: "major";
12605
+ /**
12606
+ * Enum value "minor" for attribute {@link ATTR_SYSTEM_PAGING_FAULT_TYPE}.
12607
+ *
12608
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12609
+ */
12610
+ export declare const SYSTEM_PAGING_FAULT_TYPE_VALUE_MINOR: "minor";
11971
12611
  /**
11972
12612
  * The memory paging state
11973
12613
  *
@@ -11989,11 +12629,13 @@ export declare const SYSTEM_PAGING_STATE_VALUE_FREE: "free";
11989
12629
  */
11990
12630
  export declare const SYSTEM_PAGING_STATE_VALUE_USED: "used";
11991
12631
  /**
11992
- * The memory paging type
12632
+ * Deprecated, use `system.paging.fault.type` instead.
11993
12633
  *
11994
12634
  * @example minor
11995
12635
  *
11996
12636
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12637
+ *
12638
+ * @deprecated Replaced by `system.paging.fault.type`.
11997
12639
  */
11998
12640
  export declare const ATTR_SYSTEM_PAGING_TYPE: "system.paging.type";
11999
12641
  /**
@@ -12009,11 +12651,13 @@ export declare const SYSTEM_PAGING_TYPE_VALUE_MAJOR: "major";
12009
12651
  */
12010
12652
  export declare const SYSTEM_PAGING_TYPE_VALUE_MINOR: "minor";
12011
12653
  /**
12012
- * The process state, e.g., [Linux Process State Codes](https://man7.org/linux/man-pages/man1/ps.1.html#PROCESS_STATE_CODES)
12654
+ * Deprecated, use `process.state` instead.
12013
12655
  *
12014
12656
  * @example running
12015
12657
  *
12016
12658
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12659
+ *
12660
+ * @deprecated Replaced by `process.state`.
12017
12661
  */
12018
12662
  export declare const ATTR_SYSTEM_PROCESS_STATUS: "system.process.status";
12019
12663
  /**
@@ -12041,13 +12685,13 @@ export declare const SYSTEM_PROCESS_STATUS_VALUE_SLEEPING: "sleeping";
12041
12685
  */
12042
12686
  export declare const SYSTEM_PROCESS_STATUS_VALUE_STOPPED: "stopped";
12043
12687
  /**
12044
- * Deprecated, use `system.process.status` instead.
12688
+ * Deprecated, use `process.state` instead.
12045
12689
  *
12046
12690
  * @example running
12047
12691
  *
12048
12692
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12049
12693
  *
12050
- * @deprecated Replaced by `system.process.status`.
12694
+ * @deprecated Replaced by `process.state`.
12051
12695
  */
12052
12696
  export declare const ATTR_SYSTEM_PROCESSES_STATUS: "system.processes.status";
12053
12697
  /**
@@ -12202,6 +12846,18 @@ export declare const TEST_SUITE_RUN_STATUS_VALUE_TIMED_OUT: "timed_out";
12202
12846
  *
12203
12847
  * @example 42
12204
12848
  *
12849
+ * @note
12850
+ * Examples of where the value can be extracted from:
12851
+ *
12852
+ * | Language or platform | Source |
12853
+ * | --- | --- |
12854
+ * | JVM | `Thread.currentThread().threadId()` |
12855
+ * | .NET | `Thread.CurrentThread.ManagedThreadId` |
12856
+ * | Python | `threading.current_thread().ident` |
12857
+ * | Ruby | `Thread.current.object_id` |
12858
+ * | C++ | `std::this_thread::get_id()` |
12859
+ * | Erlang | `erlang:self()` |
12860
+ *
12205
12861
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12206
12862
  */
12207
12863
  export declare const ATTR_THREAD_ID: "thread.id";
@@ -12210,6 +12866,17 @@ export declare const ATTR_THREAD_ID: "thread.id";
12210
12866
  *
12211
12867
  * @example "main"
12212
12868
  *
12869
+ * @note
12870
+ * Examples of where the value can be extracted from:
12871
+ *
12872
+ * | Language or platform | Source |
12873
+ * | --- | --- |
12874
+ * | JVM | `Thread.currentThread().getName()` |
12875
+ * | .NET | `Thread.CurrentThread.Name` |
12876
+ * | Python | `threading.current_thread().name` |
12877
+ * | Ruby | `Thread.current.name` |
12878
+ * | Erlang | `erlang:process_info(self(), registered_name)` |
12879
+ *
12213
12880
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12214
12881
  */
12215
12882
  export declare const ATTR_THREAD_NAME: "thread.name";
@@ -13143,7 +13810,7 @@ export declare const VCS_REPOSITORY_REF_TYPE_VALUE_BRANCH: "branch";
13143
13810
  */
13144
13811
  export declare const VCS_REPOSITORY_REF_TYPE_VALUE_TAG: "tag";
13145
13812
  /**
13146
- * 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.
13813
+ * 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.
13147
13814
  *
13148
13815
  * @example https://github.com/opentelemetry/open-telemetry-collector-contrib
13149
13816
  * @example https://gitlab.com/my-org/my-project/my-projects-project/repo