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,115 @@
|
|
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 AZURE
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The unique identifier of the client instance.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# 3ba4827d-4422-483f-b59f-85b74211c11d
|
33
|
+
# storage-client-1
|
34
|
+
#
|
35
|
+
AZURE_CLIENT_ID = 'azure.client.id'
|
36
|
+
|
37
|
+
# Cosmos client connection mode.
|
38
|
+
#
|
39
|
+
# @note Stability Level: development
|
40
|
+
AZURE_COSMOSDB_CONNECTION_MODE = 'azure.cosmosdb.connection.mode'
|
41
|
+
|
42
|
+
# Account or request [consistency level](https://learn.microsoft.com/azure/cosmos-db/consistency-levels).
|
43
|
+
#
|
44
|
+
# @note Stability Level: development
|
45
|
+
#
|
46
|
+
# @example Sample Values
|
47
|
+
# Eventual
|
48
|
+
# ConsistentPrefix
|
49
|
+
# BoundedStaleness
|
50
|
+
# Strong
|
51
|
+
# Session
|
52
|
+
#
|
53
|
+
AZURE_COSMOSDB_CONSISTENCY_LEVEL = 'azure.cosmosdb.consistency.level'
|
54
|
+
|
55
|
+
# List of regions contacted during operation in the order that they were contacted. If there is more than one region listed, it indicates that the operation was performed on multiple regions i.e. cross-regional call.
|
56
|
+
#
|
57
|
+
# Region name matches the format of `displayName` in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location)
|
58
|
+
#
|
59
|
+
# @note Stability Level: development
|
60
|
+
#
|
61
|
+
# @example Sample Values
|
62
|
+
# ["North Central US", "Australia East", "Australia Southeast"]
|
63
|
+
#
|
64
|
+
AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS = 'azure.cosmosdb.operation.contacted_regions'
|
65
|
+
|
66
|
+
# The number of request units consumed by the operation.
|
67
|
+
#
|
68
|
+
# @note Stability Level: development
|
69
|
+
#
|
70
|
+
# @example Sample Values
|
71
|
+
# 46.18
|
72
|
+
# 1.0
|
73
|
+
#
|
74
|
+
AZURE_COSMOSDB_OPERATION_REQUEST_CHARGE = 'azure.cosmosdb.operation.request_charge'
|
75
|
+
|
76
|
+
# Request payload size in bytes.
|
77
|
+
#
|
78
|
+
# @note Stability Level: development
|
79
|
+
AZURE_COSMOSDB_REQUEST_BODY_SIZE = 'azure.cosmosdb.request.body.size'
|
80
|
+
|
81
|
+
# Cosmos DB sub status code.
|
82
|
+
#
|
83
|
+
# @note Stability Level: development
|
84
|
+
#
|
85
|
+
# @example Sample Values
|
86
|
+
# 1000
|
87
|
+
# 1002
|
88
|
+
#
|
89
|
+
AZURE_COSMOSDB_RESPONSE_SUB_STATUS_CODE = 'azure.cosmosdb.response.sub_status_code'
|
90
|
+
|
91
|
+
# [Azure Resource Provider Namespace](https://learn.microsoft.com/azure/azure-resource-manager/management/azure-services-resource-providers) as recognized by the client.
|
92
|
+
#
|
93
|
+
# @note Stability Level: development
|
94
|
+
#
|
95
|
+
# @example Sample Values
|
96
|
+
# Microsoft.Storage
|
97
|
+
# Microsoft.KeyVault
|
98
|
+
# Microsoft.ServiceBus
|
99
|
+
#
|
100
|
+
AZURE_RESOURCE_PROVIDER_NAMESPACE = 'azure.resource_provider.namespace'
|
101
|
+
|
102
|
+
# The unique identifier of the service request. It's generated by the Azure service and returned with the response.
|
103
|
+
#
|
104
|
+
# @note Stability Level: development
|
105
|
+
#
|
106
|
+
# @example Sample Values
|
107
|
+
# 00000000-0000-0000-0000-000000000000
|
108
|
+
#
|
109
|
+
AZURE_SERVICE_REQUEST_ID = 'azure.service.request.id'
|
110
|
+
|
111
|
+
# @!endgroup
|
112
|
+
end
|
113
|
+
end
|
114
|
+
end
|
115
|
+
end
|
@@ -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 AZURE
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# Number of active client instances
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
AZURE_COSMOSDB_CLIENT_ACTIVE_INSTANCE_COUNT = 'azure.cosmosdb.client.active_instance.count'
|
31
|
+
|
32
|
+
# [Request units](https://learn.microsoft.com/azure/cosmos-db/request-units) consumed by the operation
|
33
|
+
#
|
34
|
+
# @note Stability Level: development
|
35
|
+
AZURE_COSMOSDB_CLIENT_OPERATION_REQUEST_CHARGE = 'azure.cosmosdb.client.operation.request_charge'
|
36
|
+
|
37
|
+
# @!endgroup
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
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 'azure/attributes'
|
22
|
+
require_relative 'azure/metrics'
|
@@ -0,0 +1,77 @@
|
|
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 BROWSER
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Array of brand name and version separated by a space
|
28
|
+
#
|
29
|
+
# This value is intended to be taken from the [UA client hints API](https://wicg.github.io/ua-client-hints/#interface) (`navigator.userAgentData.brands`).
|
30
|
+
#
|
31
|
+
# @note Stability Level: development
|
32
|
+
#
|
33
|
+
# @example Sample Values
|
34
|
+
# [" Not A;Brand 99", "Chromium 99", "Chrome 99"]
|
35
|
+
#
|
36
|
+
BROWSER_BRANDS = 'browser.brands'
|
37
|
+
|
38
|
+
# Preferred language of the user using the browser
|
39
|
+
#
|
40
|
+
# This value is intended to be taken from the Navigator API `navigator.language`.
|
41
|
+
#
|
42
|
+
# @note Stability Level: development
|
43
|
+
#
|
44
|
+
# @example Sample Values
|
45
|
+
# en
|
46
|
+
# en-US
|
47
|
+
# fr
|
48
|
+
# fr-FR
|
49
|
+
#
|
50
|
+
BROWSER_LANGUAGE = 'browser.language'
|
51
|
+
|
52
|
+
# A boolean that is true if the browser is running on a mobile device
|
53
|
+
#
|
54
|
+
# This value is intended to be taken from the [UA client hints API](https://wicg.github.io/ua-client-hints/#interface) (`navigator.userAgentData.mobile`). If unavailable, this attribute SHOULD be left unset.
|
55
|
+
#
|
56
|
+
# @note Stability Level: development
|
57
|
+
BROWSER_MOBILE = 'browser.mobile'
|
58
|
+
|
59
|
+
# The platform on which the browser is running
|
60
|
+
#
|
61
|
+
# This value is intended to be taken from the [UA client hints API](https://wicg.github.io/ua-client-hints/#interface) (`navigator.userAgentData.platform`). If unavailable, the legacy `navigator.platform` API SHOULD NOT be used instead and this attribute SHOULD be left unset in order for the values to be consistent.
|
62
|
+
# The list of possible values is defined in the [W3C User-Agent Client Hints specification](https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform). Note that some (but not all) of these values can overlap with values in the [`os.type` and `os.name` attributes](./os.md). However, for consistency, the values in the `browser.platform` attribute should capture the exact value that the user agent provides.
|
63
|
+
#
|
64
|
+
# @note Stability Level: development
|
65
|
+
#
|
66
|
+
# @example Sample Values
|
67
|
+
# Windows
|
68
|
+
# macOS
|
69
|
+
# Android
|
70
|
+
#
|
71
|
+
BROWSER_PLATFORM = 'browser.platform'
|
72
|
+
|
73
|
+
# @!endgroup
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
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 'browser/attributes'
|
@@ -0,0 +1,78 @@
|
|
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 CASSANDRA
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The consistency level of the query. Based on consistency values from [CQL](https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/dml/dmlConfigConsistency.html).
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
CASSANDRA_CONSISTENCY_LEVEL = 'cassandra.consistency.level'
|
31
|
+
|
32
|
+
# The data center of the coordinating node for a query.
|
33
|
+
#
|
34
|
+
# @note Stability Level: development
|
35
|
+
#
|
36
|
+
# @example Sample Values
|
37
|
+
# us-west-2
|
38
|
+
#
|
39
|
+
CASSANDRA_COORDINATOR_DC = 'cassandra.coordinator.dc'
|
40
|
+
|
41
|
+
# The ID of the coordinating node for a query.
|
42
|
+
#
|
43
|
+
# @note Stability Level: development
|
44
|
+
#
|
45
|
+
# @example Sample Values
|
46
|
+
# be13faa2-8574-4d71-926d-27f16cf8a7af
|
47
|
+
#
|
48
|
+
CASSANDRA_COORDINATOR_ID = 'cassandra.coordinator.id'
|
49
|
+
|
50
|
+
# The fetch size used for paging, i.e. how many rows will be returned at once.
|
51
|
+
#
|
52
|
+
# @note Stability Level: development
|
53
|
+
#
|
54
|
+
# @example Sample Values
|
55
|
+
# 5000
|
56
|
+
#
|
57
|
+
CASSANDRA_PAGE_SIZE = 'cassandra.page.size'
|
58
|
+
|
59
|
+
# Whether or not the query is idempotent.
|
60
|
+
#
|
61
|
+
# @note Stability Level: development
|
62
|
+
CASSANDRA_QUERY_IDEMPOTENT = 'cassandra.query.idempotent'
|
63
|
+
|
64
|
+
# The number of times a query was speculatively executed. Not set or `0` if the query was not executed speculatively.
|
65
|
+
#
|
66
|
+
# @note Stability Level: development
|
67
|
+
#
|
68
|
+
# @example Sample Values
|
69
|
+
# 0
|
70
|
+
# 2
|
71
|
+
#
|
72
|
+
CASSANDRA_SPECULATIVE_EXECUTION_COUNT = 'cassandra.speculative_execution.count'
|
73
|
+
|
74
|
+
# @!endgroup
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
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 'cassandra/attributes'
|
@@ -0,0 +1,201 @@
|
|
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 CICD
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# The kind of action a pipeline run is performing.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# BUILD
|
33
|
+
# RUN
|
34
|
+
# SYNC
|
35
|
+
#
|
36
|
+
CICD_PIPELINE_ACTION_NAME = 'cicd.pipeline.action.name'
|
37
|
+
|
38
|
+
# The human readable name of the pipeline within a CI/CD system.
|
39
|
+
#
|
40
|
+
# @note Stability Level: development
|
41
|
+
#
|
42
|
+
# @example Sample Values
|
43
|
+
# Build and Test
|
44
|
+
# Lint
|
45
|
+
# Deploy Go Project
|
46
|
+
# deploy_to_environment
|
47
|
+
#
|
48
|
+
CICD_PIPELINE_NAME = 'cicd.pipeline.name'
|
49
|
+
|
50
|
+
# The result of a pipeline run.
|
51
|
+
#
|
52
|
+
# @note Stability Level: development
|
53
|
+
#
|
54
|
+
# @example Sample Values
|
55
|
+
# success
|
56
|
+
# failure
|
57
|
+
# timeout
|
58
|
+
# skipped
|
59
|
+
#
|
60
|
+
CICD_PIPELINE_RESULT = 'cicd.pipeline.result'
|
61
|
+
|
62
|
+
# The unique identifier of a pipeline run within a CI/CD system.
|
63
|
+
#
|
64
|
+
# @note Stability Level: development
|
65
|
+
#
|
66
|
+
# @example Sample Values
|
67
|
+
# 120912
|
68
|
+
#
|
69
|
+
CICD_PIPELINE_RUN_ID = 'cicd.pipeline.run.id'
|
70
|
+
|
71
|
+
# The pipeline run goes through these states during its lifecycle.
|
72
|
+
#
|
73
|
+
# @note Stability Level: development
|
74
|
+
#
|
75
|
+
# @example Sample Values
|
76
|
+
# pending
|
77
|
+
# executing
|
78
|
+
# finalizing
|
79
|
+
#
|
80
|
+
CICD_PIPELINE_RUN_STATE = 'cicd.pipeline.run.state'
|
81
|
+
|
82
|
+
# The [URL](https://wikipedia.org/wiki/URL) of the pipeline run, providing the complete address in order to locate and identify the pipeline run.
|
83
|
+
#
|
84
|
+
# @note Stability Level: development
|
85
|
+
#
|
86
|
+
# @example Sample Values
|
87
|
+
# https://github.com/open-telemetry/semantic-conventions/actions/runs/9753949763?pr=1075
|
88
|
+
#
|
89
|
+
CICD_PIPELINE_RUN_URL_FULL = 'cicd.pipeline.run.url.full'
|
90
|
+
|
91
|
+
# The human readable name of a task within a pipeline. Task here most closely aligns with a [computing process](https://wikipedia.org/wiki/Pipeline_(computing)) in a pipeline. Other terms for tasks include commands, steps, and procedures.
|
92
|
+
#
|
93
|
+
# @note Stability Level: development
|
94
|
+
#
|
95
|
+
# @example Sample Values
|
96
|
+
# Run GoLang Linter
|
97
|
+
# Go Build
|
98
|
+
# go-test
|
99
|
+
# deploy_binary
|
100
|
+
#
|
101
|
+
CICD_PIPELINE_TASK_NAME = 'cicd.pipeline.task.name'
|
102
|
+
|
103
|
+
# The unique identifier of a task run within a pipeline.
|
104
|
+
#
|
105
|
+
# @note Stability Level: development
|
106
|
+
#
|
107
|
+
# @example Sample Values
|
108
|
+
# 12097
|
109
|
+
#
|
110
|
+
CICD_PIPELINE_TASK_RUN_ID = 'cicd.pipeline.task.run.id'
|
111
|
+
|
112
|
+
# The result of a task run.
|
113
|
+
#
|
114
|
+
# @note Stability Level: development
|
115
|
+
#
|
116
|
+
# @example Sample Values
|
117
|
+
# success
|
118
|
+
# failure
|
119
|
+
# timeout
|
120
|
+
# skipped
|
121
|
+
#
|
122
|
+
CICD_PIPELINE_TASK_RUN_RESULT = 'cicd.pipeline.task.run.result'
|
123
|
+
|
124
|
+
# The [URL](https://wikipedia.org/wiki/URL) of the pipeline task run, providing the complete address in order to locate and identify the pipeline task run.
|
125
|
+
#
|
126
|
+
# @note Stability Level: development
|
127
|
+
#
|
128
|
+
# @example Sample Values
|
129
|
+
# https://github.com/open-telemetry/semantic-conventions/actions/runs/9753949763/job/26920038674?pr=1075
|
130
|
+
#
|
131
|
+
CICD_PIPELINE_TASK_RUN_URL_FULL = 'cicd.pipeline.task.run.url.full'
|
132
|
+
|
133
|
+
# The type of the task within a pipeline.
|
134
|
+
#
|
135
|
+
# @note Stability Level: development
|
136
|
+
#
|
137
|
+
# @example Sample Values
|
138
|
+
# build
|
139
|
+
# test
|
140
|
+
# deploy
|
141
|
+
#
|
142
|
+
CICD_PIPELINE_TASK_TYPE = 'cicd.pipeline.task.type'
|
143
|
+
|
144
|
+
# The name of a component of the CICD system.
|
145
|
+
#
|
146
|
+
# @note Stability Level: development
|
147
|
+
#
|
148
|
+
# @example Sample Values
|
149
|
+
# controller
|
150
|
+
# scheduler
|
151
|
+
# agent
|
152
|
+
#
|
153
|
+
CICD_SYSTEM_COMPONENT = 'cicd.system.component'
|
154
|
+
|
155
|
+
# The unique identifier of a worker within a CICD system.
|
156
|
+
#
|
157
|
+
# @note Stability Level: development
|
158
|
+
#
|
159
|
+
# @example Sample Values
|
160
|
+
# abc123
|
161
|
+
# 10.0.1.2
|
162
|
+
# controller
|
163
|
+
#
|
164
|
+
CICD_WORKER_ID = 'cicd.worker.id'
|
165
|
+
|
166
|
+
# The name of a worker within a CICD system.
|
167
|
+
#
|
168
|
+
# @note Stability Level: development
|
169
|
+
#
|
170
|
+
# @example Sample Values
|
171
|
+
# agent-abc
|
172
|
+
# controller
|
173
|
+
# Ubuntu LTS
|
174
|
+
#
|
175
|
+
CICD_WORKER_NAME = 'cicd.worker.name'
|
176
|
+
|
177
|
+
# The state of a CICD worker / agent.
|
178
|
+
#
|
179
|
+
# @note Stability Level: development
|
180
|
+
#
|
181
|
+
# @example Sample Values
|
182
|
+
# idle
|
183
|
+
# busy
|
184
|
+
# down
|
185
|
+
#
|
186
|
+
CICD_WORKER_STATE = 'cicd.worker.state'
|
187
|
+
|
188
|
+
# The [URL](https://wikipedia.org/wiki/URL) of the worker, providing the complete address in order to locate and identify the worker.
|
189
|
+
#
|
190
|
+
# @note Stability Level: development
|
191
|
+
#
|
192
|
+
# @example Sample Values
|
193
|
+
# https://cicd.example.org/worker/abc123
|
194
|
+
#
|
195
|
+
CICD_WORKER_URL_FULL = 'cicd.worker.url.full'
|
196
|
+
|
197
|
+
# @!endgroup
|
198
|
+
end
|
199
|
+
end
|
200
|
+
end
|
201
|
+
end
|
@@ -0,0 +1,61 @@
|
|
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 CICD
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# The number of pipeline runs currently active in the system by state.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
CICD_PIPELINE_RUN_ACTIVE = 'cicd.pipeline.run.active'
|
31
|
+
|
32
|
+
# Duration of a pipeline run grouped by pipeline, state and result.
|
33
|
+
#
|
34
|
+
# @note Stability Level: development
|
35
|
+
CICD_PIPELINE_RUN_DURATION = 'cicd.pipeline.run.duration'
|
36
|
+
|
37
|
+
# The number of errors encountered in pipeline runs (eg. compile, test failures).
|
38
|
+
#
|
39
|
+
# There might be errors in a pipeline run that are non fatal (eg. they are suppressed) or in a parallel stage multiple stages could have a fatal error.
|
40
|
+
# This means that this error count might not be the same as the count of metric `cicd.pipeline.run.duration` with run result `failure`.
|
41
|
+
#
|
42
|
+
# @note Stability Level: development
|
43
|
+
CICD_PIPELINE_RUN_ERRORS = 'cicd.pipeline.run.errors'
|
44
|
+
|
45
|
+
# The number of errors in a component of the CICD system (eg. controller, scheduler, agent).
|
46
|
+
#
|
47
|
+
# Errors in pipeline run execution are explicitly excluded. Ie a test failure is not counted in this metric.
|
48
|
+
#
|
49
|
+
# @note Stability Level: development
|
50
|
+
CICD_SYSTEM_ERRORS = 'cicd.system.errors'
|
51
|
+
|
52
|
+
# The number of workers on the CICD system by state.
|
53
|
+
#
|
54
|
+
# @note Stability Level: development
|
55
|
+
CICD_WORKER_COUNT = 'cicd.worker.count'
|
56
|
+
|
57
|
+
# @!endgroup
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
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 'cicd/attributes'
|
22
|
+
require_relative 'cicd/metrics'
|