opentelemetry-semantic_conventions 1.11.0 → 1.36.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 (239) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +2 -2
  3. data/CHANGELOG.md +4 -0
  4. data/lib/opentelemetry/semantic_conventions/resource.rb +258 -4
  5. data/lib/opentelemetry/semantic_conventions/trace.rb +432 -5
  6. data/lib/opentelemetry/semantic_conventions/version.rb +1 -1
  7. data/lib/opentelemetry/semantic_conventions.rb +13 -1
  8. data/lib/opentelemetry/semconv/aspnetcore/attributes.rb +97 -0
  9. data/lib/opentelemetry/semconv/aspnetcore/metrics.rb +83 -0
  10. data/lib/opentelemetry/semconv/aspnetcore.rb +22 -0
  11. data/lib/opentelemetry/semconv/client/attributes.rb +53 -0
  12. data/lib/opentelemetry/semconv/client.rb +21 -0
  13. data/lib/opentelemetry/semconv/code/attributes.rb +92 -0
  14. data/lib/opentelemetry/semconv/code.rb +21 -0
  15. data/lib/opentelemetry/semconv/db/attributes.rb +174 -0
  16. data/lib/opentelemetry/semconv/db/metrics.rb +36 -0
  17. data/lib/opentelemetry/semconv/db.rb +22 -0
  18. data/lib/opentelemetry/semconv/dotnet/attributes.rb +40 -0
  19. data/lib/opentelemetry/semconv/dotnet/metrics.rb +181 -0
  20. data/lib/opentelemetry/semconv/dotnet.rb +22 -0
  21. data/lib/opentelemetry/semconv/error/attributes.rb +61 -0
  22. data/lib/opentelemetry/semconv/error.rb +21 -0
  23. data/lib/opentelemetry/semconv/exception/attributes.rb +64 -0
  24. data/lib/opentelemetry/semconv/exception.rb +21 -0
  25. data/lib/opentelemetry/semconv/http/attributes.rb +164 -0
  26. data/lib/opentelemetry/semconv/http/metrics.rb +39 -0
  27. data/lib/opentelemetry/semconv/http.rb +22 -0
  28. data/lib/opentelemetry/semconv/incubating/android/attributes.rb +58 -0
  29. data/lib/opentelemetry/semconv/incubating/android.rb +21 -0
  30. data/lib/opentelemetry/semconv/incubating/app/attributes.rb +103 -0
  31. data/lib/opentelemetry/semconv/incubating/app.rb +21 -0
  32. data/lib/opentelemetry/semconv/incubating/artifact/attributes.rb +117 -0
  33. data/lib/opentelemetry/semconv/incubating/artifact.rb +21 -0
  34. data/lib/opentelemetry/semconv/incubating/aspnetcore/attributes.rb +113 -0
  35. data/lib/opentelemetry/semconv/incubating/aspnetcore/metrics.rb +99 -0
  36. data/lib/opentelemetry/semconv/incubating/aspnetcore.rb +22 -0
  37. data/lib/opentelemetry/semconv/incubating/aws/attributes.rb +551 -0
  38. data/lib/opentelemetry/semconv/incubating/aws.rb +21 -0
  39. data/lib/opentelemetry/semconv/incubating/az/attributes.rb +53 -0
  40. data/lib/opentelemetry/semconv/incubating/az.rb +21 -0
  41. data/lib/opentelemetry/semconv/incubating/azure/attributes.rb +115 -0
  42. data/lib/opentelemetry/semconv/incubating/azure/metrics.rb +41 -0
  43. data/lib/opentelemetry/semconv/incubating/azure.rb +22 -0
  44. data/lib/opentelemetry/semconv/incubating/browser/attributes.rb +77 -0
  45. data/lib/opentelemetry/semconv/incubating/browser.rb +21 -0
  46. data/lib/opentelemetry/semconv/incubating/cassandra/attributes.rb +78 -0
  47. data/lib/opentelemetry/semconv/incubating/cassandra.rb +21 -0
  48. data/lib/opentelemetry/semconv/incubating/cicd/attributes.rb +201 -0
  49. data/lib/opentelemetry/semconv/incubating/cicd/metrics.rb +61 -0
  50. data/lib/opentelemetry/semconv/incubating/cicd.rb +22 -0
  51. data/lib/opentelemetry/semconv/incubating/client/attributes.rb +59 -0
  52. data/lib/opentelemetry/semconv/incubating/client.rb +21 -0
  53. data/lib/opentelemetry/semconv/incubating/cloud/attributes.rb +105 -0
  54. data/lib/opentelemetry/semconv/incubating/cloud.rb +21 -0
  55. data/lib/opentelemetry/semconv/incubating/cloudevents/attributes.rb +80 -0
  56. data/lib/opentelemetry/semconv/incubating/cloudevents.rb +21 -0
  57. data/lib/opentelemetry/semconv/incubating/cloudfoundry/attributes.rb +190 -0
  58. data/lib/opentelemetry/semconv/incubating/cloudfoundry.rb +21 -0
  59. data/lib/opentelemetry/semconv/incubating/code/attributes.rb +155 -0
  60. data/lib/opentelemetry/semconv/incubating/code.rb +21 -0
  61. data/lib/opentelemetry/semconv/incubating/container/attributes.rb +197 -0
  62. data/lib/opentelemetry/semconv/incubating/container/metrics.rb +74 -0
  63. data/lib/opentelemetry/semconv/incubating/container.rb +22 -0
  64. data/lib/opentelemetry/semconv/incubating/cpu/attributes.rb +50 -0
  65. data/lib/opentelemetry/semconv/incubating/cpu/metrics.rb +49 -0
  66. data/lib/opentelemetry/semconv/incubating/cpu.rb +22 -0
  67. data/lib/opentelemetry/semconv/incubating/cpython/attributes.rb +42 -0
  68. data/lib/opentelemetry/semconv/incubating/cpython/metrics.rb +52 -0
  69. data/lib/opentelemetry/semconv/incubating/cpython.rb +22 -0
  70. data/lib/opentelemetry/semconv/incubating/db/attributes.rb +615 -0
  71. data/lib/opentelemetry/semconv/incubating/db/metrics.rb +156 -0
  72. data/lib/opentelemetry/semconv/incubating/db.rb +22 -0
  73. data/lib/opentelemetry/semconv/incubating/deployment/attributes.rb +84 -0
  74. data/lib/opentelemetry/semconv/incubating/deployment.rb +21 -0
  75. data/lib/opentelemetry/semconv/incubating/destination/attributes.rb +54 -0
  76. data/lib/opentelemetry/semconv/incubating/destination.rb +21 -0
  77. data/lib/opentelemetry/semconv/incubating/device/attributes.rb +88 -0
  78. data/lib/opentelemetry/semconv/incubating/device.rb +21 -0
  79. data/lib/opentelemetry/semconv/incubating/disk/attributes.rb +40 -0
  80. data/lib/opentelemetry/semconv/incubating/disk.rb +21 -0
  81. data/lib/opentelemetry/semconv/incubating/dns/attributes.rb +52 -0
  82. data/lib/opentelemetry/semconv/incubating/dns/metrics.rb +36 -0
  83. data/lib/opentelemetry/semconv/incubating/dns.rb +22 -0
  84. data/lib/opentelemetry/semconv/incubating/dotnet/attributes.rb +44 -0
  85. data/lib/opentelemetry/semconv/incubating/dotnet/metrics.rb +221 -0
  86. data/lib/opentelemetry/semconv/incubating/dotnet.rb +22 -0
  87. data/lib/opentelemetry/semconv/incubating/elasticsearch/attributes.rb +40 -0
  88. data/lib/opentelemetry/semconv/incubating/elasticsearch.rb +21 -0
  89. data/lib/opentelemetry/semconv/incubating/enduser/attributes.rb +79 -0
  90. data/lib/opentelemetry/semconv/incubating/enduser.rb +21 -0
  91. data/lib/opentelemetry/semconv/incubating/error/attributes.rb +81 -0
  92. data/lib/opentelemetry/semconv/incubating/error.rb +21 -0
  93. data/lib/opentelemetry/semconv/incubating/event/attributes.rb +42 -0
  94. data/lib/opentelemetry/semconv/incubating/event.rb +21 -0
  95. data/lib/opentelemetry/semconv/incubating/exception/attributes.rb +73 -0
  96. data/lib/opentelemetry/semconv/incubating/exception.rb +21 -0
  97. data/lib/opentelemetry/semconv/incubating/faas/attributes.rb +200 -0
  98. data/lib/opentelemetry/semconv/incubating/faas/metrics.rb +76 -0
  99. data/lib/opentelemetry/semconv/incubating/faas.rb +22 -0
  100. data/lib/opentelemetry/semconv/incubating/feature_flag/attributes.rb +159 -0
  101. data/lib/opentelemetry/semconv/incubating/feature_flag.rb +21 -0
  102. data/lib/opentelemetry/semconv/incubating/file/attributes.rb +207 -0
  103. data/lib/opentelemetry/semconv/incubating/file.rb +21 -0
  104. data/lib/opentelemetry/semconv/incubating/gcp/attributes.rb +159 -0
  105. data/lib/opentelemetry/semconv/incubating/gcp.rb +21 -0
  106. data/lib/opentelemetry/semconv/incubating/gen_ai/attributes.rb +404 -0
  107. data/lib/opentelemetry/semconv/incubating/gen_ai/metrics.rb +56 -0
  108. data/lib/opentelemetry/semconv/incubating/gen_ai.rb +22 -0
  109. data/lib/opentelemetry/semconv/incubating/geo/attributes.rb +91 -0
  110. data/lib/opentelemetry/semconv/incubating/geo.rb +21 -0
  111. data/lib/opentelemetry/semconv/incubating/go/attributes.rb +41 -0
  112. data/lib/opentelemetry/semconv/incubating/go/metrics.rb +94 -0
  113. data/lib/opentelemetry/semconv/incubating/go.rb +22 -0
  114. data/lib/opentelemetry/semconv/incubating/graphql/attributes.rb +62 -0
  115. data/lib/opentelemetry/semconv/incubating/graphql.rb +21 -0
  116. data/lib/opentelemetry/semconv/incubating/heroku/attributes.rb +58 -0
  117. data/lib/opentelemetry/semconv/incubating/heroku.rb +21 -0
  118. data/lib/opentelemetry/semconv/incubating/host/attributes.rb +172 -0
  119. data/lib/opentelemetry/semconv/incubating/host.rb +21 -0
  120. data/lib/opentelemetry/semconv/incubating/http/attributes.rb +366 -0
  121. data/lib/opentelemetry/semconv/incubating/http/metrics.rb +93 -0
  122. data/lib/opentelemetry/semconv/incubating/http.rb +22 -0
  123. data/lib/opentelemetry/semconv/incubating/hw/attributes.rb +70 -0
  124. data/lib/opentelemetry/semconv/incubating/hw/metrics.rb +79 -0
  125. data/lib/opentelemetry/semconv/incubating/hw.rb +22 -0
  126. data/lib/opentelemetry/semconv/incubating/ios/attributes.rb +44 -0
  127. data/lib/opentelemetry/semconv/incubating/ios.rb +21 -0
  128. data/lib/opentelemetry/semconv/incubating/jvm/attributes.rb +129 -0
  129. data/lib/opentelemetry/semconv/incubating/jvm/metrics.rb +162 -0
  130. data/lib/opentelemetry/semconv/incubating/jvm.rb +22 -0
  131. data/lib/opentelemetry/semconv/incubating/k8s/attributes.rb +910 -0
  132. data/lib/opentelemetry/semconv/incubating/k8s/metrics.rb +658 -0
  133. data/lib/opentelemetry/semconv/incubating/k8s.rb +22 -0
  134. data/lib/opentelemetry/semconv/incubating/kestrel/metrics.rb +106 -0
  135. data/lib/opentelemetry/semconv/incubating/kestrel.rb +21 -0
  136. data/lib/opentelemetry/semconv/incubating/linux/attributes.rb +41 -0
  137. data/lib/opentelemetry/semconv/incubating/linux.rb +21 -0
  138. data/lib/opentelemetry/semconv/incubating/log/attributes.rb +96 -0
  139. data/lib/opentelemetry/semconv/incubating/log.rb +21 -0
  140. data/lib/opentelemetry/semconv/incubating/mainframe/attributes.rb +40 -0
  141. data/lib/opentelemetry/semconv/incubating/mainframe.rb +21 -0
  142. data/lib/opentelemetry/semconv/incubating/message/attributes.rb +55 -0
  143. data/lib/opentelemetry/semconv/incubating/message.rb +21 -0
  144. data/lib/opentelemetry/semconv/incubating/messaging/attributes.rb +451 -0
  145. data/lib/opentelemetry/semconv/incubating/messaging/metrics.rb +96 -0
  146. data/lib/opentelemetry/semconv/incubating/messaging.rb +22 -0
  147. data/lib/opentelemetry/semconv/incubating/net/attributes.rb +175 -0
  148. data/lib/opentelemetry/semconv/incubating/net.rb +21 -0
  149. data/lib/opentelemetry/semconv/incubating/network/attributes.rb +222 -0
  150. data/lib/opentelemetry/semconv/incubating/network.rb +21 -0
  151. data/lib/opentelemetry/semconv/incubating/nodejs/attributes.rb +36 -0
  152. data/lib/opentelemetry/semconv/incubating/nodejs/metrics.rb +94 -0
  153. data/lib/opentelemetry/semconv/incubating/nodejs.rb +22 -0
  154. data/lib/opentelemetry/semconv/incubating/oci/attributes.rb +43 -0
  155. data/lib/opentelemetry/semconv/incubating/oci.rb +21 -0
  156. data/lib/opentelemetry/semconv/incubating/opentracing/attributes.rb +38 -0
  157. data/lib/opentelemetry/semconv/incubating/opentracing.rb +21 -0
  158. data/lib/opentelemetry/semconv/incubating/os/attributes.rb +78 -0
  159. data/lib/opentelemetry/semconv/incubating/os.rb +21 -0
  160. data/lib/opentelemetry/semconv/incubating/otel/attributes.rb +138 -0
  161. data/lib/opentelemetry/semconv/incubating/otel/metrics.rb +194 -0
  162. data/lib/opentelemetry/semconv/incubating/otel.rb +22 -0
  163. data/lib/opentelemetry/semconv/incubating/other/attributes.rb +41 -0
  164. data/lib/opentelemetry/semconv/incubating/other.rb +21 -0
  165. data/lib/opentelemetry/semconv/incubating/peer/attributes.rb +40 -0
  166. data/lib/opentelemetry/semconv/incubating/peer.rb +21 -0
  167. data/lib/opentelemetry/semconv/incubating/pool/attributes.rb +41 -0
  168. data/lib/opentelemetry/semconv/incubating/pool.rb +21 -0
  169. data/lib/opentelemetry/semconv/incubating/process/attributes.rb +367 -0
  170. data/lib/opentelemetry/semconv/incubating/process/metrics.rb +89 -0
  171. data/lib/opentelemetry/semconv/incubating/process.rb +22 -0
  172. data/lib/opentelemetry/semconv/incubating/profile/attributes.rb +40 -0
  173. data/lib/opentelemetry/semconv/incubating/profile.rb +21 -0
  174. data/lib/opentelemetry/semconv/incubating/rpc/attributes.rb +215 -0
  175. data/lib/opentelemetry/semconv/incubating/rpc/metrics.rb +115 -0
  176. data/lib/opentelemetry/semconv/incubating/rpc.rb +22 -0
  177. data/lib/opentelemetry/semconv/incubating/security_rule/attributes.rb +106 -0
  178. data/lib/opentelemetry/semconv/incubating/security_rule.rb +21 -0
  179. data/lib/opentelemetry/semconv/incubating/server/attributes.rb +61 -0
  180. data/lib/opentelemetry/semconv/incubating/server.rb +21 -0
  181. data/lib/opentelemetry/semconv/incubating/service/attributes.rb +103 -0
  182. data/lib/opentelemetry/semconv/incubating/service.rb +21 -0
  183. data/lib/opentelemetry/semconv/incubating/session/attributes.rb +49 -0
  184. data/lib/opentelemetry/semconv/incubating/session.rb +21 -0
  185. data/lib/opentelemetry/semconv/incubating/signalr/attributes.rb +55 -0
  186. data/lib/opentelemetry/semconv/incubating/signalr/metrics.rb +49 -0
  187. data/lib/opentelemetry/semconv/incubating/signalr.rb +22 -0
  188. data/lib/opentelemetry/semconv/incubating/source/attributes.rb +54 -0
  189. data/lib/opentelemetry/semconv/incubating/source.rb +21 -0
  190. data/lib/opentelemetry/semconv/incubating/system/attributes.rb +162 -0
  191. data/lib/opentelemetry/semconv/incubating/system/metrics.rb +227 -0
  192. data/lib/opentelemetry/semconv/incubating/system.rb +22 -0
  193. data/lib/opentelemetry/semconv/incubating/telemetry/attributes.rb +88 -0
  194. data/lib/opentelemetry/semconv/incubating/telemetry.rb +21 -0
  195. data/lib/opentelemetry/semconv/incubating/test/attributes.rb +75 -0
  196. data/lib/opentelemetry/semconv/incubating/test.rb +21 -0
  197. data/lib/opentelemetry/semconv/incubating/thread/attributes.rb +49 -0
  198. data/lib/opentelemetry/semconv/incubating/thread.rb +21 -0
  199. data/lib/opentelemetry/semconv/incubating/tls/attributes.rb +293 -0
  200. data/lib/opentelemetry/semconv/incubating/tls.rb +21 -0
  201. data/lib/opentelemetry/semconv/incubating/url/attributes.rb +225 -0
  202. data/lib/opentelemetry/semconv/incubating/url.rb +21 -0
  203. data/lib/opentelemetry/semconv/incubating/user/attributes.rb +87 -0
  204. data/lib/opentelemetry/semconv/incubating/user.rb +21 -0
  205. data/lib/opentelemetry/semconv/incubating/user_agent/attributes.rb +100 -0
  206. data/lib/opentelemetry/semconv/incubating/user_agent.rb +21 -0
  207. data/lib/opentelemetry/semconv/incubating/v8js/attributes.rb +43 -0
  208. data/lib/opentelemetry/semconv/incubating/v8js/metrics.rb +66 -0
  209. data/lib/opentelemetry/semconv/incubating/v8js.rb +22 -0
  210. data/lib/opentelemetry/semconv/incubating/vcs/attributes.rb +303 -0
  211. data/lib/opentelemetry/semconv/incubating/vcs/metrics.rb +88 -0
  212. data/lib/opentelemetry/semconv/incubating/vcs.rb +22 -0
  213. data/lib/opentelemetry/semconv/incubating/webengine/attributes.rb +58 -0
  214. data/lib/opentelemetry/semconv/incubating/webengine.rb +21 -0
  215. data/lib/opentelemetry/semconv/incubating/zos/attributes.rb +49 -0
  216. data/lib/opentelemetry/semconv/incubating/zos.rb +21 -0
  217. data/lib/opentelemetry/semconv/jvm/attributes.rb +91 -0
  218. data/lib/opentelemetry/semconv/jvm/metrics.rb +91 -0
  219. data/lib/opentelemetry/semconv/jvm.rb +22 -0
  220. data/lib/opentelemetry/semconv/kestrel/metrics.rb +88 -0
  221. data/lib/opentelemetry/semconv/kestrel.rb +21 -0
  222. data/lib/opentelemetry/semconv/network/attributes.rb +120 -0
  223. data/lib/opentelemetry/semconv/network.rb +21 -0
  224. data/lib/opentelemetry/semconv/otel/attributes.rb +61 -0
  225. data/lib/opentelemetry/semconv/otel.rb +21 -0
  226. data/lib/opentelemetry/semconv/server/attributes.rb +55 -0
  227. data/lib/opentelemetry/semconv/server.rb +21 -0
  228. data/lib/opentelemetry/semconv/service/attributes.rb +50 -0
  229. data/lib/opentelemetry/semconv/service.rb +21 -0
  230. data/lib/opentelemetry/semconv/signalr/attributes.rb +49 -0
  231. data/lib/opentelemetry/semconv/signalr/metrics.rb +43 -0
  232. data/lib/opentelemetry/semconv/signalr.rb +22 -0
  233. data/lib/opentelemetry/semconv/telemetry/attributes.rb +59 -0
  234. data/lib/opentelemetry/semconv/telemetry.rb +21 -0
  235. data/lib/opentelemetry/semconv/url/attributes.rb +118 -0
  236. data/lib/opentelemetry/semconv/url.rb +21 -0
  237. data/lib/opentelemetry/semconv/user_agent/attributes.rb +40 -0
  238. data/lib/opentelemetry/semconv/user_agent.rb +21 -0
  239. metadata +249 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d30ebf58d49525e0f640f6b2f8e0057053e1a142048fa05d0fd9414cc58b3a9
