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,551 @@
|
|
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 AWS
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The unique identifier of the AWS Bedrock Guardrail. A [guardrail](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) helps safeguard and prevent unwanted behavior from model responses or user messages.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# sgi5gkybzqak
|
33
|
+
#
|
34
|
+
AWS_BEDROCK_GUARDRAIL_ID = 'aws.bedrock.guardrail.id'
|
35
|
+
|
36
|
+
# The unique identifier of the AWS Bedrock Knowledge base. A [knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) is a bank of information that can be queried by models to generate more relevant responses and augment prompts.
|
37
|
+
#
|
38
|
+
# @note Stability Level: development
|
39
|
+
#
|
40
|
+
# @example Sample Values
|
41
|
+
# XFWUPB9PAW
|
42
|
+
#
|
43
|
+
AWS_BEDROCK_KNOWLEDGE_BASE_ID = 'aws.bedrock.knowledge_base.id'
|
44
|
+
|
45
|
+
# The JSON-serialized value of each item in the `AttributeDefinitions` request field.
|
46
|
+
#
|
47
|
+
# @note Stability Level: development
|
48
|
+
#
|
49
|
+
# @example Sample Values
|
50
|
+
# ["{ \"AttributeName\": \"string\", \"AttributeType\": \"string\" }"]
|
51
|
+
#
|
52
|
+
AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS = 'aws.dynamodb.attribute_definitions'
|
53
|
+
|
54
|
+
# The value of the `AttributesToGet` request parameter.
|
55
|
+
#
|
56
|
+
# @note Stability Level: development
|
57
|
+
#
|
58
|
+
# @example Sample Values
|
59
|
+
# ["lives", "id"]
|
60
|
+
#
|
61
|
+
AWS_DYNAMODB_ATTRIBUTES_TO_GET = 'aws.dynamodb.attributes_to_get'
|
62
|
+
|
63
|
+
# The value of the `ConsistentRead` request parameter.
|
64
|
+
#
|
65
|
+
# @note Stability Level: development
|
66
|
+
AWS_DYNAMODB_CONSISTENT_READ = 'aws.dynamodb.consistent_read'
|
67
|
+
|
68
|
+
# The JSON-serialized value of each item in the `ConsumedCapacity` response field.
|
69
|
+
#
|
70
|
+
# @note Stability Level: development
|
71
|
+
#
|
72
|
+
# @example Sample Values
|
73
|
+
# ["{ \"CapacityUnits\": number, \"GlobalSecondaryIndexes\": { \"string\" : { \"CapacityUnits\": number, \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }, \"LocalSecondaryIndexes\": { \"string\" : { \"CapacityUnits\": number, \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }, \"ReadCapacityUnits\": number, \"Table\": { \"CapacityUnits\": number, \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number }, \"TableName\": \"string\", \"WriteCapacityUnits\": number }"]
|
74
|
+
#
|
75
|
+
AWS_DYNAMODB_CONSUMED_CAPACITY = 'aws.dynamodb.consumed_capacity'
|
76
|
+
|
77
|
+
# The value of the `Count` response parameter.
|
78
|
+
#
|
79
|
+
# @note Stability Level: development
|
80
|
+
#
|
81
|
+
# @example Sample Values
|
82
|
+
# 10
|
83
|
+
#
|
84
|
+
AWS_DYNAMODB_COUNT = 'aws.dynamodb.count'
|
85
|
+
|
86
|
+
# The value of the `ExclusiveStartTableName` request parameter.
|
87
|
+
#
|
88
|
+
# @note Stability Level: development
|
89
|
+
#
|
90
|
+
# @example Sample Values
|
91
|
+
# Users
|
92
|
+
# CatsTable
|
93
|
+
#
|
94
|
+
AWS_DYNAMODB_EXCLUSIVE_START_TABLE = 'aws.dynamodb.exclusive_start_table'
|
95
|
+
|
96
|
+
# The JSON-serialized value of each item in the `GlobalSecondaryIndexUpdates` request field.
|
97
|
+
#
|
98
|
+
# @note Stability Level: development
|
99
|
+
#
|
100
|
+
# @example Sample Values
|
101
|
+
# ["{ \"Create\": { \"IndexName\": \"string\", \"KeySchema\": [ { \"AttributeName\": \"string\", \"KeyType\": \"string\" } ], \"Projection\": { \"NonKeyAttributes\": [ \"string\" ], \"ProjectionType\": \"string\" }, \"ProvisionedThroughput\": { \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }"]
|
102
|
+
#
|
103
|
+
AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES = 'aws.dynamodb.global_secondary_index_updates'
|
104
|
+
|
105
|
+
# The JSON-serialized value of each item of the `GlobalSecondaryIndexes` request field
|
106
|
+
#
|
107
|
+
# @note Stability Level: development
|
108
|
+
#
|
109
|
+
# @example Sample Values
|
110
|
+
# ["{ \"IndexName\": \"string\", \"KeySchema\": [ { \"AttributeName\": \"string\", \"KeyType\": \"string\" } ], \"Projection\": { \"NonKeyAttributes\": [ \"string\" ], \"ProjectionType\": \"string\" }, \"ProvisionedThroughput\": { \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }"]
|
111
|
+
#
|
112
|
+
AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES = 'aws.dynamodb.global_secondary_indexes'
|
113
|
+
|
114
|
+
# The value of the `IndexName` request parameter.
|
115
|
+
#
|
116
|
+
# @note Stability Level: development
|
117
|
+
#
|
118
|
+
# @example Sample Values
|
119
|
+
# name_to_group
|
120
|
+
#
|
121
|
+
AWS_DYNAMODB_INDEX_NAME = 'aws.dynamodb.index_name'
|
122
|
+
|
123
|
+
# The JSON-serialized value of the `ItemCollectionMetrics` response field.
|
124
|
+
#
|
125
|
+
# @note Stability Level: development
|
126
|
+
#
|
127
|
+
# @example Sample Values
|
128
|
+
# { "string" : [ { "ItemCollectionKey": { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } }, "SizeEstimateRangeGB": [ number ] } ] }
|
129
|
+
#
|
130
|
+
AWS_DYNAMODB_ITEM_COLLECTION_METRICS = 'aws.dynamodb.item_collection_metrics'
|
131
|
+
|
132
|
+
# The value of the `Limit` request parameter.
|
133
|
+
#
|
134
|
+
# @note Stability Level: development
|
135
|
+
#
|
136
|
+
# @example Sample Values
|
137
|
+
# 10
|
138
|
+
#
|
139
|
+
AWS_DYNAMODB_LIMIT = 'aws.dynamodb.limit'
|
140
|
+
|
141
|
+
# The JSON-serialized value of each item of the `LocalSecondaryIndexes` request field.
|
142
|
+
#
|
143
|
+
# @note Stability Level: development
|
144
|
+
#
|
145
|
+
# @example Sample Values
|
146
|
+
# ["{ \"IndexArn\": \"string\", \"IndexName\": \"string\", \"IndexSizeBytes\": number, \"ItemCount\": number, \"KeySchema\": [ { \"AttributeName\": \"string\", \"KeyType\": \"string\" } ], \"Projection\": { \"NonKeyAttributes\": [ \"string\" ], \"ProjectionType\": \"string\" } }"]
|
147
|
+
#
|
148
|
+
AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES = 'aws.dynamodb.local_secondary_indexes'
|
149
|
+
|
150
|
+
# The value of the `ProjectionExpression` request parameter.
|
151
|
+
#
|
152
|
+
# @note Stability Level: development
|
153
|
+
#
|
154
|
+
# @example Sample Values
|
155
|
+
# Title
|
156
|
+
# Title, Price, Color
|
157
|
+
# Title, Description, RelatedItems, ProductReviews
|
158
|
+
#
|
159
|
+
AWS_DYNAMODB_PROJECTION = 'aws.dynamodb.projection'
|
160
|
+
|
161
|
+
# The value of the `ProvisionedThroughput.ReadCapacityUnits` request parameter.
|
162
|
+
#
|
163
|
+
# @note Stability Level: development
|
164
|
+
#
|
165
|
+
# @example Sample Values
|
166
|
+
# 1.0
|
167
|
+
# 2.0
|
168
|
+
#
|
169
|
+
AWS_DYNAMODB_PROVISIONED_READ_CAPACITY = 'aws.dynamodb.provisioned_read_capacity'
|
170
|
+
|
171
|
+
# The value of the `ProvisionedThroughput.WriteCapacityUnits` request parameter.
|
172
|
+
#
|
173
|
+
# @note Stability Level: development
|
174
|
+
#
|
175
|
+
# @example Sample Values
|
176
|
+
# 1.0
|
177
|
+
# 2.0
|
178
|
+
#
|
179
|
+
AWS_DYNAMODB_PROVISIONED_WRITE_CAPACITY = 'aws.dynamodb.provisioned_write_capacity'
|
180
|
+
|
181
|
+
# The value of the `ScanIndexForward` request parameter.
|
182
|
+
#
|
183
|
+
# @note Stability Level: development
|
184
|
+
AWS_DYNAMODB_SCAN_FORWARD = 'aws.dynamodb.scan_forward'
|
185
|
+
|
186
|
+
# The value of the `ScannedCount` response parameter.
|
187
|
+
#
|
188
|
+
# @note Stability Level: development
|
189
|
+
#
|
190
|
+
# @example Sample Values
|
191
|
+
# 50
|
192
|
+
#
|
193
|
+
AWS_DYNAMODB_SCANNED_COUNT = 'aws.dynamodb.scanned_count'
|
194
|
+
|
195
|
+
# The value of the `Segment` request parameter.
|
196
|
+
#
|
197
|
+
# @note Stability Level: development
|
198
|
+
#
|
199
|
+
# @example Sample Values
|
200
|
+
# 10
|
201
|
+
#
|
202
|
+
AWS_DYNAMODB_SEGMENT = 'aws.dynamodb.segment'
|
203
|
+
|
204
|
+
# The value of the `Select` request parameter.
|
205
|
+
#
|
206
|
+
# @note Stability Level: development
|
207
|
+
#
|
208
|
+
# @example Sample Values
|
209
|
+
# ALL_ATTRIBUTES
|
210
|
+
# COUNT
|
211
|
+
#
|
212
|
+
AWS_DYNAMODB_SELECT = 'aws.dynamodb.select'
|
213
|
+
|
214
|
+
# The number of items in the `TableNames` response parameter.
|
215
|
+
#
|
216
|
+
# @note Stability Level: development
|
217
|
+
#
|
218
|
+
# @example Sample Values
|
219
|
+
# 20
|
220
|
+
#
|
221
|
+
AWS_DYNAMODB_TABLE_COUNT = 'aws.dynamodb.table_count'
|
222
|
+
|
223
|
+
# The keys in the `RequestItems` object field.
|
224
|
+
#
|
225
|
+
# @note Stability Level: development
|
226
|
+
#
|
227
|
+
# @example Sample Values
|
228
|
+
# ["Users", "Cats"]
|
229
|
+
#
|
230
|
+
AWS_DYNAMODB_TABLE_NAMES = 'aws.dynamodb.table_names'
|
231
|
+
|
232
|
+
# The value of the `TotalSegments` request parameter.
|
233
|
+
#
|
234
|
+
# @note Stability Level: development
|
235
|
+
#
|
236
|
+
# @example Sample Values
|
237
|
+
# 100
|
238
|
+
#
|
239
|
+
AWS_DYNAMODB_TOTAL_SEGMENTS = 'aws.dynamodb.total_segments'
|
240
|
+
|
241
|
+
# The ARN of an [ECS cluster](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html).
|
242
|
+
#
|
243
|
+
# @note Stability Level: development
|
244
|
+
#
|
245
|
+
# @example Sample Values
|
246
|
+
# arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster
|
247
|
+
#
|
248
|
+
AWS_ECS_CLUSTER_ARN = 'aws.ecs.cluster.arn'
|
249
|
+
|
250
|
+
# The Amazon Resource Name (ARN) of an [ECS container instance](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html).
|
251
|
+
#
|
252
|
+
# @note Stability Level: development
|
253
|
+
#
|
254
|
+
# @example Sample Values
|
255
|
+
# arn:aws:ecs:us-west-1:123456789123:container/32624152-9086-4f0e-acae-1a75b14fe4d9
|
256
|
+
#
|
257
|
+
AWS_ECS_CONTAINER_ARN = 'aws.ecs.container.arn'
|
258
|
+
|
259
|
+
# The [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) for an ECS task.
|
260
|
+
#
|
261
|
+
# @note Stability Level: development
|
262
|
+
AWS_ECS_LAUNCHTYPE = 'aws.ecs.launchtype'
|
263
|
+
|
264
|
+
# The ARN of a running [ECS task](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#ecs-resource-ids).
|
265
|
+
#
|
266
|
+
# @note Stability Level: development
|
267
|
+
#
|
268
|
+
# @example Sample Values
|
269
|
+
# arn:aws:ecs:us-west-1:123456789123:task/10838bed-421f-43ef-870a-f43feacbbb5b
|
270
|
+
# arn:aws:ecs:us-west-1:123456789123:task/my-cluster/task-id/23ebb8ac-c18f-46c6-8bbe-d55d0e37cfbd
|
271
|
+
#
|
272
|
+
AWS_ECS_TASK_ARN = 'aws.ecs.task.arn'
|
273
|
+
|
274
|
+
# The family name of the [ECS task definition](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html) used to create the ECS task.
|
275
|
+
#
|
276
|
+
# @note Stability Level: development
|
277
|
+
#
|
278
|
+
# @example Sample Values
|
279
|
+
# opentelemetry-family
|
280
|
+
#
|
281
|
+
AWS_ECS_TASK_FAMILY = 'aws.ecs.task.family'
|
282
|
+
|
283
|
+
# The ID of a running ECS task. The ID MUST be extracted from `task.arn`.
|
284
|
+
#
|
285
|
+
# @note Stability Level: development
|
286
|
+
#
|
287
|
+
# @example Sample Values
|
288
|
+
# 10838bed-421f-43ef-870a-f43feacbbb5b
|
289
|
+
# 23ebb8ac-c18f-46c6-8bbe-d55d0e37cfbd
|
290
|
+
#
|
291
|
+
AWS_ECS_TASK_ID = 'aws.ecs.task.id'
|
292
|
+
|
293
|
+
# The revision for the task definition used to create the ECS task.
|
294
|
+
#
|
295
|
+
# @note Stability Level: development
|
296
|
+
#
|
297
|
+
# @example Sample Values
|
298
|
+
# 8
|
299
|
+
# 26
|
300
|
+
#
|
301
|
+
AWS_ECS_TASK_REVISION = 'aws.ecs.task.revision'
|
302
|
+
|
303
|
+
# The ARN of an EKS cluster.
|
304
|
+
#
|
305
|
+
# @note Stability Level: development
|
306
|
+
#
|
307
|
+
# @example Sample Values
|
308
|
+
# arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster
|
309
|
+
#
|
310
|
+
AWS_EKS_CLUSTER_ARN = 'aws.eks.cluster.arn'
|
311
|
+
|
312
|
+
# The AWS extended request ID as returned in the response header `x-amz-id-2`.
|
313
|
+
#
|
314
|
+
# @note Stability Level: development
|
315
|
+
#
|
316
|
+
# @example Sample Values
|
317
|
+
# wzHcyEWfmOGDIE5QOhTAqFDoDWP3y8IUvpNINCwL9N4TEHbUw0/gZJ+VZTmCNCWR7fezEN3eCiQ=
|
318
|
+
#
|
319
|
+
AWS_EXTENDED_REQUEST_ID = 'aws.extended_request_id'
|
320
|
+
|
321
|
+
# The name of the AWS Kinesis [stream](https://docs.aws.amazon.com/streams/latest/dev/introduction.html) the request refers to. Corresponds to the `--stream-name` parameter of the Kinesis [describe-stream](https://docs.aws.amazon.com/cli/latest/reference/kinesis/describe-stream.html) operation.
|
322
|
+
#
|
323
|
+
# @note Stability Level: development
|
324
|
+
#
|
325
|
+
# @example Sample Values
|
326
|
+
# some-stream-name
|
327
|
+
#
|
328
|
+
AWS_KINESIS_STREAM_NAME = 'aws.kinesis.stream_name'
|
329
|
+
|
330
|
+
# The full invoked ARN as provided on the `Context` passed to the function (`Lambda-Runtime-Invoked-Function-Arn` header on the `/runtime/invocation/next` applicable).
|
331
|
+
#
|
332
|
+
# This may be different from `cloud.resource_id` if an alias is involved.
|
333
|
+
#
|
334
|
+
# @note Stability Level: development
|
335
|
+
#
|
336
|
+
# @example Sample Values
|
337
|
+
# arn:aws:lambda:us-east-1:123456:function:myfunction:myalias
|
338
|
+
#
|
339
|
+
AWS_LAMBDA_INVOKED_ARN = 'aws.lambda.invoked_arn'
|
340
|
+
|
341
|
+
# The UUID of the [AWS Lambda EvenSource Mapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html). An event source is mapped to a lambda function. It's contents are read by Lambda and used to trigger a function. This isn't available in the lambda execution context or the lambda runtime environtment. This is going to be populated by the AWS SDK for each language when that UUID is present. Some of these operations are Create/Delete/Get/List/Update EventSourceMapping.
|
342
|
+
#
|
343
|
+
# @note Stability Level: development
|
344
|
+
#
|
345
|
+
# @example Sample Values
|
346
|
+
# 587ad24b-03b9-4413-8202-bbd56b36e5b7
|
347
|
+
#
|
348
|
+
AWS_LAMBDA_RESOURCE_MAPPING_ID = 'aws.lambda.resource_mapping.id'
|
349
|
+
|
350
|
+
# The Amazon Resource Name(s) (ARN) of the AWS log group(s).
|
351
|
+
#
|
352
|
+
# See the [log group ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format).
|
353
|
+
#
|
354
|
+
# @note Stability Level: development
|
355
|
+
#
|
356
|
+
# @example Sample Values
|
357
|
+
# ["arn:aws:logs:us-west-1:123456789012:log-group:/aws/my/group:*"]
|
358
|
+
#
|
359
|
+
AWS_LOG_GROUP_ARNS = 'aws.log.group.arns'
|
360
|
+
|
361
|
+
# The name(s) of the AWS log group(s) an application is writing to.
|
362
|
+
#
|
363
|
+
# Multiple log groups must be supported for cases like multi-container applications, where a single application has sidecar containers, and each write to their own log group.
|
364
|
+
#
|
365
|
+
# @note Stability Level: development
|
366
|
+
#
|
367
|
+
# @example Sample Values
|
368
|
+
# ["/aws/lambda/my-function", "opentelemetry-service"]
|
369
|
+
#
|
370
|
+
AWS_LOG_GROUP_NAMES = 'aws.log.group.names'
|
371
|
+
|
372
|
+
# The ARN(s) of the AWS log stream(s).
|
373
|
+
#
|
374
|
+
# See the [log stream ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format). One log group can contain several log streams, so these ARNs necessarily identify both a log group and a log stream.
|
375
|
+
#
|
376
|
+
# @note Stability Level: development
|
377
|
+
#
|
378
|
+
# @example Sample Values
|
379
|
+
# ["arn:aws:logs:us-west-1:123456789012:log-group:/aws/my/group:log-stream:logs/main/10838bed-421f-43ef-870a-f43feacbbb5b"]
|
380
|
+
#
|
381
|
+
AWS_LOG_STREAM_ARNS = 'aws.log.stream.arns'
|
382
|
+
|
383
|
+
# The name(s) of the AWS log stream(s) an application is writing to.
|
384
|
+
#
|
385
|
+
# @note Stability Level: development
|
386
|
+
#
|
387
|
+
# @example Sample Values
|
388
|
+
# ["logs/main/10838bed-421f-43ef-870a-f43feacbbb5b"]
|
389
|
+
#
|
390
|
+
AWS_LOG_STREAM_NAMES = 'aws.log.stream.names'
|
391
|
+
|
392
|
+
# The AWS request ID as returned in the response headers `x-amzn-requestid`, `x-amzn-request-id` or `x-amz-request-id`.
|
393
|
+
#
|
394
|
+
# @note Stability Level: development
|
395
|
+
#
|
396
|
+
# @example Sample Values
|
397
|
+
# 79b9da39-b7ae-508a-a6bc-864b2829c622
|
398
|
+
# C9ER4AJX75574TDJ
|
399
|
+
#
|
400
|
+
AWS_REQUEST_ID = 'aws.request_id'
|
401
|
+
|
402
|
+
# The S3 bucket name the request refers to. Corresponds to the `--bucket` parameter of the [S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html) operations.
|
403
|
+
#
|
404
|
+
# The `bucket` attribute is applicable to all S3 operations that reference a bucket, i.e. that require the bucket name as a mandatory parameter.
|
405
|
+
# This applies to almost all S3 operations except `list-buckets`.
|
406
|
+
#
|
407
|
+
# @note Stability Level: development
|
408
|
+
#
|
409
|
+
# @example Sample Values
|
410
|
+
# some-bucket-name
|
411
|
+
#
|
412
|
+
AWS_S3_BUCKET = 'aws.s3.bucket'
|
413
|
+
|
414
|
+
# The source object (in the form `bucket`/`key`) for the copy operation.
|
415
|
+
#
|
416
|
+
# The `copy_source` attribute applies to S3 copy operations and corresponds to the `--copy-source` parameter
|
417
|
+
# of the [copy-object operation within the S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html).
|
418
|
+
# This applies in particular to the following operations:
|
419
|
+
#
|
420
|
+
# - [copy-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html)
|
421
|
+
# - [upload-part-copy](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part-copy.html)
|
422
|
+
#
|
423
|
+
# @note Stability Level: development
|
424
|
+
#
|
425
|
+
# @example Sample Values
|
426
|
+
# someFile.yml
|
427
|
+
#
|
428
|
+
AWS_S3_COPY_SOURCE = 'aws.s3.copy_source'
|
429
|
+
|
430
|
+
# The delete request container that specifies the objects to be deleted.
|
431
|
+
#
|
432
|
+
# The `delete` attribute is only applicable to the [delete-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/delete-object.html) operation.
|
433
|
+
# The `delete` attribute corresponds to the `--delete` parameter of the
|
434
|
+
# [delete-objects operation within the S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/delete-objects.html).
|
435
|
+
#
|
436
|
+
# @note Stability Level: development
|
437
|
+
#
|
438
|
+
# @example Sample Values
|
439
|
+
# Objects=[{Key=string,VersionId=string},{Key=string,VersionId=string}],Quiet=boolean
|
440
|
+
#
|
441
|
+
AWS_S3_DELETE = 'aws.s3.delete'
|
442
|
+
|
443
|
+
# The S3 object key the request refers to. Corresponds to the `--key` parameter of the [S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html) operations.
|
444
|
+
#
|
445
|
+
# The `key` attribute is applicable to all object-related S3 operations, i.e. that require the object key as a mandatory parameter.
|
446
|
+
# This applies in particular to the following operations:
|
447
|
+
#
|
448
|
+
# - [copy-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html)
|
449
|
+
# - [delete-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/delete-object.html)
|
450
|
+
# - [get-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/get-object.html)
|
451
|
+
# - [head-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/head-object.html)
|
452
|
+
# - [put-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/put-object.html)
|
453
|
+
# - [restore-object](https://docs.aws.amazon.com/cli/latest/reference/s3api/restore-object.html)
|
454
|
+
# - [select-object-content](https://docs.aws.amazon.com/cli/latest/reference/s3api/select-object-content.html)
|
455
|
+
# - [abort-multipart-upload](https://docs.aws.amazon.com/cli/latest/reference/s3api/abort-multipart-upload.html)
|
456
|
+
# - [complete-multipart-upload](https://docs.aws.amazon.com/cli/latest/reference/s3api/complete-multipart-upload.html)
|
457
|
+
# - [create-multipart-upload](https://docs.aws.amazon.com/cli/latest/reference/s3api/create-multipart-upload.html)
|
458
|
+
# - [list-parts](https://docs.aws.amazon.com/cli/latest/reference/s3api/list-parts.html)
|
459
|
+
# - [upload-part](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part.html)
|
460
|
+
# - [upload-part-copy](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part-copy.html)
|
461
|
+
#
|
462
|
+
# @note Stability Level: development
|
463
|
+
#
|
464
|
+
# @example Sample Values
|
465
|
+
# someFile.yml
|
466
|
+
#
|
467
|
+
AWS_S3_KEY = 'aws.s3.key'
|
468
|
+
|
469
|
+
# The part number of the part being uploaded in a multipart-upload operation. This is a positive integer between 1 and 10,000.
|
470
|
+
#
|
471
|
+
# The `part_number` attribute is only applicable to the [upload-part](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part.html)
|
472
|
+
# and [upload-part-copy](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part-copy.html) operations.
|
473
|
+
# The `part_number` attribute corresponds to the `--part-number` parameter of the
|
474
|
+
# [upload-part operation within the S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part.html).
|
475
|
+
#
|
476
|
+
# @note Stability Level: development
|
477
|
+
#
|
478
|
+
# @example Sample Values
|
479
|
+
# 3456
|
480
|
+
#
|
481
|
+
AWS_S3_PART_NUMBER = 'aws.s3.part_number'
|
482
|
+
|
483
|
+
# Upload ID that identifies the multipart upload.
|
484
|
+
#
|
485
|
+
# The `upload_id` attribute applies to S3 multipart-upload operations and corresponds to the `--upload-id` parameter
|
486
|
+
# of the [S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html) multipart operations.
|
487
|
+
# This applies in particular to the following operations:
|
488
|
+
#
|
489
|
+
# - [abort-multipart-upload](https://docs.aws.amazon.com/cli/latest/reference/s3api/abort-multipart-upload.html)
|
490
|
+
# - [complete-multipart-upload](https://docs.aws.amazon.com/cli/latest/reference/s3api/complete-multipart-upload.html)
|
491
|
+
# - [list-parts](https://docs.aws.amazon.com/cli/latest/reference/s3api/list-parts.html)
|
492
|
+
# - [upload-part](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part.html)
|
493
|
+
# - [upload-part-copy](https://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part-copy.html)
|
494
|
+
#
|
495
|
+
# @note Stability Level: development
|
496
|
+
#
|
497
|
+
# @example Sample Values
|
498
|
+
# dfRtDYWFbkRONycy.Yxwh66Yjlx.cph0gtNBtJ
|
499
|
+
#
|
500
|
+
AWS_S3_UPLOAD_ID = 'aws.s3.upload_id'
|
501
|
+
|
502
|
+
# The ARN of the Secret stored in the Secrets Mangger
|
503
|
+
#
|
504
|
+
# @note Stability Level: development
|
505
|
+
#
|
506
|
+
# @example Sample Values
|
507
|
+
# arn:aws:secretsmanager:us-east-1:123456789012:secret:SecretName-6RandomCharacters
|
508
|
+
#
|
509
|
+
AWS_SECRETSMANAGER_SECRET_ARN = 'aws.secretsmanager.secret.arn'
|
510
|
+
|
511
|
+
# The ARN of the AWS SNS Topic. An Amazon SNS [topic](https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html) is a logical access point that acts as a communication channel.
|
512
|
+
#
|
513
|
+
# @note Stability Level: development
|
514
|
+
#
|
515
|
+
# @example Sample Values
|
516
|
+
# arn:aws:sns:us-east-1:123456789012:mystack-mytopic-NZJ5JSMVGFIE
|
517
|
+
#
|
518
|
+
AWS_SNS_TOPIC_ARN = 'aws.sns.topic.arn'
|
519
|
+
|
520
|
+
# The URL of the AWS SQS Queue. It's a unique identifier for a queue in Amazon Simple Queue Service (SQS) and is used to access the queue and perform actions on it.
|
521
|
+
#
|
522
|
+
# @note Stability Level: development
|
523
|
+
#
|
524
|
+
# @example Sample Values
|
525
|
+
# https://sqs.us-east-1.amazonaws.com/123456789012/MyQueue
|
526
|
+
#
|
527
|
+
AWS_SQS_QUEUE_URL = 'aws.sqs.queue.url'
|
528
|
+
|
529
|
+
# The ARN of the AWS Step Functions Activity.
|
530
|
+
#
|
531
|
+
# @note Stability Level: development
|
532
|
+
#
|
533
|
+
# @example Sample Values
|
534
|
+
# arn:aws:states:us-east-1:123456789012:activity:get-greeting
|
535
|
+
#
|
536
|
+
AWS_STEP_FUNCTIONS_ACTIVITY_ARN = 'aws.step_functions.activity.arn'
|
537
|
+
|
538
|
+
# The ARN of the AWS Step Functions State Machine.
|
539
|
+
#
|
540
|
+
# @note Stability Level: development
|
541
|
+
#
|
542
|
+
# @example Sample Values
|
543
|
+
# arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1
|
544
|
+
#
|
545
|
+
AWS_STEP_FUNCTIONS_STATE_MACHINE_ARN = 'aws.step_functions.state_machine.arn'
|
546
|
+
|
547
|
+
# @!endgroup
|
548
|
+
end
|
549
|
+
end
|
550
|
+
end
|
551
|
+
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 'aws/attributes'
|
@@ -0,0 +1,53 @@
|
|
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 AZ
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Deprecated, use `azure.resource_provider.namespace` instead.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# Microsoft.Storage
|
33
|
+
# Microsoft.KeyVault
|
34
|
+
# Microsoft.ServiceBus
|
35
|
+
#
|
36
|
+
# @deprecated {"note": "Replaced by `azure.resource_provider.namespace`.", "reason": "renamed", "renamed_to": "azure.resource_provider.namespace"}
|
37
|
+
AZ_NAMESPACE = 'az.namespace'
|
38
|
+
|
39
|
+
# Deprecated, use `azure.service.request.id` instead.
|
40
|
+
#
|
41
|
+
# @note Stability Level: development
|
42
|
+
#
|
43
|
+
# @example Sample Values
|
44
|
+
# 00000000-0000-0000-0000-000000000000
|
45
|
+
#
|
46
|
+
# @deprecated {"note": "Replaced by `azure.service.request.id`.", "reason": "renamed", "renamed_to": "azure.service.request.id"}
|
47
|
+
AZ_SERVICE_REQUEST_ID = 'az.service_request_id'
|
48
|
+
|
49
|
+
# @!endgroup
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
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 'az/attributes'
|