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.
- checksums.yaml +4 -4
- data/.yardopts +2 -2
- data/CHANGELOG.md +4 -0
- data/lib/opentelemetry/semantic_conventions/resource.rb +258 -4
- data/lib/opentelemetry/semantic_conventions/trace.rb +432 -5
- data/lib/opentelemetry/semantic_conventions/version.rb +1 -1
- data/lib/opentelemetry/semantic_conventions.rb +13 -1
- data/lib/opentelemetry/semconv/aspnetcore/attributes.rb +97 -0
- data/lib/opentelemetry/semconv/aspnetcore/metrics.rb +83 -0
- data/lib/opentelemetry/semconv/aspnetcore.rb +22 -0
- data/lib/opentelemetry/semconv/client/attributes.rb +53 -0
- data/lib/opentelemetry/semconv/client.rb +21 -0
- data/lib/opentelemetry/semconv/code/attributes.rb +92 -0
- data/lib/opentelemetry/semconv/code.rb +21 -0
- data/lib/opentelemetry/semconv/db/attributes.rb +174 -0
- data/lib/opentelemetry/semconv/db/metrics.rb +36 -0
- data/lib/opentelemetry/semconv/db.rb +22 -0
- data/lib/opentelemetry/semconv/dotnet/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/dotnet/metrics.rb +181 -0
- data/lib/opentelemetry/semconv/dotnet.rb +22 -0
- data/lib/opentelemetry/semconv/error/attributes.rb +61 -0
- data/lib/opentelemetry/semconv/error.rb +21 -0
- data/lib/opentelemetry/semconv/exception/attributes.rb +64 -0
- data/lib/opentelemetry/semconv/exception.rb +21 -0
- data/lib/opentelemetry/semconv/http/attributes.rb +164 -0
- data/lib/opentelemetry/semconv/http/metrics.rb +39 -0
- data/lib/opentelemetry/semconv/http.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/android/attributes.rb +58 -0
- data/lib/opentelemetry/semconv/incubating/android.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/app/attributes.rb +103 -0
- data/lib/opentelemetry/semconv/incubating/app.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/artifact/attributes.rb +117 -0
- data/lib/opentelemetry/semconv/incubating/artifact.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/aspnetcore/attributes.rb +113 -0
- data/lib/opentelemetry/semconv/incubating/aspnetcore/metrics.rb +99 -0
- data/lib/opentelemetry/semconv/incubating/aspnetcore.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/aws/attributes.rb +551 -0
- data/lib/opentelemetry/semconv/incubating/aws.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/az/attributes.rb +53 -0
- data/lib/opentelemetry/semconv/incubating/az.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/azure/attributes.rb +115 -0
- data/lib/opentelemetry/semconv/incubating/azure/metrics.rb +41 -0
- data/lib/opentelemetry/semconv/incubating/azure.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/browser/attributes.rb +77 -0
- data/lib/opentelemetry/semconv/incubating/browser.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/cassandra/attributes.rb +78 -0
- data/lib/opentelemetry/semconv/incubating/cassandra.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/cicd/attributes.rb +201 -0
- data/lib/opentelemetry/semconv/incubating/cicd/metrics.rb +61 -0
- data/lib/opentelemetry/semconv/incubating/cicd.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/client/attributes.rb +59 -0
- data/lib/opentelemetry/semconv/incubating/client.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/cloud/attributes.rb +105 -0
- data/lib/opentelemetry/semconv/incubating/cloud.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/cloudevents/attributes.rb +80 -0
- data/lib/opentelemetry/semconv/incubating/cloudevents.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/cloudfoundry/attributes.rb +190 -0
- data/lib/opentelemetry/semconv/incubating/cloudfoundry.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/code/attributes.rb +155 -0
- data/lib/opentelemetry/semconv/incubating/code.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/container/attributes.rb +197 -0
- data/lib/opentelemetry/semconv/incubating/container/metrics.rb +74 -0
- data/lib/opentelemetry/semconv/incubating/container.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/cpu/attributes.rb +50 -0
- data/lib/opentelemetry/semconv/incubating/cpu/metrics.rb +49 -0
- data/lib/opentelemetry/semconv/incubating/cpu.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/cpython/attributes.rb +42 -0
- data/lib/opentelemetry/semconv/incubating/cpython/metrics.rb +52 -0
- data/lib/opentelemetry/semconv/incubating/cpython.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/db/attributes.rb +615 -0
- data/lib/opentelemetry/semconv/incubating/db/metrics.rb +156 -0
- data/lib/opentelemetry/semconv/incubating/db.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/deployment/attributes.rb +84 -0
- data/lib/opentelemetry/semconv/incubating/deployment.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/destination/attributes.rb +54 -0
- data/lib/opentelemetry/semconv/incubating/destination.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/device/attributes.rb +88 -0
- data/lib/opentelemetry/semconv/incubating/device.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/disk/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/incubating/disk.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/dns/attributes.rb +52 -0
- data/lib/opentelemetry/semconv/incubating/dns/metrics.rb +36 -0
- data/lib/opentelemetry/semconv/incubating/dns.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/dotnet/attributes.rb +44 -0
- data/lib/opentelemetry/semconv/incubating/dotnet/metrics.rb +221 -0
- data/lib/opentelemetry/semconv/incubating/dotnet.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/elasticsearch/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/incubating/elasticsearch.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/enduser/attributes.rb +79 -0
- data/lib/opentelemetry/semconv/incubating/enduser.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/error/attributes.rb +81 -0
- data/lib/opentelemetry/semconv/incubating/error.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/event/attributes.rb +42 -0
- data/lib/opentelemetry/semconv/incubating/event.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/exception/attributes.rb +73 -0
- data/lib/opentelemetry/semconv/incubating/exception.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/faas/attributes.rb +200 -0
- data/lib/opentelemetry/semconv/incubating/faas/metrics.rb +76 -0
- data/lib/opentelemetry/semconv/incubating/faas.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/feature_flag/attributes.rb +159 -0
- data/lib/opentelemetry/semconv/incubating/feature_flag.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/file/attributes.rb +207 -0
- data/lib/opentelemetry/semconv/incubating/file.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/gcp/attributes.rb +159 -0
- data/lib/opentelemetry/semconv/incubating/gcp.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/gen_ai/attributes.rb +404 -0
- data/lib/opentelemetry/semconv/incubating/gen_ai/metrics.rb +56 -0
- data/lib/opentelemetry/semconv/incubating/gen_ai.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/geo/attributes.rb +91 -0
- data/lib/opentelemetry/semconv/incubating/geo.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/go/attributes.rb +41 -0
- data/lib/opentelemetry/semconv/incubating/go/metrics.rb +94 -0
- data/lib/opentelemetry/semconv/incubating/go.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/graphql/attributes.rb +62 -0
- data/lib/opentelemetry/semconv/incubating/graphql.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/heroku/attributes.rb +58 -0
- data/lib/opentelemetry/semconv/incubating/heroku.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/host/attributes.rb +172 -0
- data/lib/opentelemetry/semconv/incubating/host.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/http/attributes.rb +366 -0
- data/lib/opentelemetry/semconv/incubating/http/metrics.rb +93 -0
- data/lib/opentelemetry/semconv/incubating/http.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/hw/attributes.rb +70 -0
- data/lib/opentelemetry/semconv/incubating/hw/metrics.rb +79 -0
- data/lib/opentelemetry/semconv/incubating/hw.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/ios/attributes.rb +44 -0
- data/lib/opentelemetry/semconv/incubating/ios.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/jvm/attributes.rb +129 -0
- data/lib/opentelemetry/semconv/incubating/jvm/metrics.rb +162 -0
- data/lib/opentelemetry/semconv/incubating/jvm.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/k8s/attributes.rb +910 -0
- data/lib/opentelemetry/semconv/incubating/k8s/metrics.rb +658 -0
- data/lib/opentelemetry/semconv/incubating/k8s.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/kestrel/metrics.rb +106 -0
- data/lib/opentelemetry/semconv/incubating/kestrel.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/linux/attributes.rb +41 -0
- data/lib/opentelemetry/semconv/incubating/linux.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/log/attributes.rb +96 -0
- data/lib/opentelemetry/semconv/incubating/log.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/mainframe/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/incubating/mainframe.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/message/attributes.rb +55 -0
- data/lib/opentelemetry/semconv/incubating/message.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/messaging/attributes.rb +451 -0
- data/lib/opentelemetry/semconv/incubating/messaging/metrics.rb +96 -0
- data/lib/opentelemetry/semconv/incubating/messaging.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/net/attributes.rb +175 -0
- data/lib/opentelemetry/semconv/incubating/net.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/network/attributes.rb +222 -0
- data/lib/opentelemetry/semconv/incubating/network.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/nodejs/attributes.rb +36 -0
- data/lib/opentelemetry/semconv/incubating/nodejs/metrics.rb +94 -0
- data/lib/opentelemetry/semconv/incubating/nodejs.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/oci/attributes.rb +43 -0
- data/lib/opentelemetry/semconv/incubating/oci.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/opentracing/attributes.rb +38 -0
- data/lib/opentelemetry/semconv/incubating/opentracing.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/os/attributes.rb +78 -0
- data/lib/opentelemetry/semconv/incubating/os.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/otel/attributes.rb +138 -0
- data/lib/opentelemetry/semconv/incubating/otel/metrics.rb +194 -0
- data/lib/opentelemetry/semconv/incubating/otel.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/other/attributes.rb +41 -0
- data/lib/opentelemetry/semconv/incubating/other.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/peer/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/incubating/peer.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/pool/attributes.rb +41 -0
- data/lib/opentelemetry/semconv/incubating/pool.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/process/attributes.rb +367 -0
- data/lib/opentelemetry/semconv/incubating/process/metrics.rb +89 -0
- data/lib/opentelemetry/semconv/incubating/process.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/profile/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/incubating/profile.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/rpc/attributes.rb +215 -0
- data/lib/opentelemetry/semconv/incubating/rpc/metrics.rb +115 -0
- data/lib/opentelemetry/semconv/incubating/rpc.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/security_rule/attributes.rb +106 -0
- data/lib/opentelemetry/semconv/incubating/security_rule.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/server/attributes.rb +61 -0
- data/lib/opentelemetry/semconv/incubating/server.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/service/attributes.rb +103 -0
- data/lib/opentelemetry/semconv/incubating/service.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/session/attributes.rb +49 -0
- data/lib/opentelemetry/semconv/incubating/session.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/signalr/attributes.rb +55 -0
- data/lib/opentelemetry/semconv/incubating/signalr/metrics.rb +49 -0
- data/lib/opentelemetry/semconv/incubating/signalr.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/source/attributes.rb +54 -0
- data/lib/opentelemetry/semconv/incubating/source.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/system/attributes.rb +162 -0
- data/lib/opentelemetry/semconv/incubating/system/metrics.rb +227 -0
- data/lib/opentelemetry/semconv/incubating/system.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/telemetry/attributes.rb +88 -0
- data/lib/opentelemetry/semconv/incubating/telemetry.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/test/attributes.rb +75 -0
- data/lib/opentelemetry/semconv/incubating/test.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/thread/attributes.rb +49 -0
- data/lib/opentelemetry/semconv/incubating/thread.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/tls/attributes.rb +293 -0
- data/lib/opentelemetry/semconv/incubating/tls.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/url/attributes.rb +225 -0
- data/lib/opentelemetry/semconv/incubating/url.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/user/attributes.rb +87 -0
- data/lib/opentelemetry/semconv/incubating/user.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/user_agent/attributes.rb +100 -0
- data/lib/opentelemetry/semconv/incubating/user_agent.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/v8js/attributes.rb +43 -0
- data/lib/opentelemetry/semconv/incubating/v8js/metrics.rb +66 -0
- data/lib/opentelemetry/semconv/incubating/v8js.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/vcs/attributes.rb +303 -0
- data/lib/opentelemetry/semconv/incubating/vcs/metrics.rb +88 -0
- data/lib/opentelemetry/semconv/incubating/vcs.rb +22 -0
- data/lib/opentelemetry/semconv/incubating/webengine/attributes.rb +58 -0
- data/lib/opentelemetry/semconv/incubating/webengine.rb +21 -0
- data/lib/opentelemetry/semconv/incubating/zos/attributes.rb +49 -0
- data/lib/opentelemetry/semconv/incubating/zos.rb +21 -0
- data/lib/opentelemetry/semconv/jvm/attributes.rb +91 -0
- data/lib/opentelemetry/semconv/jvm/metrics.rb +91 -0
- data/lib/opentelemetry/semconv/jvm.rb +22 -0
- data/lib/opentelemetry/semconv/kestrel/metrics.rb +88 -0
- data/lib/opentelemetry/semconv/kestrel.rb +21 -0
- data/lib/opentelemetry/semconv/network/attributes.rb +120 -0
- data/lib/opentelemetry/semconv/network.rb +21 -0
- data/lib/opentelemetry/semconv/otel/attributes.rb +61 -0
- data/lib/opentelemetry/semconv/otel.rb +21 -0
- data/lib/opentelemetry/semconv/server/attributes.rb +55 -0
- data/lib/opentelemetry/semconv/server.rb +21 -0
- data/lib/opentelemetry/semconv/service/attributes.rb +50 -0
- data/lib/opentelemetry/semconv/service.rb +21 -0
- data/lib/opentelemetry/semconv/signalr/attributes.rb +49 -0
- data/lib/opentelemetry/semconv/signalr/metrics.rb +43 -0
- data/lib/opentelemetry/semconv/signalr.rb +22 -0
- data/lib/opentelemetry/semconv/telemetry/attributes.rb +59 -0
- data/lib/opentelemetry/semconv/telemetry.rb +21 -0
- data/lib/opentelemetry/semconv/url/attributes.rb +118 -0
- data/lib/opentelemetry/semconv/url.rb +21 -0
- data/lib/opentelemetry/semconv/user_agent/attributes.rb +40 -0
- data/lib/opentelemetry/semconv/user_agent.rb +21 -0
- metadata +249 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b1d56cd309c3dbd3418c4999d97dcfc7807aa56da86f17e99407b280fb8ad7b
|
4
|
+
data.tar.gz: e58c43ddccb57d4c2fa9e2717fdf26a379cd24be1fa829eb9bb5aa546dc27663
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
6
|
-
./lib/opentelemetry/semantic_conventions.rb
|
6
|
+
./lib/opentelemetry/**/*.rb
|
7
7
|
-
|
8
8
|
README.md
|
9
9
|
CHANGELOG.md
|
data/CHANGELOG.md
CHANGED
@@ -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
|