4
- data.tar.gz: 146946fe715d0407cea0dd15532b6b14d9cec574efd24831193533b0edb3b0f2
3
+ metadata.gz: 5b1d56cd309c3dbd3418c4999d97dcfc7807aa56da86f17e99407b280fb8ad7b
4
+ data.tar.gz: e58c43ddccb57d4c2fa9e2717fdf26a379cd24be1fa829eb9bb5aa546dc27663
5
5
  SHA512:
6
- metadata.gz: ab0cc6b66600a01aaa5dc41a4da31066de81b21f53ea08f0b82839782a0d5706c59bfae78358adf5c81796d0296e5132de3c4e51ceff1a08b0faafc5d7957057
7
- data.tar.gz: fa5bfe203028ea163a0684fac641772e57d43072bbfad15c117f0fad6570f5aa9a8e17026d378f5504228ec8fb296271394ac145a9665290ff7d47a9f4b4cbfd
6
+ metadata.gz: 13b293e3a8dd9676d7b4dd6a4578bf8fc1ecbbc3df8450dde6084301ee198db93b930f14670d45525ab2955ab30a56d9a63fc3a5476666a0c484229931492370
7
+ data.tar.gz: 8a71e44ef0d3157c5b29b4d84352b29acb4e0f8660ba80e82d459ea422fc6866722c9dc19ceea6f05297d114fa6ae6ba3518fca81013a53591787ae8c613b213
data/.yardopts CHANGED
@@ -1,9 +1,9 @@
1
1
  --no-private
