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
@@ -6,109 +6,210 @@
|
|
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 Trace
|
10
15
|
# The full invoked ARN as provided on the `Context` passed to the function (`Lambda-Runtime-Invoked-Function-Arn` header on the `/runtime/invocation/next` applicable)
|
11
16
|
# @note This may be different from `faas.id` if an alias is involved
|
17
|
+
#
|
18
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
19
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_LAMBDA_INVOKED_ARN} for its replacement.
|
12
20
|
AWS_LAMBDA_INVOKED_ARN = 'aws.lambda.invoked_arn'
|
13
21
|
|
14
22
|
# The [event_id](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#id) uniquely identifies the event
|
23
|
+
#
|
24
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
25
|
+
# See {OpenTelemetry::SemConv::Incubating::CLOUDEVENTS::CLOUDEVENTS_EVENT_ID} for its replacement.
|
15
26
|
CLOUDEVENTS_EVENT_ID = 'cloudevents.event_id'
|
16
27
|
|
17
28
|
# The [source](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#source-1) identifies the context in which an event happened
|
29
|
+
#
|
30
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
31
|
+
# See {OpenTelemetry::SemConv::Incubating::CLOUDEVENTS::CLOUDEVENTS_EVENT_SOURCE} for its replacement.
|
18
32
|
CLOUDEVENTS_EVENT_SOURCE = 'cloudevents.event_source'
|
19
33
|
|
20
34
|
# The [version of the CloudEvents specification](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#specversion) which the event uses
|
35
|
+
#
|
36
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
37
|
+
# See {OpenTelemetry::SemConv::Incubating::CLOUDEVENTS::CLOUDEVENTS_EVENT_SPEC_VERSION} for its replacement.
|
21
38
|
CLOUDEVENTS_EVENT_SPEC_VERSION = 'cloudevents.event_spec_version'
|
22
39
|
|
23
40
|
# The [event_type](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#type) contains a value describing the type of event related to the originating occurrence
|
41
|
+
#
|
42
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
43
|
+
# See {OpenTelemetry::SemConv::Incubating::CLOUDEVENTS::CLOUDEVENTS_EVENT_TYPE} for its replacement.
|
24
44
|
CLOUDEVENTS_EVENT_TYPE = 'cloudevents.event_type'
|
25
45
|
|
26
46
|
# The [subject](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#subject) of the event in the context of the event producer (identified by source)
|
47
|
+
#
|
48
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
49
|
+
# See {OpenTelemetry::SemConv::Incubating::CLOUDEVENTS::CLOUDEVENTS_EVENT_SUBJECT} for its replacement.
|
27
50
|
CLOUDEVENTS_EVENT_SUBJECT = 'cloudevents.event_subject'
|
28
51
|
|
29
52
|
# Parent-child Reference type
|
30
53
|
# @note The causal relationship between a child Span and a parent Span
|
54
|
+
#
|
55
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
56
|
+
# See {OpenTelemetry::SemConv::Incubating::OPENTRACING::OPENTRACING_REF_TYPE} for its replacement.
|
31
57
|
OPENTRACING_REF_TYPE = 'opentracing.ref_type'
|
32
58
|
|
33
59
|
# An identifier for the database management system (DBMS) product being used. See below for a list of well-known identifiers
|
60
|
+
#
|
61
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
62
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_SYSTEM} for its replacement.
|
34
63
|
DB_SYSTEM = 'db.system'
|
35
64
|
|
36
65
|
# The connection string used to connect to the database. It is recommended to remove embedded credentials
|
66
|
+
#
|
67
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
68
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CONNECTION_STRING} for its replacement.
|
37
69
|
DB_CONNECTION_STRING = 'db.connection_string'
|
38
70
|
|
39
71
|
# Username for accessing the database
|
72
|
+
#
|
73
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
74
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_USER} for its replacement.
|
40
75
|
DB_USER = 'db.user'
|
41
76
|
|
42
77
|
# The fully-qualified class name of the [Java Database Connectivity (JDBC)](https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/) driver used to connect
|
78
|
+
#
|
79
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
80
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_JDBC_DRIVER_CLASSNAME} for its replacement.
|
43
81
|
DB_JDBC_DRIVER_CLASSNAME = 'db.jdbc.driver_classname'
|
44
82
|
|
45
83
|
# This attribute is used to report the name of the database being accessed. For commands that switch the database, this should be set to the target database (even if the command fails)
|
46
84
|
# @note In some SQL databases, the database name to be used is called "schema name". In case there are multiple layers that could be considered for database name (e.g. Oracle instance name and schema name), the database name to be used is the more specific layer (e.g. Oracle schema name)
|
85
|
+
#
|
86
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
87
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_NAME} for its replacement.
|
47
88
|
DB_NAME = 'db.name'
|
48
89
|
|
49
90
|
# The database statement being executed
|
50
91
|
# @note The value may be sanitized to exclude sensitive information
|
92
|
+
#
|
93
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
94
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_STATEMENT} for its replacement.
|
51
95
|
DB_STATEMENT = 'db.statement'
|
52
96
|
|
53
97
|
# The name of the operation being executed, e.g. the [MongoDB command name](https://docs.mongodb.com/manual/reference/command/#database-operations) such as `findAndModify`, or the SQL keyword
|
54
98
|
# @note When setting this to an SQL keyword, it is not recommended to attempt any client-side parsing of `db.statement` just to get this property, but it should be set if the operation name is provided by the library being instrumented. If the SQL statement has an ambiguous operation, or performs more than one operation, this value may be omitted
|
99
|
+
#
|
100
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
101
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_OPERATION} for its replacement.
|
55
102
|
DB_OPERATION = 'db.operation'
|
56
103
|
|
57
104
|
# Remote hostname or similar, see note below
|
105
|
+
#
|
106
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
107
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_PEER_NAME} for its replacement.
|
58
108
|
NET_PEER_NAME = 'net.peer.name'
|
59
109
|
|
60
110
|
# Remote address of the peer (dotted decimal for IPv4 or [RFC5952](https://tools.ietf.org/html/rfc5952) for IPv6)
|
111
|
+
#
|
112
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
113
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_SOCK_PEER_ADDR} for its replacement.
|
61
114
|
NET_PEER_IP = 'net.peer.ip'
|
62
115
|
|
63
116
|
# Remote port number
|
117
|
+
#
|
118
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
119
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_PEER_PORT} for its replacement.
|
64
120
|
NET_PEER_PORT = 'net.peer.port'
|
65
121
|
|
66
122
|
# Transport protocol used. See note below
|
123
|
+
#
|
124
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
125
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_TRANSPORT} for its replacement.
|
67
126
|
NET_TRANSPORT = 'net.transport'
|
68
127
|
|
69
128
|
# The Microsoft SQL Server [instance name](https://docs.microsoft.com/en-us/sql/connect/jdbc/building-the-connection-url?view=sql-server-ver15) connecting to. This name is used to determine the port of a named instance
|
70
129
|
# @note If setting a `db.mssql.instance_name`, `net.peer.port` is no longer required (but still recommended if non-standard)
|
130
|
+
#
|
131
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
132
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_MSSQL_INSTANCE_NAME} for its replacement.
|
71
133
|
DB_MSSQL_INSTANCE_NAME = 'db.mssql.instance_name'
|
72
134
|
|
73
135
|
# The fetch size used for paging, i.e. how many rows will be returned at once
|
136
|
+
#
|
137
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
138
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_PAGE_SIZE} for its replacement.
|
74
139
|
DB_CASSANDRA_PAGE_SIZE = 'db.cassandra.page_size'
|
75
140
|
|
76
141
|
# The consistency level of the query. Based on consistency values from [CQL](https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/dml/dmlConfigConsistency.html)
|
142
|
+
#
|
143
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
144
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_CONSISTENCY_LEVEL} for its replacement.
|
77
145
|
DB_CASSANDRA_CONSISTENCY_LEVEL = 'db.cassandra.consistency_level'
|
78
146
|
|
79
147
|
# The name of the primary table that the operation is acting upon, including the keyspace name (if applicable)
|
80
148
|
# @note This mirrors the db.sql.table attribute but references cassandra rather than sql. It is not recommended to attempt any client-side parsing of `db.statement` just to get this property, but it should be set if it is provided by the library being instrumented. If the operation is acting upon an anonymous table, or more than one table, this value MUST NOT be set
|
149
|
+
#
|
150
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
151
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_TABLE} for its replacement.
|
81
152
|
DB_CASSANDRA_TABLE = 'db.cassandra.table'
|
82
153
|
|
83
154
|
# Whether or not the query is idempotent
|
155
|
+
#
|
156
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
157
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_IDEMPOTENCE} for its replacement.
|
84
158
|
DB_CASSANDRA_IDEMPOTENCE = 'db.cassandra.idempotence'
|
85
159
|
|
86
160
|
# The number of times a query was speculatively executed. Not set or `0` if the query was not executed speculatively
|
161
|
+
#
|
162
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
163
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_SPECULATIVE_EXECUTION_COUNT} for its replacement.
|
87
164
|
DB_CASSANDRA_SPECULATIVE_EXECUTION_COUNT = 'db.cassandra.speculative_execution_count'
|
88
165
|
|
89
166
|
# The ID of the coordinating node for a query
|
167
|
+
#
|
168
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
169
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_COORDINATOR_ID} for its replacement.
|
90
170
|
DB_CASSANDRA_COORDINATOR_ID = 'db.cassandra.coordinator.id'
|
91
171
|
|
92
172
|
# The data center of the coordinating node for a query
|
173
|
+
#
|
174
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
175
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_CASSANDRA_COORDINATOR_DC} for its replacement.
|
93
176
|
DB_CASSANDRA_COORDINATOR_DC = 'db.cassandra.coordinator.dc'
|
94
177
|
|
95
178
|
# The index of the database being accessed as used in the [`SELECT` command](https://redis.io/commands/select), provided as an integer. To be used instead of the generic `db.name` attribute
|
179
|
+
#
|
180
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
181
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_REDIS_DATABASE_INDEX} for its replacement.
|
96
182
|
DB_REDIS_DATABASE_INDEX = 'db.redis.database_index'
|
97
183
|
|
98
184
|
# The collection being accessed within the database stated in `db.name`
|
185
|
+
#
|
186
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
187
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_MONGODB_COLLECTION} for its replacement.
|
99
188
|
DB_MONGODB_COLLECTION = 'db.mongodb.collection'
|
100
189
|
|
101
190
|
# The name of the primary table that the operation is acting upon, including the database name (if applicable)
|
102
191
|
# @note It is not recommended to attempt any client-side parsing of `db.statement` just to get this property, but it should be set if it is provided by the library being instrumented. If the operation is acting upon an anonymous table, or more than one table, this value MUST NOT be set
|
192
|
+
#
|
193
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
194
|
+
# See {OpenTelemetry::SemConv::Incubating::DB::DB_SQL_TABLE} for its replacement.
|
103
195
|
DB_SQL_TABLE = 'db.sql.table'
|
104
196
|
|
105
197
|
# The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it
|
198
|
+
#
|
199
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
200
|
+
# See {OpenTelemetry::SemConv::Incubating::EXCEPTION::EXCEPTION_TYPE} for its replacement.
|
106
201
|
EXCEPTION_TYPE = 'exception.type'
|
107
202
|
|
108
203
|
# The exception message
|
204
|
+
#
|
205
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
206
|
+
# See {OpenTelemetry::SemConv::Incubating::EXCEPTION::EXCEPTION_MESSAGE} for its replacement.
|
109
207
|
EXCEPTION_MESSAGE = 'exception.message'
|
110
208
|
|
111
209
|
# A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG
|
210
|
+
#
|
211
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
212
|
+
# See {OpenTelemetry::SemConv::Incubating::EXCEPTION::EXCEPTION_STACKTRACE} for its replacement.
|
112
213
|
EXCEPTION_STACKTRACE = 'exception.stacktrace'
|
113
214
|
|
114
215
|
# SHOULD be set to true if the exception event is recorded at a point where it is known that the exception is escaping the scope of the span
|
@@ -117,99 +218,167 @@ module OpenTelemetry
|
|
117
218
|
# This may be actually "in flight" in some languages (e.g. if the exception
|
118
219
|
# is passed to a Context manager's `__exit__` method in Python) but will
|
119
220
|
# usually be caught at the point of recording the exception in most languages.
|
120
|
-
#
|
221
|
+
#
|
121
222
|
# It is usually not possible to determine at the point where an exception is thrown
|
122
223
|
# whether it will escape the scope of a span.
|
123
224
|
# However, it is trivial to know that an exception
|
124
225
|
# will escape, if one checks for an active exception just before ending the span,
|
125
226
|
# as done in the [example above](#recording-an-exception).
|
126
|
-
#
|
227
|
+
#
|
127
228
|
# It follows that an exception may still escape the scope of the span
|
128
229
|
# even if the `exception.escaped` attribute was not set or set to false,
|
129
230
|
# since the event might have been recorded at a time where it was not
|
130
231
|
# clear whether the exception will escape
|
232
|
+
#
|
233
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
234
|
+
# See {OpenTelemetry::SemConv::Incubating::EXCEPTION::EXCEPTION_ESCAPED} for its replacement.
|
131
235
|
EXCEPTION_ESCAPED = 'exception.escaped'
|
132
236
|
|
133
237
|
# Type of the trigger which caused this function execution
|
134
238
|
# @note For the server/consumer span on the incoming side,
|
135
239
|
# `faas.trigger` MUST be set.
|
136
|
-
#
|
240
|
+
#
|
137
241
|
# Clients invoking FaaS instances usually cannot set `faas.trigger`,
|
138
242
|
# since they would typically need to look in the payload to determine
|
139
243
|
# the event type. If clients set it, it should be the same as the
|
140
244
|
# trigger that corresponding incoming would have (i.e., this has
|
141
245
|
# nothing to do with the underlying transport used to make the API
|
142
246
|
# call to invoke the lambda, which is often HTTP)
|
247
|
+
#
|
248
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
249
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_TRIGGER} for its replacement.
|
143
250
|
FAAS_TRIGGER = 'faas.trigger'
|
144
251
|
|
145
252
|
# The execution ID of the current function execution
|
253
|
+
#
|
254
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
255
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_INVOCATION_ID} for its replacement.
|
146
256
|
FAAS_EXECUTION = 'faas.execution'
|
147
257
|
|
148
258
|
# The name of the source on which the triggering operation was performed. For example, in Cloud Storage or S3 corresponds to the bucket name, and in Cosmos DB to the database name
|
259
|
+
#
|
260
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
261
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_DOCUMENT_COLLECTION} for its replacement.
|
149
262
|
FAAS_DOCUMENT_COLLECTION = 'faas.document.collection'
|
150
263
|
|
151
264
|
# Describes the type of the operation that was performed on the data
|
265
|
+
#
|
266
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
267
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_DOCUMENT_OPERATION} for its replacement.
|
152
268
|
FAAS_DOCUMENT_OPERATION = 'faas.document.operation'
|
153
269
|
|
154
270
|
# A string containing the time when the data was accessed in the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format expressed in [UTC](https://www.w3.org/TR/NOTE-datetime)
|
271
|
+
#
|
272
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
273
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_DOCUMENT_TIME} for its replacement.
|
155
274
|
FAAS_DOCUMENT_TIME = 'faas.document.time'
|
156
275
|
|
157
276
|
# The document name/table subjected to the operation. For example, in Cloud Storage or S3 is the name of the file, and in Cosmos DB the table name
|
277
|
+
#
|
278
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
279
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_DOCUMENT_NAME} for its replacement.
|
158
280
|
FAAS_DOCUMENT_NAME = 'faas.document.name'
|
159
281
|
|
160
282
|
# HTTP request method
|
283
|
+
#
|
284
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
285
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_METHOD} for its replacement.
|
161
286
|
HTTP_METHOD = 'http.method'
|
162
287
|
|
163
288
|
# Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]`. Usually the fragment is not transmitted over HTTP, but if it is known, it should be included nevertheless
|
164
289
|
# @note `http.url` MUST NOT contain credentials passed via URL in form of `https://username:password@www.example.com/`. In such case the attribute's value should be `https://www.example.com/`
|
290
|
+
#
|
291
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
292
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_URL} for its replacement.
|
165
293
|
HTTP_URL = 'http.url'
|
166
294
|
|
167
295
|
# The full request target as passed in a HTTP request line or equivalent
|
296
|
+
#
|
297
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
298
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_TARGET} for its replacement.
|
168
299
|
HTTP_TARGET = 'http.target'
|
169
300
|
|
170
301
|
# The value of the [HTTP host header](https://tools.ietf.org/html/rfc7230#section-5.4). An empty Host header should also be reported, see note
|
171
302
|
# @note When the header is present but empty the attribute SHOULD be set to the empty string. Note that this is a valid situation that is expected in certain cases, according the aforementioned [section of RFC 7230](https://tools.ietf.org/html/rfc7230#section-5.4). When the header is not set the attribute MUST NOT be set
|
303
|
+
#
|
304
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
305
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_REQUEST_HEADER_LAMBDA} for its replacement.
|
172
306
|
HTTP_HOST = 'http.host'
|
173
307
|
|
174
308
|
# The URI scheme identifying the used protocol
|
309
|
+
#
|
310
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
311
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_SCHEME} for its replacement.
|
175
312
|
HTTP_SCHEME = 'http.scheme'
|
176
313
|
|
177
314
|
# [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6)
|
315
|
+
#
|
316
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
317
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_STATUS_CODE} for its replacement.
|
178
318
|
HTTP_STATUS_CODE = 'http.status_code'
|
179
319
|
|
180
320
|
# Kind of HTTP protocol used
|
181
321
|
# @note If `net.transport` is not specified, it can be assumed to be `IP.TCP` except if `http.flavor` is `QUIC`, in which case `IP.UDP` is assumed
|
322
|
+
#
|
323
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
324
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_FLAVOR} for its replacement.
|
182
325
|
HTTP_FLAVOR = 'http.flavor'
|
183
326
|
|
184
327
|
# Value of the [HTTP User-Agent](https://tools.ietf.org/html/rfc7231#section-5.5.3) header sent by the client
|
328
|
+
#
|
329
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
330
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_USER_AGENT} for its replacement.
|
185
331
|
HTTP_USER_AGENT = 'http.user_agent'
|
186
332
|
|
187
333
|
# The size of the request payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length](https://tools.ietf.org/html/rfc7230#section-3.3.2) header. For requests using transport encoding, this should be the compressed size
|
334
|
+
#
|
335
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
336
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_REQUEST_CONTENT_LENGTH} for its replacement.
|
188
337
|
HTTP_REQUEST_CONTENT_LENGTH = 'http.request_content_length'
|
189
338
|
|
190
339
|
# The size of the uncompressed request payload body after transport decoding. Not set if transport encoding not used
|
340
|
+
#
|
341
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
342
|
+
# There is no replacement.
|
343
|
+
# Consider using the bare content length with {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_REQUEST_CONTENT_LENGTH} instead.
|
191
344
|
HTTP_REQUEST_CONTENT_LENGTH_UNCOMPRESSED = 'http.request_content_length_uncompressed'
|
192
345
|
|
193
346
|
# The size of the response payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length](https://tools.ietf.org/html/rfc7230#section-3.3.2) header. For requests using transport encoding, this should be the compressed size
|
347
|
+
#
|
348
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
349
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_RESPONSE_CONTENT_LENGTH} for its replacement.
|
194
350
|
HTTP_RESPONSE_CONTENT_LENGTH = 'http.response_content_length'
|
195
351
|
|
196
352
|
# The size of the uncompressed response payload body after transport decoding. Not set if transport encoding not used
|
353
|
+
#
|
354
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
355
|
+
# There is no replacement.
|
356
|
+
# Consider using the bare content length with {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_RESPONSE_CONTENT_LENGTH} instead.
|
197
357
|
HTTP_RESPONSE_CONTENT_LENGTH_UNCOMPRESSED = 'http.response_content_length_uncompressed'
|
198
358
|
|
199
359
|
# The ordinal number of request re-sending attempt
|
360
|
+
#
|
361
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
362
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_REQUEST_RESEND_COUNT} for its replacement.
|
200
363
|
HTTP_RETRY_COUNT = 'http.retry_count'
|
201
364
|
|
202
365
|
# The primary server name of the matched virtual host. This should be obtained via configuration. If no such configuration can be obtained, this attribute MUST NOT be set ( `net.host.name` should be used instead)
|
203
366
|
# @note `http.url` is usually not readily available on the server side but would have to be assembled in a cumbersome and sometimes lossy process from other information (see e.g. open-telemetry/opentelemetry-python/pull/148). It is thus preferred to supply the raw data that is available
|
367
|
+
#
|
368
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
369
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_HOST_NAME} for its replacement.
|
204
370
|
HTTP_SERVER_NAME = 'http.server_name'
|
205
371
|
|
206
372
|
# The matched route (path template)
|
373
|
+
#
|
374
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
375
|
+
# See {OpenTelemetry::SemConv::Incubating::HTTP::HTTP_ROUTE} for its replacement.
|
207
376
|
HTTP_ROUTE = 'http.route'
|
208
377
|
|
209
378
|
# The IP address of the original client behind all proxies, if known (e.g. from [X-Forwarded-For](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For))
|
210
379
|
# @note This is not necessarily the same as `net.peer.ip`, which would
|
211
380
|
# identify the network-level peer, which may be a proxy.
|
212
|
-
#
|
381
|
+
#
|
213
382
|
# This attribute should be set when a source of information different
|
214
383
|
# from the one used for `net.peer.ip`, is available even if that other
|
215
384
|
# source just confirms the same value as `net.peer.ip`.
|
@@ -218,270 +387,528 @@ module OpenTelemetry
|
|
218
387
|
# `http.client_ip` when it's the same as `net.peer.ip` means that
|
219
388
|
# one is at least somewhat confident that the address is not that of
|
220
389
|
# the closest proxy
|
390
|
+
#
|
391
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
392
|
+
# See {OpenTelemetry::SemConv::Incubating::CLIENT::CLIENT_ADDRESS} for its replacement.
|
221
393
|
HTTP_CLIENT_IP = 'http.client_ip'
|
222
394
|
|
223
395
|
# Like `net.peer.ip` but for the host IP. Useful in case of a multi-IP host
|
396
|
+
#
|
397
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
398
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_SOCK_HOST_ADDR} for its replacement.
|
224
399
|
NET_HOST_IP = 'net.host.ip'
|
225
400
|
|
226
401
|
# Like `net.peer.port` but for the host port
|
402
|
+
#
|
403
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
404
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_HOST_PORT} for its replacement.
|
227
405
|
NET_HOST_PORT = 'net.host.port'
|
228
406
|
|
229
407
|
# Local hostname or similar, see note below
|
408
|
+
#
|
409
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
410
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_HOST_NAME} for its replacement.
|
230
411
|
NET_HOST_NAME = 'net.host.name'
|
231
412
|
|
232
413
|
# The internet connection type currently being used by the host
|
414
|
+
#
|
415
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
416
|
+
# See {OpenTelemetry::SemConv::Incubating::NETWORK::NETWORK_CONNECTION_TYPE} for its replacement.
|
233
417
|
NET_HOST_CONNECTION_TYPE = 'net.host.connection.type'
|
234
418
|
|
235
419
|
# This describes more details regarding the connection.type. It may be the type of cell technology connection, but it could be used for describing details about a wifi connection
|
420
|
+
#
|
421
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
422
|
+
# See {OpenTelemetry::SemConv::Incubating::NETWORK::NETWORK_CONNECTION_SUBTYPE} for its replacement.
|
236
423
|
NET_HOST_CONNECTION_SUBTYPE = 'net.host.connection.subtype'
|
237
424
|
|
238
425
|
# The name of the mobile carrier
|
426
|
+
#
|
427
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
428
|
+
# See {OpenTelemetry::SemConv::Incubating::NETWORK::NETWORK_CARRIER_NAME} for its replacement.
|
239
429
|
NET_HOST_CARRIER_NAME = 'net.host.carrier.name'
|
240
430
|
|
241
431
|
# The mobile carrier country code
|
432
|
+
#
|
433
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
434
|
+
# See {OpenTelemetry::SemConv::Incubating::NETWORK::NETWORK_CARRIER_MCC} for its replacement.
|
242
435
|
NET_HOST_CARRIER_MCC = 'net.host.carrier.mcc'
|
243
436
|
|
244
437
|
# The mobile carrier network code
|
438
|
+
#
|
439
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
440
|
+
# See {OpenTelemetry::SemConv::Incubating::NETWORK::NETWORK_CARRIER_MNC} for its replacement.
|
245
441
|
NET_HOST_CARRIER_MNC = 'net.host.carrier.mnc'
|
246
442
|
|
247
443
|
# The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network
|
444
|
+
#
|
445
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
446
|
+
# See {OpenTelemetry::SemConv::Incubating::NETWORK::NETWORK_CARRIER_ICC} for its replacement.
|
248
447
|
NET_HOST_CARRIER_ICC = 'net.host.carrier.icc'
|
249
448
|
|
250
449
|
# A string identifying the messaging system
|
450
|
+
#
|
451
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
452
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_SYSTEM} for its replacement.
|
251
453
|
MESSAGING_SYSTEM = 'messaging.system'
|
252
454
|
|
253
455
|
# The message destination name. This might be equal to the span name but is required nevertheless
|
456
|
+
#
|
457
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
458
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_DESTINATION_NAME} for its replacement.
|
254
459
|
MESSAGING_DESTINATION = 'messaging.destination'
|
255
460
|
|
256
461
|
# The kind of message destination
|
462
|
+
#
|
463
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
464
|
+
# This attribute was renamed in v1.17.0 and its replacement was removed in v1.20.0.
|
257
465
|
MESSAGING_DESTINATION_KIND = 'messaging.destination_kind'
|
258
466
|
|
259
467
|
# A boolean that is true if the message destination is temporary
|
468
|
+
#
|
469
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
470
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_DESTINATION_TEMPORARY} for its replacement.
|
260
471
|
MESSAGING_TEMP_DESTINATION = 'messaging.temp_destination'
|
261
472
|
|
262
473
|
# The name of the transport protocol
|
474
|
+
#
|
475
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
476
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_PROTOCOL_NAME} for its replacement.
|
263
477
|
MESSAGING_PROTOCOL = 'messaging.protocol'
|
264
478
|
|
265
479
|
# The version of the transport protocol
|
480
|
+
#
|
481
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
482
|
+
# See {OpenTelemetry::SemConv::Incubating::NET::NET_PROTOCOL_VERSION} for its replacement.
|
266
483
|
MESSAGING_PROTOCOL_VERSION = 'messaging.protocol_version'
|
267
484
|
|
268
485
|
# Connection string
|
486
|
+
#
|
487
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
488
|
+
# This attribute was removed in v1.17.0.
|
269
489
|
MESSAGING_URL = 'messaging.url'
|
270
490
|
|
271
491
|
# A value used by the messaging system as an identifier for the message, represented as a string
|
492
|
+
#
|
493
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
494
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_MESSAGE_ID} for its replacement.
|
272
495
|
MESSAGING_MESSAGE_ID = 'messaging.message_id'
|
273
496
|
|
274
497
|
# The [conversation ID](#conversations) identifying the conversation to which the message belongs, represented as a string. Sometimes called "Correlation ID"
|
498
|
+
#
|
499
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
500
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_MESSAGE_CONVERSATION_ID} for its replacement.
|
275
501
|
MESSAGING_CONVERSATION_ID = 'messaging.conversation_id'
|
276
502
|
|
277
503
|
# The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported
|
504
|
+
#
|
505
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
506
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_MESSAGE_BODY_SIZE} for its replacement.
|
278
507
|
MESSAGING_MESSAGE_PAYLOAD_SIZE_BYTES = 'messaging.message_payload_size_bytes'
|
279
508
|
|
280
509
|
# The compressed size of the message payload in bytes
|
510
|
+
#
|
511
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
512
|
+
# This attribute was removed in v1.22.0.
|
281
513
|
MESSAGING_MESSAGE_PAYLOAD_COMPRESSED_SIZE_BYTES = 'messaging.message_payload_compressed_size_bytes'
|
282
514
|
|
283
515
|
# A string containing the function invocation time in the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format expressed in [UTC](https://www.w3.org/TR/NOTE-datetime)
|
516
|
+
#
|
517
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
518
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_TIME} for its replacement.
|
284
519
|
FAAS_TIME = 'faas.time'
|
285
520
|
|
286
521
|
# A string containing the schedule period as [Cron Expression](https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm)
|
522
|
+
#
|
523
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
524
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_CRON} for its replacement.
|
287
525
|
FAAS_CRON = 'faas.cron'
|
288
526
|
|
289
527
|
# A boolean that is true if the serverless function is executed for the first time (aka cold-start)
|
528
|
+
#
|
529
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
530
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_COLDSTART} for its replacement.
|
290
531
|
FAAS_COLDSTART = 'faas.coldstart'
|
291
532
|
|
292
533
|
# The name of the invoked function
|
293
534
|
# @note SHOULD be equal to the `faas.name` resource attribute of the invoked function
|
535
|
+
#
|
536
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
537
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_INVOKED_NAME} for its replacement.
|
294
538
|
FAAS_INVOKED_NAME = 'faas.invoked_name'
|
295
539
|
|
296
540
|
# The cloud provider of the invoked function
|
297
541
|
# @note SHOULD be equal to the `cloud.provider` resource attribute of the invoked function
|
542
|
+
#
|
543
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
544
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_INVOKED_PROVIDER} for its replacement.
|
298
545
|
FAAS_INVOKED_PROVIDER = 'faas.invoked_provider'
|
299
546
|
|
300
547
|
# The cloud region of the invoked function
|
301
548
|
# @note SHOULD be equal to the `cloud.region` resource attribute of the invoked function
|
549
|
+
#
|
550
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
551
|
+
# See {OpenTelemetry::SemConv::Incubating::FAAS::FAAS_INVOKED_REGION} for its replacement.
|
302
552
|
FAAS_INVOKED_REGION = 'faas.invoked_region'
|
303
553
|
|
304
554
|
# The [`service.name`](../../resource/semantic_conventions/README.md#service) of the remote service. SHOULD be equal to the actual `service.name` resource attribute of the remote service if any
|
555
|
+
#
|
556
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
557
|
+
# See {OpenTelemetry::SemConv::Incubating::PEER::PEER_SERVICE} for its replacement.
|
305
558
|
PEER_SERVICE = 'peer.service'
|
306
559
|
|
307
560
|
# Username or client_id extracted from the access token or [Authorization](https://tools.ietf.org/html/rfc7235#section-4.2) header in the inbound request from outside the system
|
561
|
+
#
|
562
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
563
|
+
# See {OpenTelemetry::SemConv::Incubating::ENDUSER::ENDUSER_ID} for its replacement.
|
308
564
|
ENDUSER_ID = 'enduser.id'
|
309
565
|
|
310
566
|
# Actual/assumed role the client is making the request under extracted from token or application security context
|
567
|
+
#
|
568
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
569
|
+
# See {OpenTelemetry::SemConv::Incubating::ENDUSER::ENDUSER_ROLE} for its replacement.
|
311
570
|
ENDUSER_ROLE = 'enduser.role'
|
312
571
|
|
313
572
|
# Scopes or granted authorities the client currently possesses extracted from token or application security context. The value would come from the scope associated with an [OAuth 2.0 Access Token](https://tools.ietf.org/html/rfc6749#section-3.3) or an attribute value in a [SAML 2.0 Assertion](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html)
|
573
|
+
#
|
574
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
575
|
+
# See {OpenTelemetry::SemConv::Incubating::ENDUSER::ENDUSER_SCOPE} for its replacement.
|
314
576
|
ENDUSER_SCOPE = 'enduser.scope'
|
315
577
|
|
316
578
|
# Current "managed" thread ID (as opposed to OS thread ID)
|
579
|
+
#
|
580
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
581
|
+
# See {OpenTelemetry::SemConv::Incubating::THREAD::THREAD_ID} for its replacement.
|
317
582
|
THREAD_ID = 'thread.id'
|
318
583
|
|
319
584
|
# Current thread name
|
585
|
+
#
|
586
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
587
|
+
# See {OpenTelemetry::SemConv::Incubating::THREAD::THREAD_NAME} for its replacement.
|
320
588
|
THREAD_NAME = 'thread.name'
|
321
589
|
|
322
590
|
# The method or function name, or equivalent (usually rightmost part of the code unit's name)
|
591
|
+
#
|
592
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
593
|
+
# See {OpenTelemetry::SemConv::Incubating::CODE::CODE_FUNCTION} for its replacement.
|
323
594
|
CODE_FUNCTION = 'code.function'
|
324
595
|
|
325
596
|
# The "namespace" within which `code.function` is defined. Usually the qualified class or module name, such that `code.namespace` + some separator + `code.function` form a unique identifier for the code unit
|
597
|
+
#
|
598
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
599
|
+
# See {OpenTelemetry::SemConv::Incubating::CODE::CODE_NAMESPACE} for its replacement.
|
326
600
|
CODE_NAMESPACE = 'code.namespace'
|
327
601
|
|
328
602
|
# The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path)
|
603
|
+
#
|
604
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
605
|
+
# See {OpenTelemetry::SemConv::Incubating::CODE::CODE_FILEPATH} for its replacement.
|
329
606
|
CODE_FILEPATH = 'code.filepath'
|
330
607
|
|
331
608
|
# The line number in `code.filepath` best representing the operation. It SHOULD point within the code unit named in `code.function`
|
609
|
+
#
|
610
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
611
|
+
# See {OpenTelemetry::SemConv::Incubating::CODE::CODE_LINENO} for its replacement.
|
332
612
|
CODE_LINENO = 'code.lineno'
|
333
613
|
|
334
614
|
# The value `aws-api`
|
615
|
+
#
|
616
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
617
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_SYSTEM} for its replacement.
|
335
618
|
RPC_SYSTEM = 'rpc.system'
|
336
619
|
|
337
620
|
# The name of the service to which a request is made, as returned by the AWS SDK
|
338
621
|
# @note This is the logical name of the service from the RPC interface perspective, which can be different from the name of any implementing class. The `code.namespace` attribute may be used to store the latter (despite the attribute name, it may include a class name; e.g., class with method actually executing the call on the server side, RPC client stub class on the client side)
|
622
|
+
#
|
623
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
624
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_SERVICE} for its replacement.
|
339
625
|
RPC_SERVICE = 'rpc.service'
|
340
626
|
|
341
627
|
# The name of the operation corresponding to the request, as returned by the AWS SDK
|
342
628
|
# @note This is the logical name of the method from the RPC interface perspective, which can be different from the name of any implementing method/function. The `code.function` attribute may be used to store the latter (e.g., method actually executing the call on the server side, RPC client stub method on the client side)
|
629
|
+
#
|
630
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
631
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_METHOD} for its replacement.
|
343
632
|
RPC_METHOD = 'rpc.method'
|
344
633
|
|
345
634
|
# The keys in the `RequestItems` object field
|
635
|
+
#
|
636
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
637
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_TABLE_NAMES} for its replacement.
|
346
638
|
AWS_DYNAMODB_TABLE_NAMES = 'aws.dynamodb.table_names'
|
347
639
|
|
348
640
|
# The JSON-serialized value of each item in the `ConsumedCapacity` response field
|
641
|
+
#
|
642
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
643
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_CONSUMED_CAPACITY} for its replacement.
|
349
644
|
AWS_DYNAMODB_CONSUMED_CAPACITY = 'aws.dynamodb.consumed_capacity'
|
350
645
|
|
351
646
|
# The JSON-serialized value of the `ItemCollectionMetrics` response field
|
647
|
+
#
|
648
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
649
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_ITEM_COLLECTION_METRICS} for its replacement.
|
352
650
|
AWS_DYNAMODB_ITEM_COLLECTION_METRICS = 'aws.dynamodb.item_collection_metrics'
|
353
651
|
|
354
652
|
# The value of the `ProvisionedThroughput.ReadCapacityUnits` request parameter
|
653
|
+
#
|
654
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
655
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_PROVISIONED_READ_CAPACITY} for its replacement.
|
355
656
|
AWS_DYNAMODB_PROVISIONED_READ_CAPACITY = 'aws.dynamodb.provisioned_read_capacity'
|
356
657
|
|
357
658
|
# The value of the `ProvisionedThroughput.WriteCapacityUnits` request parameter
|
659
|
+
#
|
660
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
661
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_PROVISIONED_WRITE_CAPACITY} for its replacement.
|
358
662
|
AWS_DYNAMODB_PROVISIONED_WRITE_CAPACITY = 'aws.dynamodb.provisioned_write_capacity'
|
359
663
|
|
360
664
|
# The value of the `ConsistentRead` request parameter
|
665
|
+
#
|
666
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
667
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_CONSISTENT_READ} for its replacement.
|
361
668
|
AWS_DYNAMODB_CONSISTENT_READ = 'aws.dynamodb.consistent_read'
|
362
669
|
|
363
670
|
# The value of the `ProjectionExpression` request parameter
|
671
|
+
#
|
672
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
673
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_PROJECTION} for its replacement.
|
364
674
|
AWS_DYNAMODB_PROJECTION = 'aws.dynamodb.projection'
|
365
675
|
|
366
676
|
# The value of the `Limit` request parameter
|
677
|
+
#
|
678
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
679
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_LIMIT} for its replacement.
|
367
680
|
AWS_DYNAMODB_LIMIT = 'aws.dynamodb.limit'
|
368
681
|
|
369
682
|
# The value of the `AttributesToGet` request parameter
|
683
|
+
#
|
684
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
685
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_ATTRIBUTES_TO_GET} for its replacement.
|
370
686
|
AWS_DYNAMODB_ATTRIBUTES_TO_GET = 'aws.dynamodb.attributes_to_get'
|
371
687
|
|
372
688
|
# The value of the `IndexName` request parameter
|
689
|
+
#
|
690
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
691
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_INDEX_NAME} for its replacement.
|
373
692
|
AWS_DYNAMODB_INDEX_NAME = 'aws.dynamodb.index_name'
|
374
693
|
|
375
694
|
# The value of the `Select` request parameter
|
695
|
+
#
|
696
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
697
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_SELECT} for its replacement.
|
376
698
|
AWS_DYNAMODB_SELECT = 'aws.dynamodb.select'
|
377
699
|
|
378
700
|
# The JSON-serialized value of each item of the `GlobalSecondaryIndexes` request field
|
701
|
+
#
|
702
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
703
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES} for its replacement.
|
379
704
|
AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES = 'aws.dynamodb.global_secondary_indexes'
|
380
705
|
|
381
706
|
# The JSON-serialized value of each item of the `LocalSecondaryIndexes` request field
|
707
|
+
#
|
708
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
709
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES} for its replacement.
|
382
710
|
AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES = 'aws.dynamodb.local_secondary_indexes'
|
383
711
|
|
384
712
|
# The value of the `ExclusiveStartTableName` request parameter
|
713
|
+
#
|
714
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
715
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_EXCLUSIVE_START_TABLE} for its replacement.
|
385
716
|
AWS_DYNAMODB_EXCLUSIVE_START_TABLE = 'aws.dynamodb.exclusive_start_table'
|
386
717
|
|
387
718
|
# The the number of items in the `TableNames` response parameter
|
719
|
+
#
|
720
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
721
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_TABLE_COUNT} for its replacement.
|
388
722
|
AWS_DYNAMODB_TABLE_COUNT = 'aws.dynamodb.table_count'
|
389
723
|
|
390
724
|
# The value of the `ScanIndexForward` request parameter
|
725
|
+
#
|
726
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
727
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_SCAN_FORWARD} for its replacement.
|
391
728
|
AWS_DYNAMODB_SCAN_FORWARD = 'aws.dynamodb.scan_forward'
|
392
729
|
|
393
730
|
# The value of the `Segment` request parameter
|
731
|
+
#
|
732
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
733
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_SEGMENT} for its replacement.
|
394
734
|
AWS_DYNAMODB_SEGMENT = 'aws.dynamodb.segment'
|
395
735
|
|
396
736
|
# The value of the `TotalSegments` request parameter
|
737
|
+
#
|
738
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
739
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_TOTAL_SEGMENTS} for its replacement.
|
397
740
|
AWS_DYNAMODB_TOTAL_SEGMENTS = 'aws.dynamodb.total_segments'
|
398
741
|
|
399
742
|
# The value of the `Count` response parameter
|
743
|
+
#
|
744
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
745
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_COUNT} for its replacement.
|
400
746
|
AWS_DYNAMODB_COUNT = 'aws.dynamodb.count'
|
401
747
|
|
402
748
|
# The value of the `ScannedCount` response parameter
|
749
|
+
#
|
750
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
751
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_SCANNED_COUNT} for its replacement.
|
403
752
|
AWS_DYNAMODB_SCANNED_COUNT = 'aws.dynamodb.scanned_count'
|
404
753
|
|
405
754
|
# The JSON-serialized value of each item in the `AttributeDefinitions` request field
|
755
|
+
#
|
756
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
757
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS} for its replacement.
|
406
758
|
AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS = 'aws.dynamodb.attribute_definitions'
|
407
759
|
|
408
760
|
# The JSON-serialized value of each item in the the `GlobalSecondaryIndexUpdates` request field
|
761
|
+
#
|
762
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
763
|
+
# See {OpenTelemetry::SemConv::Incubating::AWS::AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES} for its replacement.
|
409
764
|
AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES = 'aws.dynamodb.global_secondary_index_updates'
|
410
765
|
|
411
766
|
# A string identifying the kind of message consumption as defined in the [Operation names](#operation-names) section above. If the operation is "send", this attribute MUST NOT be set, since the operation can be inferred from the span kind in that case
|
767
|
+
#
|
768
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
769
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_OPERATION} for its replacement.
|
412
770
|
MESSAGING_OPERATION = 'messaging.operation'
|
413
771
|
|
414
772
|
# The identifier for the consumer receiving a message. For Kafka, set it to `{messaging.kafka.consumer_group} - {messaging.kafka.client_id}`, if both are present, or only `messaging.kafka.consumer_group`. For brokers, such as RabbitMQ and Artemis, set it to the `client_id` of the client consuming the message
|
773
|
+
#
|
774
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
775
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_CLIENT_ID} for its replacement.
|
415
776
|
MESSAGING_CONSUMER_ID = 'messaging.consumer_id'
|
416
777
|
|
417
778
|
# RabbitMQ message routing key
|
779
|
+
#
|
780
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
781
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_RABBITMQ_DESTINATION_ROUTING_KEY} for its replacement.
|
418
782
|
MESSAGING_RABBITMQ_ROUTING_KEY = 'messaging.rabbitmq.routing_key'
|
419
783
|
|
420
784
|
# Message keys in Kafka are used for grouping alike messages to ensure they're processed on the same partition. They differ from `messaging.message_id` in that they're not unique. If the key is `null`, the attribute MUST NOT be set
|
421
785
|
# @note If the key type is not string, it's string representation has to be supplied for the attribute. If the key has no unambiguous, canonical string form, don't include its value
|
786
|
+
#
|
787
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
788
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_KAFKA_MESSAGE_KEY} for its replacement.
|
422
789
|
MESSAGING_KAFKA_MESSAGE_KEY = 'messaging.kafka.message_key'
|
423
790
|
|
424
791
|
# Name of the Kafka Consumer Group that is handling the message. Only applies to consumers, not producers
|
792
|
+
#
|
793
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
794
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_KAFKA_CONSUMER_GROUP} for its replacement.
|
425
795
|
MESSAGING_KAFKA_CONSUMER_GROUP = 'messaging.kafka.consumer_group'
|
426
796
|
|
427
797
|
# Client Id for the Consumer or Producer that is handling the message
|
798
|
+
#
|
799
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
800
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_CLIENT_ID} for its replacement.
|
428
801
|
MESSAGING_KAFKA_CLIENT_ID = 'messaging.kafka.client_id'
|
429
802
|
|
430
803
|
# Partition the message is sent to
|
804
|
+
#
|
805
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
806
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_KAFKA_DESTINATION_PARTITION} for its replacement.
|
431
807
|
MESSAGING_KAFKA_PARTITION = 'messaging.kafka.partition'
|
432
808
|
|
433
809
|
# A boolean that is true if the message is a tombstone
|
810
|
+
#
|
811
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
812
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_KAFKA_MESSAGE_TOMBSTONE} for its replacement.
|
434
813
|
MESSAGING_KAFKA_TOMBSTONE = 'messaging.kafka.tombstone'
|
435
814
|
|
436
815
|
# Namespace of RocketMQ resources, resources in different namespaces are individual
|
816
|
+
#
|
817
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
818
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_ROCKETMQ_NAMESPACE} for its replacement.
|
437
819
|
MESSAGING_ROCKETMQ_NAMESPACE = 'messaging.rocketmq.namespace'
|
438
820
|
|
439
821
|
# Name of the RocketMQ producer/consumer group that is handling the message. The client type is identified by the SpanKind
|
822
|
+
#
|
823
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
824
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_ROCKETMQ_CLIENT_GROUP} for its replacement.
|
440
825
|
MESSAGING_ROCKETMQ_CLIENT_GROUP = 'messaging.rocketmq.client_group'
|
441
826
|
|
442
827
|
# The unique identifier for each client
|
828
|
+
#
|
829
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
830
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_CLIENT_ID} for its replacement.
|
443
831
|
MESSAGING_ROCKETMQ_CLIENT_ID = 'messaging.rocketmq.client_id'
|
444
832
|
|
445
833
|
# Type of message
|
834
|
+
#
|
835
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
836
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_ROCKETMQ_MESSAGE_TYPE} for its replacement.
|
446
837
|
MESSAGING_ROCKETMQ_MESSAGE_TYPE = 'messaging.rocketmq.message_type'
|
447
838
|
|
448
839
|
# The secondary classifier of message besides topic
|
840
|
+
#
|
841
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
842
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_ROCKETMQ_MESSAGE_TAG} for its replacement.
|
449
843
|
MESSAGING_ROCKETMQ_MESSAGE_TAG = 'messaging.rocketmq.message_tag'
|
450
844
|
|
451
845
|
# Key(s) of message, another way to mark message besides message id
|
846
|
+
#
|
847
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
848
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_ROCKETMQ_MESSAGE_KEYS} for its replacement.
|
452
849
|
MESSAGING_ROCKETMQ_MESSAGE_KEYS = 'messaging.rocketmq.message_keys'
|
453
850
|
|
454
851
|
# Model of message consumption. This only applies to consumer spans
|
852
|
+
#
|
853
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
854
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGING::MESSAGING_ROCKETMQ_CONSUMPTION_MODEL} for its replacement.
|
455
855
|
MESSAGING_ROCKETMQ_CONSUMPTION_MODEL = 'messaging.rocketmq.consumption_model'
|
456
856
|
|
457
857
|
# The [numeric status code](https://github.com/grpc/grpc/blob/v1.33.2/doc/statuscodes.md) of the gRPC request
|
858
|
+
#
|
859
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
860
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_GRPC_STATUS_CODE} for its replacement.
|
458
861
|
RPC_GRPC_STATUS_CODE = 'rpc.grpc.status_code'
|
459
862
|
|
460
863
|
# Protocol version as in `jsonrpc` property of request/response. Since JSON-RPC 1.0 does not specify this, the value can be omitted
|
864
|
+
#
|
865
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
866
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_JSONRPC_VERSION} for its replacement.
|
461
867
|
RPC_JSONRPC_VERSION = 'rpc.jsonrpc.version'
|
462
868
|
|
463
869
|
# `id` property of request or response. Since protocol allows id to be int, string, `null` or missing (for notifications), value is expected to be cast to string for simplicity. Use empty string in case of `null` value. Omit entirely if this is a notification
|
870
|
+
#
|
871
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
872
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_JSONRPC_REQUEST_ID} for its replacement.
|
464
873
|
RPC_JSONRPC_REQUEST_ID = 'rpc.jsonrpc.request_id'
|
465
874
|
|
466
875
|
# `error.code` property of response if it is an error response
|
876
|
+
#
|
877
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
878
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_JSONRPC_ERROR_CODE} for its replacement.
|
467
879
|
RPC_JSONRPC_ERROR_CODE = 'rpc.jsonrpc.error_code'
|
468
880
|
|
469
881
|
# `error.message` property of response if it is an error response
|
882
|
+
#
|
883
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
884
|
+
# See {OpenTelemetry::SemConv::Incubating::RPC::RPC_JSONRPC_ERROR_MESSAGE} for its replacement.
|
470
885
|
RPC_JSONRPC_ERROR_MESSAGE = 'rpc.jsonrpc.error_message'
|
471
886
|
|
472
887
|
# Whether this is a received or sent message
|
888
|
+
#
|
889
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
890
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGE::MESSAGE_TYPE} for its replacement.
|
473
891
|
MESSAGE_TYPE = 'message.type'
|
474
892
|
|
475
893
|
# MUST be calculated as two different counters starting from `1` one for sent messages and one for received message
|
476
894
|
# @note This way we guarantee that the values will be consistent between different implementations
|
895
|
+
#
|
896
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
897
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGE::MESSAGE_ID} for its replacement.
|
477
898
|
MESSAGE_ID = 'message.id'
|
478
899
|
|
479
900
|
# Compressed size of the message in bytes
|
901
|
+
#
|
902
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
903
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGE::MESSAGE_COMPRESSED_SIZE} for its replacement.
|
480
904
|
MESSAGE_COMPRESSED_SIZE = 'message.compressed_size'
|
481
905
|
|
482
906
|
# Uncompressed size of the message in bytes
|
907
|
+
#
|
908
|
+
# @deprecated The \{OpenTelemetry::SemanticConventions::Trace\} module is deprecated.
|
909
|
+
# See {OpenTelemetry::SemConv::Incubating::MESSAGE::MESSAGE_UNCOMPRESSED_SIZE} for its replacement.
|
483
910
|
MESSAGE_UNCOMPRESSED_SIZE = 'message.uncompressed_size'
|
484
911
|
|
485
912
|
end
|
486
913
|
end
|
487
|
-
end
|
914
|
+
end
|