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
@@ -0,0 +1,175 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module NET
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Deprecated, use `network.local.address`.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# 192.168.0.1
|
33
|
+
#
|
34
|
+
# @deprecated {"note": "Replaced by `network.local.address`.", "reason": "renamed", "renamed_to": "network.local.address"}
|
35
|
+
NET_HOST_IP = 'net.host.ip'
|
36
|
+
|
37
|
+
# Deprecated, use `server.address`.
|
38
|
+
#
|
39
|
+
# @note Stability Level: development
|
40
|
+
#
|
41
|
+
# @example Sample Values
|
42
|
+
# example.com
|
43
|
+
#
|
44
|
+
# @deprecated {"note": "Replaced by `server.address`.", "reason": "renamed", "renamed_to": "server.address"}
|
45
|
+
NET_HOST_NAME = 'net.host.name'
|
46
|
+
|
47
|
+
# Deprecated, use `server.port`.
|
48
|
+
#
|
49
|
+
# @note Stability Level: development
|
50
|
+
#
|
51
|
+
# @example Sample Values
|
52
|
+
# 8080
|
53
|
+
#
|
54
|
+
# @deprecated {"note": "Replaced by `server.port`.", "reason": "renamed", "renamed_to": "server.port"}
|
55
|
+
NET_HOST_PORT = 'net.host.port'
|
56
|
+
|
57
|
+
# Deprecated, use `network.peer.address`.
|
58
|
+
#
|
59
|
+
# @note Stability Level: development
|
60
|
+
#
|
61
|
+
# @example Sample Values
|
62
|
+
# 127.0.0.1
|
63
|
+
#
|
64
|
+
# @deprecated {"note": "Replaced by `network.peer.address`.", "reason": "renamed", "renamed_to": "network.peer.address"}
|
65
|
+
NET_PEER_IP = 'net.peer.ip'
|
66
|
+
|
67
|
+
# Deprecated, use `server.address` on client spans and `client.address` on server spans.
|
68
|
+
#
|
69
|
+
# @note Stability Level: development
|
70
|
+
#
|
71
|
+
# @example Sample Values
|
72
|
+
# example.com
|
73
|
+
#
|
74
|
+
# @deprecated {"note": "Replaced by `server.address` on client spans and `client.address` on server spans.", "reason": "uncategorized"}
|
75
|
+
NET_PEER_NAME = 'net.peer.name'
|
76
|
+
|
77
|
+
# Deprecated, use `server.port` on client spans and `client.port` on server spans.
|
78
|
+
#
|
79
|
+
# @note Stability Level: development
|
80
|
+
#
|
81
|
+
# @example Sample Values
|
82
|
+
# 8080
|
83
|
+
#
|
84
|
+
# @deprecated {"note": "Replaced by `server.port` on client spans and `client.port` on server spans.", "reason": "uncategorized"}
|
85
|
+
NET_PEER_PORT = 'net.peer.port'
|
86
|
+
|
87
|
+
# Deprecated, use `network.protocol.name`.
|
88
|
+
#
|
89
|
+
# @note Stability Level: development
|
90
|
+
#
|
91
|
+
# @example Sample Values
|
92
|
+
# amqp
|
93
|
+
# http
|
94
|
+
# mqtt
|
95
|
+
#
|
96
|
+
# @deprecated {"note": "Replaced by `network.protocol.name`.", "reason": "renamed", "renamed_to": "network.protocol.name"}
|
97
|
+
NET_PROTOCOL_NAME = 'net.protocol.name'
|
98
|
+
|
99
|
+
# Deprecated, use `network.protocol.version`.
|
100
|
+
#
|
101
|
+
# @note Stability Level: development
|
102
|
+
#
|
103
|
+
# @example Sample Values
|
104
|
+
# 3.1.1
|
105
|
+
#
|
106
|
+
# @deprecated {"note": "Replaced by `network.protocol.version`.", "reason": "renamed", "renamed_to": "network.protocol.version"}
|
107
|
+
NET_PROTOCOL_VERSION = 'net.protocol.version'
|
108
|
+
|
109
|
+
# Deprecated, use `network.transport` and `network.type`.
|
110
|
+
#
|
111
|
+
# @note Stability Level: development
|
112
|
+
# @deprecated {"note": "Split to `network.transport` and `network.type`.", "reason": "uncategorized"}
|
113
|
+
NET_SOCK_FAMILY = 'net.sock.family'
|
114
|
+
|
115
|
+
# Deprecated, use `network.local.address`.
|
116
|
+
#
|
117
|
+
# @note Stability Level: development
|
118
|
+
#
|
119
|
+
# @example Sample Values
|
120
|
+
# /var/my.sock
|
121
|
+
#
|
122
|
+
# @deprecated {"note": "Replaced by `network.local.address`.", "reason": "renamed", "renamed_to": "network.local.address"}
|
123
|
+
NET_SOCK_HOST_ADDR = 'net.sock.host.addr'
|
124
|
+
|
125
|
+
# Deprecated, use `network.local.port`.
|
126
|
+
#
|
127
|
+
# @note Stability Level: development
|
128
|
+
#
|
129
|
+
# @example Sample Values
|
130
|
+
# 8080
|
131
|
+
#
|
132
|
+
# @deprecated {"note": "Replaced by `network.local.port`.", "reason": "renamed", "renamed_to": "network.local.port"}
|
133
|
+
NET_SOCK_HOST_PORT = 'net.sock.host.port'
|
134
|
+
|
135
|
+
# Deprecated, use `network.peer.address`.
|
136
|
+
#
|
137
|
+
# @note Stability Level: development
|
138
|
+
#
|
139
|
+
# @example Sample Values
|
140
|
+
# 192.168.0.1
|
141
|
+
#
|
142
|
+
# @deprecated {"note": "Replaced by `network.peer.address`.", "reason": "renamed", "renamed_to": "network.peer.address"}
|
143
|
+
NET_SOCK_PEER_ADDR = 'net.sock.peer.addr'
|
144
|
+
|
145
|
+
# Deprecated, no replacement at this time.
|
146
|
+
#
|
147
|
+
# @note Stability Level: development
|
148
|
+
#
|
149
|
+
# @example Sample Values
|
150
|
+
# /var/my.sock
|
151
|
+
#
|
152
|
+
# @deprecated {"note": "Removed. No replacement at this time.", "reason": "obsoleted"}
|
153
|
+
NET_SOCK_PEER_NAME = 'net.sock.peer.name'
|
154
|
+
|
155
|
+
# Deprecated, use `network.peer.port`.
|
156
|
+
#
|
157
|
+
# @note Stability Level: development
|
158
|
+
#
|
159
|
+
# @example Sample Values
|
160
|
+
# 65531
|
161
|
+
#
|
162
|
+
# @deprecated {"note": "Replaced by `network.peer.port`.", "reason": "renamed", "renamed_to": "network.peer.port"}
|
163
|
+
NET_SOCK_PEER_PORT = 'net.sock.peer.port'
|
164
|
+
|
165
|
+
# Deprecated, use `network.transport`.
|
166
|
+
#
|
167
|
+
# @note Stability Level: development
|
168
|
+
# @deprecated {"note": "Replaced by `network.transport`.", "reason": "renamed", "renamed_to": "network.transport"}
|
169
|
+
NET_TRANSPORT = 'net.transport'
|
170
|
+
|
171
|
+
# @!endgroup
|
172
|
+
end
|
173
|
+
end
|
174
|
+
end
|
175
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
require_relative 'net/attributes'
|
@@ -0,0 +1,222 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module NETWORK
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# DE
|
33
|
+
#
|
34
|
+
NETWORK_CARRIER_ICC = 'network.carrier.icc'
|
35
|
+
|
36
|
+
# The mobile carrier country code.
|
37
|
+
#
|
38
|
+
# @note Stability Level: development
|
39
|
+
#
|
40
|
+
# @example Sample Values
|
41
|
+
# 310
|
42
|
+
#
|
43
|
+
NETWORK_CARRIER_MCC = 'network.carrier.mcc'
|
44
|
+
|
45
|
+
# The mobile carrier network code.
|
46
|
+
#
|
47
|
+
# @note Stability Level: development
|
48
|
+
#
|
49
|
+
# @example Sample Values
|
50
|
+
# 001
|
51
|
+
#
|
52
|
+
NETWORK_CARRIER_MNC = 'network.carrier.mnc'
|
53
|
+
|
54
|
+
# The name of the mobile carrier.
|
55
|
+
#
|
56
|
+
# @note Stability Level: development
|
57
|
+
#
|
58
|
+
# @example Sample Values
|
59
|
+
# sprint
|
60
|
+
#
|
61
|
+
NETWORK_CARRIER_NAME = 'network.carrier.name'
|
62
|
+
|
63
|
+
# The state of network connection
|
64
|
+
#
|
65
|
+
# Connection states are defined as part of the [rfc9293](https://datatracker.ietf.org/doc/html/rfc9293#section-3.3.2)
|
66
|
+
#
|
67
|
+
# @note Stability Level: development
|
68
|
+
#
|
69
|
+
# @example Sample Values
|
70
|
+
# close_wait
|
71
|
+
#
|
72
|
+
NETWORK_CONNECTION_STATE = 'network.connection.state'
|
73
|
+
|
74
|
+
# 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.
|
75
|
+
#
|
76
|
+
# @note Stability Level: development
|
77
|
+
#
|
78
|
+
# @example Sample Values
|
79
|
+
# LTE
|
80
|
+
#
|
81
|
+
NETWORK_CONNECTION_SUBTYPE = 'network.connection.subtype'
|
82
|
+
|
83
|
+
# The internet connection type.
|
84
|
+
#
|
85
|
+
# @note Stability Level: development
|
86
|
+
#
|
87
|
+
# @example Sample Values
|
88
|
+
# wifi
|
89
|
+
#
|
90
|
+
NETWORK_CONNECTION_TYPE = 'network.connection.type'
|
91
|
+
|
92
|
+
# The network interface name.
|
93
|
+
#
|
94
|
+
# @note Stability Level: development
|
95
|
+
#
|
96
|
+
# @example Sample Values
|
97
|
+
# lo
|
98
|
+
# eth0
|
99
|
+
#
|
100
|
+
NETWORK_INTERFACE_NAME = 'network.interface.name'
|
101
|
+
|
102
|
+
# The network IO operation direction.
|
103
|
+
#
|
104
|
+
# @note Stability Level: development
|
105
|
+
#
|
106
|
+
# @example Sample Values
|
107
|
+
# transmit
|
108
|
+
#
|
109
|
+
NETWORK_IO_DIRECTION = 'network.io.direction'
|
110
|
+
|
111
|
+
# Local address of the network connection - IP address or Unix domain socket name.
|
112
|
+
#
|
113
|
+
# @note Stability Level: stable
|
114
|
+
#
|
115
|
+
# @example Sample Values
|
116
|
+
# 10.1.2.80
|
117
|
+
# /tmp/my.sock
|
118
|
+
#
|
119
|
+
#
|
120
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_LOCAL_ADDRESS}.
|
121
|
+
NETWORK_LOCAL_ADDRESS = 'network.local.address'
|
122
|
+
|
123
|
+
# Local port number of the network connection.
|
124
|
+
#
|
125
|
+
# @note Stability Level: stable
|
126
|
+
#
|
127
|
+
# @example Sample Values
|
128
|
+
# 65123
|
129
|
+
#
|
130
|
+
#
|
131
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_LOCAL_PORT}.
|
132
|
+
NETWORK_LOCAL_PORT = 'network.local.port'
|
133
|
+
|
134
|
+
# Peer address of the network connection - IP address or Unix domain socket name.
|
135
|
+
#
|
136
|
+
# @note Stability Level: stable
|
137
|
+
#
|
138
|
+
# @example Sample Values
|
139
|
+
# 10.1.2.80
|
140
|
+
# /tmp/my.sock
|
141
|
+
#
|
142
|
+
#
|
143
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_PEER_ADDRESS}.
|
144
|
+
NETWORK_PEER_ADDRESS = 'network.peer.address'
|
145
|
+
|
146
|
+
# Peer port number of the network connection.
|
147
|
+
#
|
148
|
+
# @note Stability Level: stable
|
149
|
+
#
|
150
|
+
# @example Sample Values
|
151
|
+
# 65123
|
152
|
+
#
|
153
|
+
#
|
154
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_PEER_PORT}.
|
155
|
+
NETWORK_PEER_PORT = 'network.peer.port'
|
156
|
+
|
157
|
+
# [OSI application layer](https://wikipedia.org/wiki/Application_layer) or non-OSI equivalent.
|
158
|
+
#
|
159
|
+
# The value SHOULD be normalized to lowercase.
|
160
|
+
#
|
161
|
+
# @note Stability Level: stable
|
162
|
+
#
|
163
|
+
# @example Sample Values
|
164
|
+
# amqp
|
165
|
+
# http
|
166
|
+
# mqtt
|
167
|
+
#
|
168
|
+
#
|
169
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_PROTOCOL_NAME}.
|
170
|
+
NETWORK_PROTOCOL_NAME = 'network.protocol.name'
|
171
|
+
|
172
|
+
# The actual version of the protocol used for network communication.
|
173
|
+
#
|
174
|
+
# If protocol version is subject to negotiation (for example using [ALPN](https://www.rfc-editor.org/rfc/rfc7301.html)), this attribute SHOULD be set to the negotiated version. If the actual protocol version is not known, this attribute SHOULD NOT be set.
|
175
|
+
#
|
176
|
+
# @note Stability Level: stable
|
177
|
+
#
|
178
|
+
# @example Sample Values
|
179
|
+
# 1.1
|
180
|
+
# 2
|
181
|
+
#
|
182
|
+
#
|
183
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_PROTOCOL_VERSION}.
|
184
|
+
NETWORK_PROTOCOL_VERSION = 'network.protocol.version'
|
185
|
+
|
186
|
+
# [OSI transport layer](https://wikipedia.org/wiki/Transport_layer) or [inter-process communication method](https://wikipedia.org/wiki/Inter-process_communication).
|
187
|
+
#
|
188
|
+
# The value SHOULD be normalized to lowercase.
|
189
|
+
#
|
190
|
+
# Consider always setting the transport when setting a port number, since
|
191
|
+
# a port number is ambiguous without knowing the transport. For example
|
192
|
+
# different processes could be listening on TCP port 12345 and UDP port 12345.
|
193
|
+
#
|
194
|
+
# @note Stability Level: stable
|
195
|
+
#
|
196
|
+
# @example Sample Values
|
197
|
+
# tcp
|
198
|
+
# udp
|
199
|
+
#
|
200
|
+
#
|
201
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_TRANSPORT}.
|
202
|
+
NETWORK_TRANSPORT = 'network.transport'
|
203
|
+
|
204
|
+
# [OSI network layer](https://wikipedia.org/wiki/Network_layer) or non-OSI equivalent.
|
205
|
+
#
|
206
|
+
# The value SHOULD be normalized to lowercase.
|
207
|
+
#
|
208
|
+
# @note Stability Level: stable
|
209
|
+
#
|
210
|
+
# @example Sample Values
|
211
|
+
# ipv4
|
212
|
+
# ipv6
|
213
|
+
#
|
214
|
+
#
|
215
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::NETWORK::NETWORK_TYPE}.
|
216
|
+
NETWORK_TYPE = 'network.type'
|
217
|
+
|
218
|
+
# @!endgroup
|
219
|
+
end
|
220
|
+
end
|
221
|
+
end
|
222
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
require_relative 'network/attributes'
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module NODEJS
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The state of event loop time.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
NODEJS_EVENTLOOP_STATE = 'nodejs.eventloop.state'
|
31
|
+
|
32
|
+
# @!endgroup
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
@@ -0,0 +1,94 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module NODEJS
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# Event loop maximum delay.
|
28
|
+
#
|
29
|
+
# Value can be retrieved from value `histogram.max` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
30
|
+
#
|
31
|
+
# @note Stability Level: development
|
32
|
+
NODEJS_EVENTLOOP_DELAY_MAX = 'nodejs.eventloop.delay.max'
|
33
|
+
|
34
|
+
# Event loop mean delay.
|
35
|
+
#
|
36
|
+
# Value can be retrieved from value `histogram.mean` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
37
|
+
#
|
38
|
+
# @note Stability Level: development
|
39
|
+
NODEJS_EVENTLOOP_DELAY_MEAN = 'nodejs.eventloop.delay.mean'
|
40
|
+
|
41
|
+
# Event loop minimum delay.
|
42
|
+
#
|
43
|
+
# Value can be retrieved from value `histogram.min` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
44
|
+
#
|
45
|
+
# @note Stability Level: development
|
46
|
+
NODEJS_EVENTLOOP_DELAY_MIN = 'nodejs.eventloop.delay.min'
|
47
|
+
|
48
|
+
# Event loop 50 percentile delay.
|
49
|
+
#
|
50
|
+
# Value can be retrieved from value `histogram.percentile(50)` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
51
|
+
#
|
52
|
+
# @note Stability Level: development
|
53
|
+
NODEJS_EVENTLOOP_DELAY_P50 = 'nodejs.eventloop.delay.p50'
|
54
|
+
|
55
|
+
# Event loop 90 percentile delay.
|
56
|
+
#
|
57
|
+
# Value can be retrieved from value `histogram.percentile(90)` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
58
|
+
#
|
59
|
+
# @note Stability Level: development
|
60
|
+
NODEJS_EVENTLOOP_DELAY_P90 = 'nodejs.eventloop.delay.p90'
|
61
|
+
|
62
|
+
# Event loop 99 percentile delay.
|
63
|
+
#
|
64
|
+
# Value can be retrieved from value `histogram.percentile(99)` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
65
|
+
#
|
66
|
+
# @note Stability Level: development
|
67
|
+
NODEJS_EVENTLOOP_DELAY_P99 = 'nodejs.eventloop.delay.p99'
|
68
|
+
|
69
|
+
# Event loop standard deviation delay.
|
70
|
+
#
|
71
|
+
# Value can be retrieved from value `histogram.stddev` of [`perf_hooks.monitorEventLoopDelay([options])`](https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions)
|
72
|
+
#
|
73
|
+
# @note Stability Level: development
|
74
|
+
NODEJS_EVENTLOOP_DELAY_STDDEV = 'nodejs.eventloop.delay.stddev'
|
75
|
+
|
76
|
+
# Cumulative duration of time the event loop has been in each state.
|
77
|
+
#
|
78
|
+
# Value can be retrieved from [`performance.eventLoopUtilization([utilization1[, utilization2]])`](https://nodejs.org/api/perf_hooks.html#performanceeventlooputilizationutilization1-utilization2)
|
79
|
+
#
|
80
|
+
# @note Stability Level: development
|
81
|
+
NODEJS_EVENTLOOP_TIME = 'nodejs.eventloop.time'
|
82
|
+
|
83
|
+
# Event loop utilization.
|
84
|
+
#
|
85
|
+
# The value range is [0.0, 1.0] and can be retrieved from [`performance.eventLoopUtilization([utilization1[, utilization2]])`](https://nodejs.org/api/perf_hooks.html#performanceeventlooputilizationutilization1-utilization2)
|
86
|
+
#
|
87
|
+
# @note Stability Level: development
|
88
|
+
NODEJS_EVENTLOOP_UTILIZATION = 'nodejs.eventloop.utilization'
|
89
|
+
|
90
|
+
# @!endgroup
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
94
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
require_relative 'nodejs/attributes'
|
22
|
+
require_relative 'nodejs/metrics'
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module OCI
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known.
|
28
|
+
#
|
29
|
+
# Follows [OCI Image Manifest Specification](https://github.com/opencontainers/image-spec/blob/main/manifest.md), and specifically the [Digest property](https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests).
|
30
|
+
# An example can be found in [Example Image Manifest](https://github.com/opencontainers/image-spec/blob/main/manifest.md#example-image-manifest).
|
31
|
+
#
|
32
|
+
# @note Stability Level: development
|
33
|
+
#
|
34
|
+
# @example Sample Values
|
35
|
+
# sha256:e4ca62c0d62f3e886e684806dfe9d4e0cda60d54986898173c1083856cfda0f4
|
36
|
+
#
|
37
|
+
OCI_MANIFEST_DIGEST = 'oci.manifest.digest'
|
38
|
+
|
39
|
+
# @!endgroup
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
require_relative 'oci/attributes'
|