2
2
  --title=OpenTelemetry Semantic Conventions
3
3
  --markup=markdown
4
+ --markup-provider=kramdown
4
5
  --main=README.md
5
- ./lib/opentelemetry/semantic_conventions/**/*.rb
6
- ./lib/opentelemetry/semantic_conventions.rb
6
+ ./lib/opentelemetry/**/*.rb
7
7
  -
8
8
  README.md
9
9
  CHANGELOG.md
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History: opentelemetry-semantic_conventions
2
2
 
3
+ ### v1.36.0 / 2025-09-16
4
+
5
+ * ADDED: Update to v1.36 in a non-breaking way
6
+
3
7
  ### v1.11.0 / 2025-02-25
4
8
 
5
9
  - ADDED: Support 3.1 Min Version
@@ -6,119 +6,208 @@
6
6
 
7
7
  module OpenTelemetry
8
8
  module SemanticConventions
9
+ # OpenTelemetry semantic conventions from v1.10.
10
+ #
11
+ # @deprecated This module is deprecated in favor of the namespaced modules under
12
+ # {OpenTelemetry::SemConv::Incubating} (all experimental and stable) and
13
+ # {OpenTelemetry::SemConv} (stable)
9
14
  module Resource
10
15
  # Name of the cloud provider
16
+ #
17
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
18
+ # See {OpenTelemetry::SemConv::Incubating::CLOUD::CLOUD_PROVIDER} for its replacement.
11
19
  CLOUD_PROVIDER = 'cloud.provider'
