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,404 @@
|
|
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 GEN_AI
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Free-form description of the GenAI agent provided by the application.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# Helps with math problems
|
33
|
+
# Generates fiction stories
|
34
|
+
#
|
35
|
+
GEN_AI_AGENT_DESCRIPTION = 'gen_ai.agent.description'
|
36
|
+
|
37
|
+
# The unique identifier of the GenAI agent.
|
38
|
+
#
|
39
|
+
# @note Stability Level: development
|
40
|
+
#
|
41
|
+
# @example Sample Values
|
42
|
+
# asst_5j66UpCpwteGg4YSxUnt7lPY
|
43
|
+
#
|
44
|
+
GEN_AI_AGENT_ID = 'gen_ai.agent.id'
|
45
|
+
|
46
|
+
# Human-readable name of the GenAI agent provided by the application.
|
47
|
+
#
|
48
|
+
# @note Stability Level: development
|
49
|
+
#
|
50
|
+
# @example Sample Values
|
51
|
+
# Math Tutor
|
52
|
+
# Fiction Writer
|
53
|
+
#
|
54
|
+
GEN_AI_AGENT_NAME = 'gen_ai.agent.name'
|
55
|
+
|
56
|
+
# Deprecated, use Event API to report completions contents.
|
57
|
+
#
|
58
|
+
# @note Stability Level: development
|
59
|
+
#
|
60
|
+
# @example Sample Values
|
61
|
+
# [{'role': 'assistant', 'content': 'The capital of France is Paris.'}]
|
62
|
+
#
|
63
|
+
# @deprecated {"note": "Removed, no replacement at this time.", "reason": "obsoleted"}
|
64
|
+
GEN_AI_COMPLETION = 'gen_ai.completion'
|
65
|
+
|
66
|
+
# The unique identifier for a conversation (session, thread), used to store and correlate messages within this conversation.
|
67
|
+
#
|
68
|
+
# @note Stability Level: development
|
69
|
+
#
|
70
|
+
# @example Sample Values
|
71
|
+
# conv_5j66UpCpwteGg4YSxUnt7lPY
|
72
|
+
#
|
73
|
+
GEN_AI_CONVERSATION_ID = 'gen_ai.conversation.id'
|
74
|
+
|
75
|
+
# The data source identifier.
|
76
|
+
#
|
77
|
+
# Data sources are used by AI agents and RAG applications to store grounding data. A data source may be an external database, object store, document collection, website, or any other storage system used by the GenAI agent or application. The `gen_ai.data_source.id` SHOULD match the identifier used by the GenAI system rather than a name specific to the external storage, such as a database or object store. Semantic conventions referencing `gen_ai.data_source.id` MAY also leverage additional attributes, such as `db.*`, to further identify and describe the data source.
|
78
|
+
#
|
79
|
+
# @note Stability Level: development
|
80
|
+
#
|
81
|
+
# @example Sample Values
|
82
|
+
# H7STPQYOND
|
83
|
+
#
|
84
|
+
GEN_AI_DATA_SOURCE_ID = 'gen_ai.data_source.id'
|
85
|
+
|
86
|
+
# Deprecated, use `gen_ai.output.type`.
|
87
|
+
#
|
88
|
+
# @note Stability Level: development
|
89
|
+
# @deprecated {"note": "Replaced by `gen_ai.output.type`.", "reason": "renamed", "renamed_to": "gen_ai.output.type"}
|
90
|
+
GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT = 'gen_ai.openai.request.response_format'
|
91
|
+
|
92
|
+
# Deprecated, use `gen_ai.request.seed`.
|
93
|
+
#
|
94
|
+
# @note Stability Level: development
|
95
|
+
#
|
96
|
+
# @example Sample Values
|
97
|
+
# 100
|
98
|
+
#
|
99
|
+
# @deprecated {"note": "Replaced by `gen_ai.request.seed`.", "reason": "renamed", "renamed_to": "gen_ai.request.seed"}
|
100
|
+
GEN_AI_OPENAI_REQUEST_SEED = 'gen_ai.openai.request.seed'
|
101
|
+
|
102
|
+
# The service tier requested. May be a specific tier, default, or auto.
|
103
|
+
#
|
104
|
+
# @note Stability Level: development
|
105
|
+
#
|
106
|
+
# @example Sample Values
|
107
|
+
# auto
|
108
|
+
# default
|
109
|
+
#
|
110
|
+
GEN_AI_OPENAI_REQUEST_SERVICE_TIER = 'gen_ai.openai.request.service_tier'
|
111
|
+
|
112
|
+
# The service tier used for the response.
|
113
|
+
#
|
114
|
+
# @note Stability Level: development
|
115
|
+
#
|
116
|
+
# @example Sample Values
|
117
|
+
# scale
|
118
|
+
# default
|
119
|
+
#
|
120
|
+
GEN_AI_OPENAI_RESPONSE_SERVICE_TIER = 'gen_ai.openai.response.service_tier'
|
121
|
+
|
122
|
+
# A fingerprint to track any eventual change in the Generative AI environment.
|
123
|
+
#
|
124
|
+
# @note Stability Level: development
|
125
|
+
#
|
126
|
+
# @example Sample Values
|
127
|
+
# fp_44709d6fcb
|
128
|
+
#
|
129
|
+
GEN_AI_OPENAI_RESPONSE_SYSTEM_FINGERPRINT = 'gen_ai.openai.response.system_fingerprint'
|
130
|
+
|
131
|
+
# The name of the operation being performed.
|
132
|
+
#
|
133
|
+
# If one of the predefined values applies, but specific system uses a different name it's RECOMMENDED to document it in the semantic conventions for specific GenAI system and use system-specific name in the instrumentation. If a different name is not documented, instrumentation libraries SHOULD use applicable predefined value.
|
134
|
+
#
|
135
|
+
# @note Stability Level: development
|
136
|
+
GEN_AI_OPERATION_NAME = 'gen_ai.operation.name'
|
137
|
+
|
138
|
+
# Represents the content type requested by the client.
|
139
|
+
#
|
140
|
+
# This attribute SHOULD be used when the client requests output of a specific type. The model may return zero or more outputs of this type.
|
141
|
+
# This attribute specifies the output modality and not the actual output format. For example, if an image is requested, the actual output could be a URL pointing to an image file.
|
142
|
+
# Additional output format details may be recorded in the future in the `gen_ai.output.{type}.*` attributes.
|
143
|
+
#
|
144
|
+
# @note Stability Level: development
|
145
|
+
GEN_AI_OUTPUT_TYPE = 'gen_ai.output.type'
|
146
|
+
|
147
|
+
# Deprecated, use Event API to report prompt contents.
|
148
|
+
#
|
149
|
+
# @note Stability Level: development
|
150
|
+
#
|
151
|
+
# @example Sample Values
|
152
|
+
# [{'role': 'user', 'content': 'What is the capital of France?'}]
|
153
|
+
#
|
154
|
+
# @deprecated {"note": "Removed, no replacement at this time.", "reason": "obsoleted"}
|
155
|
+
GEN_AI_PROMPT = 'gen_ai.prompt'
|
156
|
+
|
157
|
+
# The target number of candidate completions to return.
|
158
|
+
#
|
159
|
+
# @note Stability Level: development
|
160
|
+
#
|
161
|
+
# @example Sample Values
|
162
|
+
# 3
|
163
|
+
#
|
164
|
+
GEN_AI_REQUEST_CHOICE_COUNT = 'gen_ai.request.choice.count'
|
165
|
+
|
166
|
+
# The encoding formats requested in an embeddings operation, if specified.
|
167
|
+
#
|
168
|
+
# In some GenAI systems the encoding formats are called embedding types. Also, some GenAI systems only accept a single format per request.
|
169
|
+
#
|
170
|
+
# @note Stability Level: development
|
171
|
+
#
|
172
|
+
# @example Sample Values
|
173
|
+
# ["base64"]
|
174
|
+
# ["float", "binary"]
|
175
|
+
#
|
176
|
+
GEN_AI_REQUEST_ENCODING_FORMATS = 'gen_ai.request.encoding_formats'
|
177
|
+
|
178
|
+
# The frequency penalty setting for the GenAI request.
|
179
|
+
#
|
180
|
+
# @note Stability Level: development
|
181
|
+
#
|
182
|
+
# @example Sample Values
|
183
|
+
# 0.1
|
184
|
+
#
|
185
|
+
GEN_AI_REQUEST_FREQUENCY_PENALTY = 'gen_ai.request.frequency_penalty'
|
186
|
+
|
187
|
+
# The maximum number of tokens the model generates for a request.
|
188
|
+
#
|
189
|
+
# @note Stability Level: development
|
190
|
+
#
|
191
|
+
# @example Sample Values
|
192
|
+
# 100
|
193
|
+
#
|
194
|
+
GEN_AI_REQUEST_MAX_TOKENS = 'gen_ai.request.max_tokens'
|
195
|
+
|
196
|
+
# The name of the GenAI model a request is being made to.
|
197
|
+
#
|
198
|
+
# @note Stability Level: development
|
199
|
+
#
|
200
|
+
# @example Sample Values
|
201
|
+
# gpt-4
|
202
|
+
#
|
203
|
+
GEN_AI_REQUEST_MODEL = 'gen_ai.request.model'
|
204
|
+
|
205
|
+
# The presence penalty setting for the GenAI request.
|
206
|
+
#
|
207
|
+
# @note Stability Level: development
|
208
|
+
#
|
209
|
+
# @example Sample Values
|
210
|
+
# 0.1
|
211
|
+
#
|
212
|
+
GEN_AI_REQUEST_PRESENCE_PENALTY = 'gen_ai.request.presence_penalty'
|
213
|
+
|
214
|
+
# Requests with same seed value more likely to return same result.
|
215
|
+
#
|
216
|
+
# @note Stability Level: development
|
217
|
+
#
|
218
|
+
# @example Sample Values
|
219
|
+
# 100
|
220
|
+
#
|
221
|
+
GEN_AI_REQUEST_SEED = 'gen_ai.request.seed'
|
222
|
+
|
223
|
+
# List of sequences that the model will use to stop generating further tokens.
|
224
|
+
#
|
225
|
+
# @note Stability Level: development
|
226
|
+
#
|
227
|
+
# @example Sample Values
|
228
|
+
# ["forest", "lived"]
|
229
|
+
#
|
230
|
+
GEN_AI_REQUEST_STOP_SEQUENCES = 'gen_ai.request.stop_sequences'
|
231
|
+
|
232
|
+
# The temperature setting for the GenAI request.
|
233
|
+
#
|
234
|
+
# @note Stability Level: development
|
235
|
+
#
|
236
|
+
# @example Sample Values
|
237
|
+
# 0.0
|
238
|
+
#
|
239
|
+
GEN_AI_REQUEST_TEMPERATURE = 'gen_ai.request.temperature'
|
240
|
+
|
241
|
+
# The top_k sampling setting for the GenAI request.
|
242
|
+
#
|
243
|
+
# @note Stability Level: development
|
244
|
+
#
|
245
|
+
# @example Sample Values
|
246
|
+
# 1.0
|
247
|
+
#
|
248
|
+
GEN_AI_REQUEST_TOP_K = 'gen_ai.request.top_k'
|
249
|
+
|
250
|
+
# The top_p sampling setting for the GenAI request.
|
251
|
+
#
|
252
|
+
# @note Stability Level: development
|
253
|
+
#
|
254
|
+
# @example Sample Values
|
255
|
+
# 1.0
|
256
|
+
#
|
257
|
+
GEN_AI_REQUEST_TOP_P = 'gen_ai.request.top_p'
|
258
|
+
|
259
|
+
# Array of reasons the model stopped generating tokens, corresponding to each generation received.
|
260
|
+
#
|
261
|
+
# @note Stability Level: development
|
262
|
+
#
|
263
|
+
# @example Sample Values
|
264
|
+
# ["stop"]
|
265
|
+
# ["stop", "length"]
|
266
|
+
#
|
267
|
+
GEN_AI_RESPONSE_FINISH_REASONS = 'gen_ai.response.finish_reasons'
|
268
|
+
|
269
|
+
# The unique identifier for the completion.
|
270
|
+
#
|
271
|
+
# @note Stability Level: development
|
272
|
+
#
|
273
|
+
# @example Sample Values
|
274
|
+
# chatcmpl-123
|
275
|
+
#
|
276
|
+
GEN_AI_RESPONSE_ID = 'gen_ai.response.id'
|
277
|
+
|
278
|
+
# The name of the model that generated the response.
|
279
|
+
#
|
280
|
+
# @note Stability Level: development
|
281
|
+
#
|
282
|
+
# @example Sample Values
|
283
|
+
# gpt-4-0613
|
284
|
+
#
|
285
|
+
GEN_AI_RESPONSE_MODEL = 'gen_ai.response.model'
|
286
|
+
|
287
|
+
# The Generative AI product as identified by the client or server instrumentation.
|
288
|
+
#
|
289
|
+
# The `gen_ai.system` describes a family of GenAI models with specific model identified
|
290
|
+
# by `gen_ai.request.model` and `gen_ai.response.model` attributes.
|
291
|
+
#
|
292
|
+
# The actual GenAI product may differ from the one identified by the client.
|
293
|
+
# Multiple systems, including Azure OpenAI and Gemini, are accessible by OpenAI client
|
294
|
+
# libraries. In such cases, the `gen_ai.system` is set to `openai` based on the
|
295
|
+
# instrumentation's best knowledge, instead of the actual system. The `server.address`
|
296
|
+
# attribute may help identify the actual system in use for `openai`.
|
297
|
+
#
|
298
|
+
# For custom model, a custom friendly name SHOULD be used.
|
299
|
+
# If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
|
300
|
+
#
|
301
|
+
# @note Stability Level: development
|
302
|
+
#
|
303
|
+
# @example Sample Values
|
304
|
+
# openai
|
305
|
+
#
|
306
|
+
GEN_AI_SYSTEM = 'gen_ai.system'
|
307
|
+
|
308
|
+
# The type of token being counted.
|
309
|
+
#
|
310
|
+
# @note Stability Level: development
|
311
|
+
#
|
312
|
+
# @example Sample Values
|
313
|
+
# input
|
314
|
+
# output
|
315
|
+
#
|
316
|
+
GEN_AI_TOKEN_TYPE = 'gen_ai.token.type'
|
317
|
+
|
318
|
+
# The tool call identifier.
|
319
|
+
#
|
320
|
+
# @note Stability Level: development
|
321
|
+
#
|
322
|
+
# @example Sample Values
|
323
|
+
# call_mszuSIzqtI65i1wAUOE8w5H4
|
324
|
+
#
|
325
|
+
GEN_AI_TOOL_CALL_ID = 'gen_ai.tool.call.id'
|
326
|
+
|
327
|
+
# The tool description.
|
328
|
+
#
|
329
|
+
# @note Stability Level: development
|
330
|
+
#
|
331
|
+
# @example Sample Values
|
332
|
+
# Multiply two numbers
|
333
|
+
#
|
334
|
+
GEN_AI_TOOL_DESCRIPTION = 'gen_ai.tool.description'
|
335
|
+
|
336
|
+
# Name of the tool utilized by the agent.
|
337
|
+
#
|
338
|
+
# @note Stability Level: development
|
339
|
+
#
|
340
|
+
# @example Sample Values
|
341
|
+
# Flights
|
342
|
+
#
|
343
|
+
GEN_AI_TOOL_NAME = 'gen_ai.tool.name'
|
344
|
+
|
345
|
+
# Type of the tool utilized by the agent
|
346
|
+
#
|
347
|
+
# Extension: A tool executed on the agent-side to directly call external APIs, bridging the gap between the agent and real-world systems.
|
348
|
+
# Agent-side operations involve actions that are performed by the agent on the server or within the agent's controlled environment.
|
349
|
+
# Function: A tool executed on the client-side, where the agent generates parameters for a predefined function, and the client executes the logic.
|
350
|
+
# Client-side operations are actions taken on the user's end or within the client application.
|
351
|
+
# Datastore: A tool used by the agent to access and query structured or unstructured external data for retrieval-augmented tasks or knowledge updates.
|
352
|
+
#
|
353
|
+
# @note Stability Level: development
|
354
|
+
#
|
355
|
+
# @example Sample Values
|
356
|
+
# function
|
357
|
+
# extension
|
358
|
+
# datastore
|
359
|
+
#
|
360
|
+
GEN_AI_TOOL_TYPE = 'gen_ai.tool.type'
|
361
|
+
|
362
|
+
# Deprecated, use `gen_ai.usage.output_tokens` instead.
|
363
|
+
#
|
364
|
+
# @note Stability Level: development
|
365
|
+
#
|
366
|
+
# @example Sample Values
|
367
|
+
# 42
|
368
|
+
#
|
369
|
+
# @deprecated {"note": "Replaced by `gen_ai.usage.output_tokens`.", "reason": "renamed", "renamed_to": "gen_ai.usage.output_tokens"}
|
370
|
+
GEN_AI_USAGE_COMPLETION_TOKENS = 'gen_ai.usage.completion_tokens'
|
371
|
+
|
372
|
+
# The number of tokens used in the GenAI input (prompt).
|
373
|
+
#
|
374
|
+
# @note Stability Level: development
|
375
|
+
#
|
376
|
+
# @example Sample Values
|
377
|
+
# 100
|
378
|
+
#
|
379
|
+
GEN_AI_USAGE_INPUT_TOKENS = 'gen_ai.usage.input_tokens'
|
380
|
+
|
381
|
+
# The number of tokens used in the GenAI response (completion).
|
382
|
+
#
|
383
|
+
# @note Stability Level: development
|
384
|
+
#
|
385
|
+
# @example Sample Values
|
386
|
+
# 180
|
387
|
+
#
|
388
|
+
GEN_AI_USAGE_OUTPUT_TOKENS = 'gen_ai.usage.output_tokens'
|
389
|
+
|
390
|
+
# Deprecated, use `gen_ai.usage.input_tokens` instead.
|
391
|
+
#
|
392
|
+
# @note Stability Level: development
|
393
|
+
#
|
394
|
+
# @example Sample Values
|
395
|
+
# 42
|
396
|
+
#
|
397
|
+
# @deprecated {"note": "Replaced by `gen_ai.usage.input_tokens`.", "reason": "renamed", "renamed_to": "gen_ai.usage.input_tokens"}
|
398
|
+
GEN_AI_USAGE_PROMPT_TOKENS = 'gen_ai.usage.prompt_tokens'
|
399
|
+
|
400
|
+
# @!endgroup
|
401
|
+
end
|
402
|
+
end
|
403
|
+
end
|
404
|
+
end
|
@@ -0,0 +1,56 @@
|
|
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 GEN_AI
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# GenAI operation duration
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
GEN_AI_CLIENT_OPERATION_DURATION = 'gen_ai.client.operation.duration'
|
31
|
+
|
32
|
+
# Measures number of input and output tokens used
|
33
|
+
#
|
34
|
+
# @note Stability Level: development
|
35
|
+
GEN_AI_CLIENT_TOKEN_USAGE = 'gen_ai.client.token.usage'
|
36
|
+
|
37
|
+
# Generative AI server request duration such as time-to-last byte or last output token
|
38
|
+
#
|
39
|
+
# @note Stability Level: development
|
40
|
+
GEN_AI_SERVER_REQUEST_DURATION = 'gen_ai.server.request.duration'
|
41
|
+
|
42
|
+
# Time per output token generated after the first token for successful responses
|
43
|
+
#
|
44
|
+
# @note Stability Level: development
|
45
|
+
GEN_AI_SERVER_TIME_PER_OUTPUT_TOKEN = 'gen_ai.server.time_per_output_token'
|
46
|
+
|
47
|
+
# Time to generate first token for successful responses
|
48
|
+
#
|
49
|
+
# @note Stability Level: development
|
50
|
+
GEN_AI_SERVER_TIME_TO_FIRST_TOKEN = 'gen_ai.server.time_to_first_token'
|
51
|
+
|
52
|
+
# @!endgroup
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
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 'gen_ai/attributes'
|
22
|
+
require_relative 'gen_ai/metrics'
|
@@ -0,0 +1,91 @@
|
|
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 GEO
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Two-letter code representing continent’s name.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
GEO_CONTINENT_CODE = 'geo.continent.code'
|
31
|
+
|
32
|
+
# Two-letter ISO Country Code ([ISO 3166-1 alpha2](https://wikipedia.org/wiki/ISO_3166-1#Codes)).
|
33
|
+
#
|
34
|
+
# @note Stability Level: development
|
35
|
+
#
|
36
|
+
# @example Sample Values
|
37
|
+
# CA
|
38
|
+
#
|
39
|
+
GEO_COUNTRY_ISO_CODE = 'geo.country.iso_code'
|
40
|
+
|
41
|
+
# Locality name. Represents the name of a city, town, village, or similar populated place.
|
42
|
+
#
|
43
|
+
# @note Stability Level: development
|
44
|
+
#
|
45
|
+
# @example Sample Values
|
46
|
+
# Montreal
|
47
|
+
# Berlin
|
48
|
+
#
|
49
|
+
GEO_LOCALITY_NAME = 'geo.locality.name'
|
50
|
+
|
51
|
+
# Latitude of the geo location in [WGS84](https://wikipedia.org/wiki/World_Geodetic_System#WGS84).
|
52
|
+
#
|
53
|
+
# @note Stability Level: development
|
54
|
+
#
|
55
|
+
# @example Sample Values
|
56
|
+
# 45.505918
|
57
|
+
#
|
58
|
+
GEO_LOCATION_LAT = 'geo.location.lat'
|
59
|
+
|
60
|
+
# Longitude of the geo location in [WGS84](https://wikipedia.org/wiki/World_Geodetic_System#WGS84).
|
61
|
+
#
|
62
|
+
# @note Stability Level: development
|
63
|
+
#
|
64
|
+
# @example Sample Values
|
65
|
+
# -73.61483
|
66
|
+
#
|
67
|
+
GEO_LOCATION_LON = 'geo.location.lon'
|
68
|
+
|
69
|
+
# Postal code associated with the location. Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
|
70
|
+
#
|
71
|
+
# @note Stability Level: development
|
72
|
+
#
|
73
|
+
# @example Sample Values
|
74
|
+
# 94040
|
75
|
+
#
|
76
|
+
GEO_POSTAL_CODE = 'geo.postal_code'
|
77
|
+
|
78
|
+
# Region ISO code ([ISO 3166-2](https://wikipedia.org/wiki/ISO_3166-2)).
|
79
|
+
#
|
80
|
+
# @note Stability Level: development
|
81
|
+
#
|
82
|
+
# @example Sample Values
|
83
|
+
# CA-QC
|
84
|
+
#
|
85
|
+
GEO_REGION_ISO_CODE = 'geo.region.iso_code'
|
86
|
+
|
87
|
+
# @!endgroup
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
91
|
+
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 'geo/attributes'
|
@@ -0,0 +1,41 @@
|
|
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 GO
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The type of memory.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# other
|
33
|
+
# stack
|
34
|
+
#
|
35
|
+
GO_MEMORY_TYPE = 'go.memory.type'
|
36
|
+
|
37
|
+
# @!endgroup
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|