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,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 'system/attributes'
|
22
|
+
require_relative 'system/metrics'
|
@@ -0,0 +1,88 @@
|
|
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 TELEMETRY
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The name of the auto instrumentation agent or distribution, if used.
|
28
|
+
#
|
29
|
+
# Official auto instrumentation agents and distributions SHOULD set the `telemetry.distro.name` attribute to
|
30
|
+
# a string starting with `opentelemetry-`, e.g. `opentelemetry-java-instrumentation`.
|
31
|
+
#
|
32
|
+
# @note Stability Level: development
|
33
|
+
#
|
34
|
+
# @example Sample Values
|
35
|
+
# parts-unlimited-java
|
36
|
+
#
|
37
|
+
TELEMETRY_DISTRO_NAME = 'telemetry.distro.name'
|
38
|
+
|
39
|
+
# The version string of the auto instrumentation agent or distribution, if used.
|
40
|
+
#
|
41
|
+
# @note Stability Level: development
|
42
|
+
#
|
43
|
+
# @example Sample Values
|
44
|
+
# 1.2.3
|
45
|
+
#
|
46
|
+
TELEMETRY_DISTRO_VERSION = 'telemetry.distro.version'
|
47
|
+
|
48
|
+
# The language of the telemetry SDK.
|
49
|
+
#
|
50
|
+
# @note Stability Level: stable
|
51
|
+
#
|
52
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::TELEMETRY::TELEMETRY_SDK_LANGUAGE}.
|
53
|
+
TELEMETRY_SDK_LANGUAGE = 'telemetry.sdk.language'
|
54
|
+
|
55
|
+
# The name of the telemetry SDK as defined above.
|
56
|
+
#
|
57
|
+
# The OpenTelemetry SDK MUST set the `telemetry.sdk.name` attribute to `opentelemetry`.
|
58
|
+
# If another SDK, like a fork or a vendor-provided implementation, is used, this SDK MUST set the
|
59
|
+
# `telemetry.sdk.name` attribute to the fully-qualified class or module name of this SDK's main entry point
|
60
|
+
# or another suitable identifier depending on the language.
|
61
|
+
# The identifier `opentelemetry` is reserved and MUST NOT be used in this case.
|
62
|
+
# All custom identifiers SHOULD be stable across different versions of an implementation.
|
63
|
+
#
|
64
|
+
# @note Stability Level: stable
|
65
|
+
#
|
66
|
+
# @example Sample Values
|
67
|
+
# opentelemetry
|
68
|
+
#
|
69
|
+
#
|
70
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::TELEMETRY::TELEMETRY_SDK_NAME}.
|
71
|
+
TELEMETRY_SDK_NAME = 'telemetry.sdk.name'
|
72
|
+
|
73
|
+
# The version string of the telemetry SDK.
|
74
|
+
#
|
75
|
+
# @note Stability Level: stable
|
76
|
+
#
|
77
|
+
# @example Sample Values
|
78
|
+
# 1.2.3
|
79
|
+
#
|
80
|
+
#
|
81
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::TELEMETRY::TELEMETRY_SDK_VERSION}.
|
82
|
+
TELEMETRY_SDK_VERSION = 'telemetry.sdk.version'
|
83
|
+
|
84
|
+
# @!endgroup
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
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 'telemetry/attributes'
|
@@ -0,0 +1,75 @@
|
|
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 TEST
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The fully qualified human readable name of the [test case](https://wikipedia.org/wiki/Test_case).
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# org.example.TestCase1.test1
|
33
|
+
# example/tests/TestCase1.test1
|
34
|
+
# ExampleTestCase1_test1
|
35
|
+
#
|
36
|
+
TEST_CASE_NAME = 'test.case.name'
|
37
|
+
|
38
|
+
# The status of the actual test case result from test execution.
|
39
|
+
#
|
40
|
+
# @note Stability Level: development
|
41
|
+
#
|
42
|
+
# @example Sample Values
|
43
|
+
# pass
|
44
|
+
# fail
|
45
|
+
#
|
46
|
+
TEST_CASE_RESULT_STATUS = 'test.case.result.status'
|
47
|
+
|
48
|
+
# The human readable name of a [test suite](https://wikipedia.org/wiki/Test_suite).
|
49
|
+
#
|
50
|
+
# @note Stability Level: development
|
51
|
+
#
|
52
|
+
# @example Sample Values
|
53
|
+
# TestSuite1
|
54
|
+
#
|
55
|
+
TEST_SUITE_NAME = 'test.suite.name'
|
56
|
+
|
57
|
+
# The status of the test suite run.
|
58
|
+
#
|
59
|
+
# @note Stability Level: development
|
60
|
+
#
|
61
|
+
# @example Sample Values
|
62
|
+
# success
|
63
|
+
# failure
|
64
|
+
# skipped
|
65
|
+
# aborted
|
66
|
+
# timed_out
|
67
|
+
# in_progress
|
68
|
+
#
|
69
|
+
TEST_SUITE_RUN_STATUS = 'test.suite.run.status'
|
70
|
+
|
71
|
+
# @!endgroup
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|
75
|
+
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 'test/attributes'
|
@@ -0,0 +1,49 @@
|
|
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 THREAD
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Current "managed" thread ID (as opposed to OS thread ID).
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# 42
|
33
|
+
#
|
34
|
+
THREAD_ID = 'thread.id'
|
35
|
+
|
36
|
+
# Current thread name.
|
37
|
+
#
|
38
|
+
# @note Stability Level: development
|
39
|
+
#
|
40
|
+
# @example Sample Values
|
41
|
+
# main
|
42
|
+
#
|
43
|
+
THREAD_NAME = 'thread.name'
|
44
|
+
|
45
|
+
# @!endgroup
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
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 'thread/attributes'
|
@@ -0,0 +1,293 @@
|
|
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 TLS
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# String indicating the [cipher](https://datatracker.ietf.org/doc/html/rfc5246#appendix-A.5) used during the current connection.
|
28
|
+
#
|
29
|
+
# The values allowed for `tls.cipher` MUST be one of the `Descriptions` of the [registered TLS Cipher Suits](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#table-tls-parameters-4).
|
30
|
+
#
|
31
|
+
# @note Stability Level: development
|
32
|
+
#
|
33
|
+
# @example Sample Values
|
34
|
+
# TLS_RSA_WITH_3DES_EDE_CBC_SHA
|
35
|
+
# TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
|
36
|
+
#
|
37
|
+
TLS_CIPHER = 'tls.cipher'
|
38
|
+
|
39
|
+
# PEM-encoded stand-alone certificate offered by the client. This is usually mutually-exclusive of `client.certificate_chain` since this value also exists in that list.
|
40
|
+
#
|
41
|
+
# @note Stability Level: development
|
42
|
+
#
|
43
|
+
# @example Sample Values
|
44
|
+
# MII...
|
45
|
+
#
|
46
|
+
TLS_CLIENT_CERTIFICATE = 'tls.client.certificate'
|
47
|
+
|
48
|
+
# Array of PEM-encoded certificates that make up the certificate chain offered by the client. This is usually mutually-exclusive of `client.certificate` since that value should be the first certificate in the chain.
|
49
|
+
#
|
50
|
+
# @note Stability Level: development
|
51
|
+
#
|
52
|
+
# @example Sample Values
|
53
|
+
# ["MII...", "MI..."]
|
54
|
+
#
|
55
|
+
TLS_CLIENT_CERTIFICATE_CHAIN = 'tls.client.certificate_chain'
|
56
|
+
|
57
|
+
# Certificate fingerprint using the MD5 digest of DER-encoded version of certificate offered by the client. For consistency with other hash values, this value should be formatted as an uppercase hash.
|
58
|
+
#
|
59
|
+
# @note Stability Level: development
|
60
|
+
#
|
61
|
+
# @example Sample Values
|
62
|
+
# 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC
|
63
|
+
#
|
64
|
+
TLS_CLIENT_HASH_MD5 = 'tls.client.hash.md5'
|
65
|
+
|
66
|
+
# Certificate fingerprint using the SHA1 digest of DER-encoded version of certificate offered by the client. For consistency with other hash values, this value should be formatted as an uppercase hash.
|
67
|
+
#
|
68
|
+
# @note Stability Level: development
|
69
|
+
#
|
70
|
+
# @example Sample Values
|
71
|
+
# 9E393D93138888D288266C2D915214D1D1CCEB2A
|
72
|
+
#
|
73
|
+
TLS_CLIENT_HASH_SHA1 = 'tls.client.hash.sha1'
|
74
|
+
|
75
|
+
# Certificate fingerprint using the SHA256 digest of DER-encoded version of certificate offered by the client. For consistency with other hash values, this value should be formatted as an uppercase hash.
|
76
|
+
#
|
77
|
+
# @note Stability Level: development
|
78
|
+
#
|
79
|
+
# @example Sample Values
|
80
|
+
# 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0
|
81
|
+
#
|
82
|
+
TLS_CLIENT_HASH_SHA256 = 'tls.client.hash.sha256'
|
83
|
+
|
84
|
+
# Distinguished name of [subject](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6) of the issuer of the x.509 certificate presented by the client.
|
85
|
+
#
|
86
|
+
# @note Stability Level: development
|
87
|
+
#
|
88
|
+
# @example Sample Values
|
89
|
+
# CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com
|
90
|
+
#
|
91
|
+
TLS_CLIENT_ISSUER = 'tls.client.issuer'
|
92
|
+
|
93
|
+
# A hash that identifies clients based on how they perform an SSL/TLS handshake.
|
94
|
+
#
|
95
|
+
# @note Stability Level: development
|
96
|
+
#
|
97
|
+
# @example Sample Values
|
98
|
+
# d4e5b18d6b55c71272893221c96ba240
|
99
|
+
#
|
100
|
+
TLS_CLIENT_JA3 = 'tls.client.ja3'
|
101
|
+
|
102
|
+
# Date/Time indicating when client certificate is no longer considered valid.
|
103
|
+
#
|
104
|
+
# @note Stability Level: development
|
105
|
+
#
|
106
|
+
# @example Sample Values
|
107
|
+
# 2021-01-01T00:00:00.000Z
|
108
|
+
#
|
109
|
+
TLS_CLIENT_NOT_AFTER = 'tls.client.not_after'
|
110
|
+
|
111
|
+
# Date/Time indicating when client certificate is first considered valid.
|
112
|
+
#
|
113
|
+
# @note Stability Level: development
|
114
|
+
#
|
115
|
+
# @example Sample Values
|
116
|
+
# 1970-01-01T00:00:00.000Z
|
117
|
+
#
|
118
|
+
TLS_CLIENT_NOT_BEFORE = 'tls.client.not_before'
|
119
|
+
|
120
|
+
# Deprecated, use `server.address` instead.
|
121
|
+
#
|
122
|
+
# @note Stability Level: development
|
123
|
+
#
|
124
|
+
# @example Sample Values
|
125
|
+
# opentelemetry.io
|
126
|
+
#
|
127
|
+
# @deprecated {"note": "Replaced by `server.address`.", "reason": "renamed", "renamed_to": "server.address"}
|
128
|
+
TLS_CLIENT_SERVER_NAME = 'tls.client.server_name'
|
129
|
+
|
130
|
+
# Distinguished name of subject of the x.509 certificate presented by the client.
|
131
|
+
#
|
132
|
+
# @note Stability Level: development
|
133
|
+
#
|
134
|
+
# @example Sample Values
|
135
|
+
# CN=myclient, OU=Documentation Team, DC=example, DC=com
|
136
|
+
#
|
137
|
+
TLS_CLIENT_SUBJECT = 'tls.client.subject'
|
138
|
+
|
139
|
+
# Array of ciphers offered by the client during the client hello.
|
140
|
+
#
|
141
|
+
# @note Stability Level: development
|
142
|
+
#
|
143
|
+
# @example Sample Values
|
144
|
+
# ["TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"]
|
145
|
+
#
|
146
|
+
TLS_CLIENT_SUPPORTED_CIPHERS = 'tls.client.supported_ciphers'
|
147
|
+
|
148
|
+
# String indicating the curve used for the given cipher, when applicable
|
149
|
+
#
|
150
|
+
# @note Stability Level: development
|
151
|
+
#
|
152
|
+
# @example Sample Values
|
153
|
+
# secp256r1
|
154
|
+
#
|
155
|
+
TLS_CURVE = 'tls.curve'
|
156
|
+
|
157
|
+
# Boolean flag indicating if the TLS negotiation was successful and transitioned to an encrypted tunnel.
|
158
|
+
#
|
159
|
+
# @note Stability Level: development
|
160
|
+
#
|
161
|
+
# @example Sample Values
|
162
|
+
# true
|
163
|
+
#
|
164
|
+
TLS_ESTABLISHED = 'tls.established'
|
165
|
+
|
166
|
+
# String indicating the protocol being tunneled. Per the values in the [IANA registry](https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids), this string should be lower case.
|
167
|
+
#
|
168
|
+
# @note Stability Level: development
|
169
|
+
#
|
170
|
+
# @example Sample Values
|
171
|
+
# http/1.1
|
172
|
+
#
|
173
|
+
TLS_NEXT_PROTOCOL = 'tls.next_protocol'
|
174
|
+
|
175
|
+
# Normalized lowercase protocol name parsed from original string of the negotiated [SSL/TLS protocol version](https://docs.openssl.org/1.1.1/man3/SSL_get_version/#return-values)
|
176
|
+
#
|
177
|
+
# @note Stability Level: development
|
178
|
+
TLS_PROTOCOL_NAME = 'tls.protocol.name'
|
179
|
+
|
180
|
+
# Numeric part of the version parsed from the original string of the negotiated [SSL/TLS protocol version](https://docs.openssl.org/1.1.1/man3/SSL_get_version/#return-values)
|
181
|
+
#
|
182
|
+
# @note Stability Level: development
|
183
|
+
#
|
184
|
+
# @example Sample Values
|
185
|
+
# 1.2
|
186
|
+
# 3
|
187
|
+
#
|
188
|
+
TLS_PROTOCOL_VERSION = 'tls.protocol.version'
|
189
|
+
|
190
|
+
# Boolean flag indicating if this TLS connection was resumed from an existing TLS negotiation.
|
191
|
+
#
|
192
|
+
# @note Stability Level: development
|
193
|
+
#
|
194
|
+
# @example Sample Values
|
195
|
+
# true
|
196
|
+
#
|
197
|
+
TLS_RESUMED = 'tls.resumed'
|
198
|
+
|
199
|
+
# PEM-encoded stand-alone certificate offered by the server. This is usually mutually-exclusive of `server.certificate_chain` since this value also exists in that list.
|
200
|
+
#
|
201
|
+
# @note Stability Level: development
|
202
|
+
#
|
203
|
+
# @example Sample Values
|
204
|
+
# MII...
|
205
|
+
#
|
206
|
+
TLS_SERVER_CERTIFICATE = 'tls.server.certificate'
|
207
|
+
|
208
|
+
# Array of PEM-encoded certificates that make up the certificate chain offered by the server. This is usually mutually-exclusive of `server.certificate` since that value should be the first certificate in the chain.
|
209
|
+
#
|
210
|
+
# @note Stability Level: development
|
211
|
+
#
|
212
|
+
# @example Sample Values
|
213
|
+
# ["MII...", "MI..."]
|
214
|
+
#
|
215
|
+
TLS_SERVER_CERTIFICATE_CHAIN = 'tls.server.certificate_chain'
|
216
|
+
|
217
|
+
# Certificate fingerprint using the MD5 digest of DER-encoded version of certificate offered by the server. For consistency with other hash values, this value should be formatted as an uppercase hash.
|
218
|
+
#
|
219
|
+
# @note Stability Level: development
|
220
|
+
#
|
221
|
+
# @example Sample Values
|
222
|
+
# 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC
|
223
|
+
#
|
224
|
+
TLS_SERVER_HASH_MD5 = 'tls.server.hash.md5'
|
225
|
+
|
226
|
+
# Certificate fingerprint using the SHA1 digest of DER-encoded version of certificate offered by the server. For consistency with other hash values, this value should be formatted as an uppercase hash.
|
227
|
+
#
|
228
|
+
# @note Stability Level: development
|
229
|
+
#
|
230
|
+
# @example Sample Values
|
231
|
+
# 9E393D93138888D288266C2D915214D1D1CCEB2A
|
232
|
+
#
|
233
|
+
TLS_SERVER_HASH_SHA1 = 'tls.server.hash.sha1'
|
234
|
+
|
235
|
+
# Certificate fingerprint using the SHA256 digest of DER-encoded version of certificate offered by the server. For consistency with other hash values, this value should be formatted as an uppercase hash.
|
236
|
+
#
|
237
|
+
# @note Stability Level: development
|
238
|
+
#
|
239
|
+
# @example Sample Values
|
240
|
+
# 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0
|
241
|
+
#
|
242
|
+
TLS_SERVER_HASH_SHA256 = 'tls.server.hash.sha256'
|
243
|
+
|
244
|
+
# Distinguished name of [subject](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6) of the issuer of the x.509 certificate presented by the client.
|
245
|
+
#
|
246
|
+
# @note Stability Level: development
|
247
|
+
#
|
248
|
+
# @example Sample Values
|
249
|
+
# CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com
|
250
|
+
#
|
251
|
+
TLS_SERVER_ISSUER = 'tls.server.issuer'
|
252
|
+
|
253
|
+
# A hash that identifies servers based on how they perform an SSL/TLS handshake.
|
254
|
+
#
|
255
|
+
# @note Stability Level: development
|
256
|
+
#
|
257
|
+
# @example Sample Values
|
258
|
+
# d4e5b18d6b55c71272893221c96ba240
|
259
|
+
#
|
260
|
+
TLS_SERVER_JA3S = 'tls.server.ja3s'
|
261
|
+
|
262
|
+
# Date/Time indicating when server certificate is no longer considered valid.
|
263
|
+
#
|
264
|
+
# @note Stability Level: development
|
265
|
+
#
|
266
|
+
# @example Sample Values
|
267
|
+
# 2021-01-01T00:00:00.000Z
|
268
|
+
#
|
269
|
+
TLS_SERVER_NOT_AFTER = 'tls.server.not_after'
|
270
|
+
|
271
|
+
# Date/Time indicating when server certificate is first considered valid.
|
272
|
+
#
|
273
|
+
# @note Stability Level: development
|
274
|
+
#
|
275
|
+
# @example Sample Values
|
276
|
+
# 1970-01-01T00:00:00.000Z
|
277
|
+
#
|
278
|
+
TLS_SERVER_NOT_BEFORE = 'tls.server.not_before'
|
279
|
+
|
280
|
+
# Distinguished name of subject of the x.509 certificate presented by the server.
|
281
|
+
#
|
282
|
+
# @note Stability Level: development
|
283
|
+
#
|
284
|
+
# @example Sample Values
|
285
|
+
# CN=myserver, OU=Documentation Team, DC=example, DC=com
|
286
|
+
#
|
287
|
+
TLS_SERVER_SUBJECT = 'tls.server.subject'
|
288
|
+
|
289
|
+
# @!endgroup
|
290
|
+
end
|
291
|
+
end
|
292
|
+
end
|
293
|
+
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 'tls/attributes'
|