12
20
 
13
21
  # The cloud account ID the resource is assigned to
22
+ #
23
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
24
+ # See {OpenTelemetry::SemConv::Incubating::CLOUD::CLOUD_ACCOUNT_ID} for its replacement.
14
25
  CLOUD_ACCOUNT_ID = 'cloud.account.id'
15
26
 
16
27
  # The geographical region the resource is running
17
28
  # @note Refer to your provider's docs to see the available regions, for example [Alibaba Cloud regions](https://www.alibabacloud.com/help/doc-detail/40654.htm), [AWS regions](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Azure regions](https://azure.microsoft.com/en-us/global-infrastructure/geographies/), [Google Cloud regions](https://cloud.google.com/about/locations), or [Tencent Cloud regions](https://intl.cloud.tencent.com/document/product/213/6091)
29
+ #
30
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
31
+ # See {OpenTelemetry::SemConv::Incubating::CLOUD::CLOUD_REGION} for its replacement.
18
32
  CLOUD_REGION = 'cloud.region'
19
33
 
20
34
  # Cloud regions often have multiple, isolated locations known as zones to increase availability. Availability zone represents the zone where the resource is running
21
35
  # @note Availability zones are called "zones" on Alibaba Cloud and Google Cloud
36
+ #
37
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
38
+ # See {OpenTelemetry::SemConv::Incubating::CLOUD::CLOUD_AVAILABILITY_ZONE} for its replacement.
22
39
  CLOUD_AVAILABILITY_ZONE = 'cloud.availability_zone'
23
40
 
24
41
  # The cloud platform in use
25
42
  # @note The prefix of the service SHOULD match the one specified in `cloud.provider`
43
+ #
44
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
45
+ # See {OpenTelemetry::SemConv::Incubating::CLOUD::CLOUD_PLATFORM} for its replacement.
26
46
  CLOUD_PLATFORM = 'cloud.platform'
27
47
 
28
48
  # The Amazon Resource Name (ARN) of an [ECS container instance](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html)
49
+ #
50
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
51
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_ECS_CONTAINER_ARN} for its replacement.
29
52
  AWS_ECS_CONTAINER_ARN = 'aws.ecs.container.arn'
30
53
 
31
54
  # The ARN of an [ECS cluster](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html)
55
+ #
56
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
57
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_ECS_CLUSTER_ARN} for its replacement.
32
58
  AWS_ECS_CLUSTER_ARN = 'aws.ecs.cluster.arn'
33
59
 
34
60
  # The [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) for an ECS task
61
+ #
62
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
63
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_ECS_LAUNCHTYPE} for its replacement.
35
64
  AWS_ECS_LAUNCHTYPE = 'aws.ecs.launchtype'
36
65
 
37
66
  # The ARN of an [ECS task definition](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html)
67
+ #
68
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
69
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_ECS_TASK_ARN} for its replacement.
38
70
  AWS_ECS_TASK_ARN = 'aws.ecs.task.arn'
39
71
 
40
72
  # The task definition family this task definition is a member of
73
+ #
74
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
75
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_ECS_TASK_FAMILY} for its replacement.
41
76
  AWS_ECS_TASK_FAMILY = 'aws.ecs.task.family'
42
77
 
43
78
  # The revision for this task definition
79
+ #
80
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
81
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_ECS_TASK_REVISION} for its replacement.
44
82
  AWS_ECS_TASK_REVISION = 'aws.ecs.task.revision'
45
83
 
46
84
  # The ARN of an EKS cluster
85
+ #
86
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
87
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_EKS_CLUSTER_ARN} for its replacement.
47
88
  AWS_EKS_CLUSTER_ARN = 'aws.eks.cluster.arn'
48
89
 
49
90
  # The name(s) of the AWS log group(s) an application is writing to
50
91
  # @note Multiple log groups must be supported for cases like multi-container applications, where a single application has sidecar containers, and each write to their own log group
92
+ #
93
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
94
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_LOG_GROUP_NAMES} for its replacement.
51
95
  AWS_LOG_GROUP_NAMES = 'aws.log.group.names'
52
96
 
53
97
  # The Amazon Resource Name(s) (ARN) of the AWS log group(s)
54
98
  # @note See the [log group ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format)
99
+ #
100
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
101
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_LOG_GROUP_ARNS} for its replacement.
55
102
  AWS_LOG_GROUP_ARNS = 'aws.log.group.arns'
56
103
 
57
104
  # The name(s) of the AWS log stream(s) an application is writing to
105
+ #
106
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
107
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_LOG_STREAM_NAMES} for its replacement.
58
108
  AWS_LOG_STREAM_NAMES = 'aws.log.stream.names'
59
109
 
60
110
  # The ARN(s) of the AWS log stream(s)
61
111
  # @note See the [log stream ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format). One log group can contain several log streams, so these ARNs necessarily identify both a log group and a log stream
112
+ #
113
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
114
+ # See {OpenTelemetry::SemConv::Incubating::AWS::AWS_LOG_STREAM_ARNS} for its replacement.
62
115
  AWS_LOG_STREAM_ARNS = 'aws.log.stream.arns'
63
116
 
64
117
  # Container name used by container runtime
118
+ #
119
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
120
+ # See {OpenTelemetry::SemConv::Incubating::CONTAINER::CONTAINER_NAME} for its replacement.
65
121
  CONTAINER_NAME = 'container.name'
66
122
 
67
123
  # Container ID. Usually a UUID, as for example used to [identify Docker containers](https://docs.docker.com/engine/reference/run/#container-identification). The UUID might be abbreviated
124
+ #
125
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
126
+ # See {OpenTelemetry::SemConv::Incubating::CONTAINER::CONTAINER_ID} for its replacement.
68
127
  CONTAINER_ID = 'container.id'
69
128
 
70
129
  # The container runtime managing this container
130
+ #
131
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
132
+ # See {OpenTelemetry::SemConv::Incubating::CONTAINER::CONTAINER_RUNTIME} for its replacement.
71
133
  CONTAINER_RUNTIME = 'container.runtime'
72
134
 
73
135
  # Name of the image the container was built on
136
+ #
137
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
138
+ # See {OpenTelemetry::SemConv::Incubating::CONTAINER::CONTAINER_IMAGE_NAME} for its replacement.
74
139
  CONTAINER_IMAGE_NAME = 'container.image.name'
75
140
 
76
141
  # Container image tag
142
+ #
143
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
144
+ # See {OpenTelemetry::SemConv::Incubating::CONTAINER::CONTAINER_IMAGE_TAGS} for its replacement.
77
145
  CONTAINER_IMAGE_TAG = 'container.image.tag'
78
146
 
79
147
  # Name of the [deployment environment](https://en.wikipedia.org/wiki/Deployment_environment) (aka deployment tier)
148
+ #
149
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
150
+ # See {OpenTelemetry::SemConv::Incubating::DEPLOYMENT::DEPLOYMENT_ENVIRONMENT} for its replacement.
80
151
  DEPLOYMENT_ENVIRONMENT = 'deployment.environment'
81
152
 
82
153
  # A unique identifier representing the device
83
154
  # @note The device identifier MUST only be defined using the values outlined below. This value is not an advertising identifier and MUST NOT be used as such. On iOS (Swift or Objective-C), this value MUST be equal to the [vendor identifier](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor). On Android (Java or Kotlin), this value MUST be equal to the Firebase Installation ID or a globally unique UUID which is persisted across sessions in your application. More information can be found [here](https://developer.android.com/training/articles/user-data-ids) on best practices and exact implementation details. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence
155
+ #
156
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
157
+ # See {OpenTelemetry::SemConv::Incubating::DEVICE::DEVICE_ID} for its replacement.
84
158
  DEVICE_ID = 'device.id'
85
159
 
86
160
  # The model identifier for the device
87
161
  # @note It's recommended this value represents a machine readable version of the model identifier rather than the market or consumer-friendly name of the device
162
+ #
163
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
164
+ # See {OpenTelemetry::SemConv::Incubating::DEVICE::DEVICE_MODEL_IDENTIFIER} for its replacement.
88
165
  DEVICE_MODEL_IDENTIFIER = 'device.model.identifier'
89
166
 
90
167
  # The marketing name for the device model
91
168
  # @note It's recommended this value represents a human readable version of the device model rather than a machine readable alternative
169
+ #
170
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
171
+ # See {OpenTelemetry::SemConv::Incubating::DEVICE::DEVICE_MODEL_NAME} for its replacement.
92
172
  DEVICE_MODEL_NAME = 'device.model.name'
93
173
 
94
174
  # The name of the device manufacturer
95
175
  # @note The Android OS provides this field via [Build](https://developer.android.com/reference/android/os/Build#MANUFACTURER). iOS apps SHOULD hardcode the value `Apple`
176
+ #
177
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
178
+ # See {OpenTelemetry::SemConv::Incubating::DEVICE::DEVICE_MANUFACTURER} for its replacement.
96
179
  DEVICE_MANUFACTURER = 'device.manufacturer'
97
180
 
98
181
  # The name of the single function that this runtime instance executes
99
182
  # @note This is the name of the function as configured/deployed on the FaaS platform and is usually different from the name of the callback function (which may be stored in the [`code.namespace`/`code.function`](../../trace/semantic_conventions/span-general.md#source-code-attributes) span attributes)
183
+ #
184
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
185
+ # See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_NAME} for its replacement.
100
186
  FAAS_NAME = 'faas.name'
101
187
 
102
188
  # The unique ID of the single function that this runtime instance executes
103
189
  # @note Depending on the cloud provider, use:
104
- #
190
+ #
105
191
  # * **AWS Lambda:** The function [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html).
106
192
  # Take care not to use the "invoked ARN" directly but replace any
107
193
  # [alias suffix](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html) with the resolved function version, as the same runtime instance may be invocable with multiple
108
194
  # different aliases.
109
195
  # * **GCP:** The [URI of the resource](https://cloud.google.com/iam/docs/full-resource-names)
110
196
  # * **Azure:** The [Fully Qualified Resource ID](https://docs.microsoft.com/en-us/rest/api/resources/resources/get-by-id).
111
- #
197
+ #
112
198
  # On some providers, it may not be possible to determine the full ID at startup,
113
199
  # which is why this field cannot be made required. For example, on AWS the account ID
114
200
  # part of the ARN is not available without calling another AWS API
115
201
  # which may be deemed too slow for a short-running lambda function.
116
202
  # As an alternative, consider setting `faas.id` as a span attribute instead
203
+ #
204
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
205
+ # See {OpenTelemetry::SemConv::Incubating::CLOUD::CLOUD_RESOURCE_ID} for its replacement.
117
206
  FAAS_ID = 'faas.id'
118
207
 
119
208
  # The immutable version of the function being executed
120
209
  # @note Depending on the cloud provider and platform, use:
121
- #
210
+ #
122
211
  # * **AWS Lambda:** The [function version](https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html)
123
212
  # (an integer represented as a decimal string).
124
213
  # * **Google Cloud Run:** The [revision](https://cloud.google.com/run/docs/managing/revisions)
@@ -126,175 +215,340 @@ module OpenTelemetry
126
215
  # * **Google Cloud Functions:** The value of the
127
216
  # [`K_REVISION` environment variable](https://cloud.google.com/functions/docs/env-var#runtime_environment_variables_set_automatically).
128
217
  # * **Azure Functions:** Not applicable. Do not set this attribute
218
+ #
219
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
220
+ # See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_VERSION} for its replacement.
129
221
  FAAS_VERSION = 'faas.version'
130
222
 
131
223
  # The execution environment ID as a string, that will be potentially reused for other invocations to the same function/function version
132
224
  # @note * **AWS Lambda:** Use the (full) log stream name
225
+ #
226
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
227
+ # See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_INSTANCE} for its replacement.
133
228
  FAAS_INSTANCE = 'faas.instance'
134
229
 
135
230
  # The amount of memory available to the serverless function in MiB
136
231
  # @note It's recommended to set this attribute since e.g. too little memory can easily stop a Java AWS Lambda function from working correctly. On AWS Lambda, the environment variable `AWS_LAMBDA_FUNCTION_MEMORY_SIZE` provides this information
232
+ #
233
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
234
+ # See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_MAX_MEMORY} for its replacement.
137
235
  FAAS_MAX_MEMORY = 'faas.max_memory'
138
236
 
139
237
  # Unique host ID. For Cloud, this must be the instance_id assigned by the cloud provider
238
+ #
239
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
240
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_ID} for its replacement.
140
241
  HOST_ID = 'host.id'
141
242
 
142
243
  # Name of the host. On Unix systems, it may contain what the hostname command returns, or the fully qualified hostname, or another name specified by the user
244
+ #
245
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
246
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_NAME} for its replacement.
143
247
  HOST_NAME = 'host.name'
144
248
 
145
249
  # Type of host. For Cloud, this must be the machine type
250
+ #
251
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
252
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_TYPE} for its replacement.
146
253
  HOST_TYPE = 'host.type'
147
254
 
148
255
  # The CPU architecture the host system is running on
256
+ #
257
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
258
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_ARCH} for its replacement.
149
259
  HOST_ARCH = 'host.arch'
150
260
 
151
261
  # Name of the VM image or OS install the host was instantiated from
262
+ #
263
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
264
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_IMAGE_NAME} for its replacement.
152
265
  HOST_IMAGE_NAME = 'host.image.name'
153
266
 
154
267
  # VM image ID. For Cloud, this value is from the provider
268
+ #
269
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
270
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_IMAGE_ID} for its replacement.
155
271
  HOST_IMAGE_ID = 'host.image.id'
156
272
 
157
273
  # The version string of the VM image as defined in [Version Attributes](README.md#version-attributes)
274
+ #
275
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
276
+ # See {OpenTelemetry::SemConv::Incubating::HOST::HOST_IMAGE_VERSION} for its replacement.
158
277
  HOST_IMAGE_VERSION = 'host.image.version'
159
278
 
160
279
  # The name of the cluster
280
+ #
281
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
282
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_CLUSTER_NAME} for its replacement.
161
283
  K8S_CLUSTER_NAME = 'k8s.cluster.name'
162
284
 
163
285
  # The name of the Node
286
+ #
287
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
288
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_NODE_NAME} for its replacement.
164
289
  K8S_NODE_NAME = 'k8s.node.name'
165
290
 
166
291
  # The UID of the Node
292
+ #
293
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
294
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_NODE_UID} for its replacement.
167
295
  K8S_NODE_UID = 'k8s.node.uid'
168
296
 
169
297
  # The name of the namespace that the pod is running in
298
+ #
299
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
300
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_NAMESPACE_NAME} for its replacement.
170
301
  K8S_NAMESPACE_NAME = 'k8s.namespace.name'
171
302
 
172
303
  # The UID of the Pod
304
+ #
305
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
306
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_POD_UID} for its replacement.
173
307
  K8S_POD_UID = 'k8s.pod.uid'
174
308
 
175
309
  # The name of the Pod
310
+ #
311
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
312
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_POD_NAME} for its replacement.
176
313
  K8S_POD_NAME = 'k8s.pod.name'
177
314
 
178
315
  # The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (`container.name`)
316
+ #
317
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
318
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_CONTAINER_NAME} for its replacement.
179
319
  K8S_CONTAINER_NAME = 'k8s.container.name'
180
320
 
181
321
  # Number of times the container was restarted. This attribute can be used to identify a particular container (running or stopped) within a container spec
322
+ #
323
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
324
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_CONTAINER_RESTART_COUNT} for its replacement.
182
325
  K8S_CONTAINER_RESTART_COUNT = 'k8s.container.restart_count'
183
326
 
184
327
  # The UID of the ReplicaSet
328
+ #
329
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
330
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_REPLICASET_UID} for its replacement.
185
331
  K8S_REPLICASET_UID = 'k8s.replicaset.uid'
186
332
 
187
333
  # The name of the ReplicaSet
334
+ #
335
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
336
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_REPLICASET_NAME} for its replacement.
188
337
  K8S_REPLICASET_NAME = 'k8s.replicaset.name'
189
338
 
190
339
  # The UID of the Deployment
340
+ #
341
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
342
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_DEPLOYMENT_UID} for its replacement.
191
343
  K8S_DEPLOYMENT_UID = 'k8s.deployment.uid'
192
344
 
193
345
  # The name of the Deployment
346
+ #
347
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
348
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_DEPLOYMENT_NAME} for its replacement.
194
349
  K8S_DEPLOYMENT_NAME = 'k8s.deployment.name'
195
350
 
196
351
  # The UID of the StatefulSet
352
+ #
353
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
354
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_STATEFULSET_UID} for its replacement.
197
355
  K8S_STATEFULSET_UID = 'k8s.statefulset.uid'
198
356
 
199
357
  # The name of the StatefulSet
358
+ #
359
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
360
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_STATEFULSET_NAME} for its replacement.
200
361
  K8S_STATEFULSET_NAME = 'k8s.statefulset.name'
201
362
 
202
363
  # The UID of the DaemonSet
364
+ #
365
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
366
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_DAEMONSET_UID} for its replacement.
203
367
  K8S_DAEMONSET_UID = 'k8s.daemonset.uid'
204
368
 
205
369
  # The name of the DaemonSet
370
+ #
371
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
372
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_DAEMONSET_NAME} for its replacement.
206
373
  K8S_DAEMONSET_NAME = 'k8s.daemonset.name'
207
374
 
208
375
  # The UID of the Job
376
+ #
377
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
378
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_JOB_UID} for its replacement.
209
379
  K8S_JOB_UID = 'k8s.job.uid'
210
380
 
211
381
  # The name of the Job
382
+ #
383
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
384
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_JOB_NAME} for its replacement.
212
385
  K8S_JOB_NAME = 'k8s.job.name'
213
386
 
214
387
  # The UID of the CronJob
388
+ #
389
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
390
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_CRONJOB_UID} for its replacement.
215
391
  K8S_CRONJOB_UID = 'k8s.cronjob.uid'
216
392
 
217
393
  # The name of the CronJob
394
+ #
395
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
396
+ # See {OpenTelemetry::SemConv::Incubating::K8S::K8S_CRONJOB_NAME} for its replacement.
218
397
  K8S_CRONJOB_NAME = 'k8s.cronjob.name'
219
398
 
220
399
  # The operating system type
400
+ #
401
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
402
+ # See {OpenTelemetry::SemConv::Incubating::OS::OS_TYPE} for its replacement.
221
403
  OS_TYPE = 'os.type'
222
404
 
223
405
  # Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands
406
+ #
407
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
408
+ # See {OpenTelemetry::SemConv::Incubating::OS::OS_DESCRIPTION} for its replacement.
224
409
  OS_DESCRIPTION = 'os.description'
225
410
 
226
411
  # Human readable operating system name
412
+ #
413
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
414
+ # See {OpenTelemetry::SemConv::Incubating::OS::OS_NAME} for its replacement.
227
415
  OS_NAME = 'os.name'
228
416
 
229
417
  # The version string of the operating system as defined in [Version Attributes](../../resource/semantic_conventions/README.md#version-attributes)
418
+ #
419
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
420
+ # See {OpenTelemetry::SemConv::Incubating::OS::OS_VERSION} for its replacement.
230
421
  OS_VERSION = 'os.version'
231
422
 
232
423
  # Process identifier (PID)
424
+ #
425
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
426
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_PID} for its replacement.
233
427
  PROCESS_PID = 'process.pid'
234
428
 
235
429
  # The name of the process executable. On Linux based systems, can be set to the `Name` in `proc/[pid]/status`. On Windows, can be set to the base name of `GetProcessImageFileNameW`
430
+ #
431
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
432
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_EXECUTABLE_NAME} for its replacement.
236
433
  PROCESS_EXECUTABLE_NAME = 'process.executable.name'
237
434
 
238
435
  # The full path to the process executable. On Linux based systems, can be set to the target of `proc/[pid]/exe`. On Windows, can be set to the result of `GetProcessImageFileNameW`
436
+ #
437
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
438
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_EXECUTABLE_PATH} for its replacement.
239
439
  PROCESS_EXECUTABLE_PATH = 'process.executable.path'
240
440
 
241
441
  # The command used to launch the process (i.e. the command name). On Linux based systems, can be set to the zeroth string in `proc/[pid]/cmdline`. On Windows, can be set to the first parameter extracted from `GetCommandLineW`
442
+ #
443
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
444
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_COMMAND} for its replacement.
242
445
  PROCESS_COMMAND = 'process.command'
243
446
 
244
447
  # The full command used to launch the process as a single string representing the full command. On Windows, can be set to the result of `GetCommandLineW`. Do not set this if you have to assemble it just for monitoring; use `process.command_args` instead
448
+ #
449
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
450
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_COMMAND_LINE} for its replacement.
245
451
  PROCESS_COMMAND_LINE = 'process.command_line'
246
452
 
247
453
  # All the command arguments (including the command/executable itself) as received by the process. On Linux-based systems (and some other Unixoid systems supporting procfs), can be set according to the list of null-delimited strings extracted from `proc/[pid]/cmdline`. For libc-based executables, this would be the full argv vector passed to `main`
454
+ #
455
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
456
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_COMMAND_ARGS} for its replacement.
248
457
  PROCESS_COMMAND_ARGS = 'process.command_args'
249
458
 
250
459
  # The username of the user that owns the process
460
+ #
461
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
462
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_OWNER} for its replacement.
251
463
  PROCESS_OWNER = 'process.owner'
252
464
 
253
465
  # The name of the runtime of this process. For compiled native binaries, this SHOULD be the name of the compiler
466
+ #
467
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
468
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_RUNTIME_NAME} for its replacement.
254
469
  PROCESS_RUNTIME_NAME = 'process.runtime.name'
255
470
 
256
471
  # The version of the runtime of this process, as returned by the runtime without modification
472
+ #
473
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
474
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_RUNTIME_VERSION} for its replacement.
257
475
  PROCESS_RUNTIME_VERSION = 'process.runtime.version'
258
476
 
259
477
  # An additional description about the runtime of the process, for example a specific vendor customization of the runtime environment
478
+ #
479
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
480
+ # See {OpenTelemetry::SemConv::Incubating::PROCESS::PROCESS_RUNTIME_DESCRIPTION} for its replacement.
260
481
  PROCESS_RUNTIME_DESCRIPTION = 'process.runtime.description'
261
482
 
262
483
  # Logical name of the service
263
484
  # @note MUST be the same for all instances of horizontally scaled services. If the value was not specified, SDKs MUST fallback to `unknown_service:` concatenated with [`process.executable.name`](process.md#process), e.g. `unknown_service:bash`. If `process.executable.name` is not available, the value MUST be set to `unknown_service`
485
+ #
486
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
487
+ # See {OpenTelemetry::SemConv::Incubating::SERVICE::SERVICE_NAME} for its replacement.
264
488
  SERVICE_NAME = 'service.name'
265
489
 
266
490
  # A namespace for `service.name`
267
491
  # @note A string value having a meaning that helps to distinguish a group of services, for example the team name that owns a group of services. `service.name` is expected to be unique within the same namespace. If `service.namespace` is not specified in the Resource then `service.name` is expected to be unique for all services that have no explicit namespace defined (so the empty/unspecified namespace is simply one more valid namespace). Zero-length namespace string is assumed equal to unspecified namespace
492
+ #
493
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
494
+ # See {OpenTelemetry::SemConv::Incubating::SERVICE::SERVICE_NAMESPACE} for its replacement.
268
495
  SERVICE_NAMESPACE = 'service.namespace'
269
496
 
270
497
  # The string ID of the service instance
271
498
  # @note MUST be unique for each instance of the same `service.namespace,service.name` pair (in other words `service.namespace,service.name,service.instance.id` triplet MUST be globally unique). The ID helps to distinguish instances of the same service that exist at the same time (e.g. instances of a horizontally scaled service). It is preferable for the ID to be persistent and stay the same for the lifetime of the service instance, however it is acceptable that the ID is ephemeral and changes during important lifetime events for the service (e.g. service restarts). If the service has no inherent unique ID that can be used as the value of this attribute it is recommended to generate a random Version 1 or Version 4 RFC 4122 UUID (services aiming for reproducible UUIDs may also use Version 5, see RFC 4122 for more recommendations)
499
+ #
500
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
501
+ # See {OpenTelemetry::SemConv::Incubating::SERVICE::SERVICE_INSTANCE_ID} for its replacement.
272
502
  SERVICE_INSTANCE_ID = 'service.instance.id'
273
503
 
274
504
  # The version string of the service API or implementation
505
+ #
506
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
507
+ # See {OpenTelemetry::SemConv::Incubating::SERVICE::SERVICE_VERSION} for its replacement.
275
508
  SERVICE_VERSION = 'service.version'
276
509
 
277
510
  # The name of the telemetry SDK as defined above
511
+ #
512
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
513
+ # See {OpenTelemetry::SemConv::Incubating::TELEMETRY::TELEMETRY_SDK_NAME} for its replacement.
278
514
  TELEMETRY_SDK_NAME = 'telemetry.sdk.name'
279
515
 
280
516
  # The language of the telemetry SDK
517
+ #
518
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
519
+ # See {OpenTelemetry::SemConv::Incubating::TELEMETRY::TELEMETRY_SDK_LANGUAGE} for its replacement.
281
520
  TELEMETRY_SDK_LANGUAGE = 'telemetry.sdk.language'
282
521
 
283
522
  # The version string of the telemetry SDK
523
+ #
524
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
525
+ # See {OpenTelemetry::SemConv::Incubating::TELEMETRY::TELEMETRY_SDK_VERSION} for its replacement.
284
526
  TELEMETRY_SDK_VERSION = 'telemetry.sdk.version'
285
527
 
286
528
  # The version string of the auto instrumentation agent, if used
529
+ #
530
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
531
+ # See {OpenTelemetry::SemConv::Incubating::TELEMETRY::TELEMETRY_DISTRO_VERSION} for its replacement.
287
532
  TELEMETRY_AUTO_VERSION = 'telemetry.auto.version'
288
533
 
289
534
  # The name of the web engine
535
+ #
536
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
537
+ # See {OpenTelemetry::SemConv::Incubating::WEBENGINE::WEBENGINE_NAME} for its replacement.
290
538
  WEBENGINE_NAME = 'webengine.name'
291
539
 
292
540
  # The version of the web engine
541
+ #
542
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
543
+ # See {OpenTelemetry::SemConv::Incubating::WEBENGINE::WEBENGINE_VERSION} for its replacement.
293
544
  WEBENGINE_VERSION = 'webengine.version'
294
545
 
295
546
  # Additional description of the web engine (e.g. detailed version and edition information)
547
+ #
548
+ # @deprecated The \{OpenTelemetry::SemanticConventions::Resource\} module is deprecated.
549
+ # See {OpenTelemetry::SemConv::Incubating::WEBENGINE::WEBENGINE_DESCRIPTION} for its replacement.
296
550
  WEBENGINE_DESCRIPTION = 'webengine.description'
297
551
 
298
552
  end
299
553
  end
300
- end
554
+ end