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,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 POOL
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Deprecated, use `db.client.connection.pool.name` instead.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# myDataSource
|
33
|
+
#
|
34
|
+
# @deprecated {"note": "Replaced by `db.client.connection.pool.name`.", "reason": "renamed", "renamed_to": "db.client.connection.pool.name"}
|
35
|
+
POOL_NAME = 'pool.name'
|
36
|
+
|
37
|
+
# @!endgroup
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
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 'pool/attributes'
|
@@ -0,0 +1,367 @@
|
|
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 PROCESS
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Length of the process.command_args array
|
28
|
+
#
|
29
|
+
# This field can be useful for querying or performing bucket analysis on how many arguments were provided to start a process. More arguments may be an indication of suspicious activity.
|
30
|
+
#
|
31
|
+
# @note Stability Level: development
|
32
|
+
#
|
33
|
+
# @example Sample Values
|
34
|
+
# 4
|
35
|
+
#
|
36
|
+
PROCESS_ARGS_COUNT = 'process.args_count'
|
37
|
+
|
38
|
+
# The command used to launch the process (i.e. the command name). On Linux based systems, can be set to the zeroth string in `proc/[pid]/cmdline`. On Windows, can be set to the first parameter extracted from `GetCommandLineW`.
|
39
|
+
#
|
40
|
+
# @note Stability Level: development
|
41
|
+
#
|
42
|
+
# @example Sample Values
|
43
|
+
# cmd/otelcol
|
44
|
+
#
|
45
|
+
PROCESS_COMMAND = 'process.command'
|
46
|
+
|
47
|
+
# All the command arguments (including the command/executable itself) as received by the process. On Linux-based systems (and some other Unixoid systems supporting procfs), can be set according to the list of null-delimited strings extracted from `proc/[pid]/cmdline`. For libc-based executables, this would be the full argv vector passed to `main`. SHOULD NOT be collected by default unless there is sanitization that excludes sensitive data.
|
48
|
+
#
|
49
|
+
# @note Stability Level: development
|
50
|
+
#
|
51
|
+
# @example Sample Values
|
52
|
+
# ["cmd/otecol", "--config=config.yaml"]
|
53
|
+
#
|
54
|
+
PROCESS_COMMAND_ARGS = 'process.command_args'
|
55
|
+
|
56
|
+
# The full command used to launch the process as a single string representing the full command. On Windows, can be set to the result of `GetCommandLineW`. Do not set this if you have to assemble it just for monitoring; use `process.command_args` instead. SHOULD NOT be collected by default unless there is sanitization that excludes sensitive data.
|
57
|
+
#
|
58
|
+
# @note Stability Level: development
|
59
|
+
#
|
60
|
+
# @example Sample Values
|
61
|
+
# C:\cmd\otecol --config="my directory\config.yaml"
|
62
|
+
#
|
63
|
+
PROCESS_COMMAND_LINE = 'process.command_line'
|
64
|
+
|
65
|
+
# Specifies whether the context switches for this data point were voluntary or involuntary.
|
66
|
+
#
|
67
|
+
# @note Stability Level: development
|
68
|
+
PROCESS_CONTEXT_SWITCH_TYPE = 'process.context_switch_type'
|
69
|
+
|
70
|
+
# Deprecated, use `cpu.mode` instead.
|
71
|
+
#
|
72
|
+
# @note Stability Level: development
|
73
|
+
# @deprecated {"note": "Replaced by `cpu.mode`.", "reason": "renamed", "renamed_to": "cpu.mode"}
|
74
|
+
PROCESS_CPU_STATE = 'process.cpu.state'
|
75
|
+
|
76
|
+
# The date and time the process was created, in ISO 8601 format.
|
77
|
+
#
|
78
|
+
# @note Stability Level: development
|
79
|
+
#
|
80
|
+
# @example Sample Values
|
81
|
+
# 2023-11-21T09:25:34.853Z
|
82
|
+
#
|
83
|
+
PROCESS_CREATION_TIME = 'process.creation.time'
|
84
|
+
|
85
|
+
# Must be called with a key for the full attribute name. See notes below about the expectations
|
86
|
+
# for the state of the key.
|
87
|
+
#
|
88
|
+
# @example Usage
|
89
|
+
# PROCESS_ENVIRONMENT_VARIABLE_LAMBDA.call('some-cool-key') #=> 'process.environment_variable.some-cool-key'
|
90
|
+
#
|
91
|
+
# Process environment variables, `<key>` being the environment variable name, the value being the environment variable value.
|
92
|
+
#
|
93
|
+
# Examples:
|
94
|
+
#
|
95
|
+
# - an environment variable `USER` with value `"ubuntu"` SHOULD be recorded
|
96
|
+
# as the `process.environment_variable.USER` attribute with value `"ubuntu"`.
|
97
|
+
# - an environment variable `PATH` with value `"/usr/local/bin:/usr/bin"`
|
98
|
+
# SHOULD be recorded as the `process.environment_variable.PATH` attribute
|
99
|
+
# with value `"/usr/local/bin:/usr/bin"`.
|
100
|
+
#
|
101
|
+
# @note Stability Level: development
|
102
|
+
#
|
103
|
+
# @example Sample Values
|
104
|
+
# ubuntu
|
105
|
+
# /usr/local/bin:/usr/bin
|
106
|
+
#
|
107
|
+
PROCESS_ENVIRONMENT_VARIABLE_LAMBDA = ->(key) { "process.environment_variable.#{key}" }
|
108
|
+
|
109
|
+
# The GNU build ID as found in the `.note.gnu.build-id` ELF section (hex string).
|
110
|
+
#
|
111
|
+
# @note Stability Level: development
|
112
|
+
#
|
113
|
+
# @example Sample Values
|
114
|
+
# c89b11207f6479603b0d49bf291c092c2b719293
|
115
|
+
#
|
116
|
+
PROCESS_EXECUTABLE_BUILD_ID_GNU = 'process.executable.build_id.gnu'
|
117
|
+
|
118
|
+
# The Go build ID as retrieved by `go tool buildid <go executable>`.
|
119
|
+
#
|
120
|
+
# @note Stability Level: development
|
121
|
+
#
|
122
|
+
# @example Sample Values
|
123
|
+
# foh3mEXu7BLZjsN9pOwG/kATcXlYVCDEFouRMQed_/WwRFB1hPo9LBkekthSPG/x8hMC8emW2cCjXD0_1aY
|
124
|
+
#
|
125
|
+
PROCESS_EXECUTABLE_BUILD_ID_GO = 'process.executable.build_id.go'
|
126
|
+
|
127
|
+
# Profiling specific build ID for executables. See the OTel specification for Profiles for more information.
|
128
|
+
#
|
129
|
+
# @note Stability Level: development
|
130
|
+
#
|
131
|
+
# @example Sample Values
|
132
|
+
# 600DCAFE4A110000F2BF38C493F5FB92
|
133
|
+
#
|
134
|
+
PROCESS_EXECUTABLE_BUILD_ID_HTLHASH = 'process.executable.build_id.htlhash'
|
135
|
+
|
136
|
+
# "Deprecated, use `process.executable.build_id.htlhash` instead."
|
137
|
+
#
|
138
|
+
# @note Stability Level: development
|
139
|
+
#
|
140
|
+
# @example Sample Values
|
141
|
+
# 600DCAFE4A110000F2BF38C493F5FB92
|
142
|
+
#
|
143
|
+
# @deprecated {"note": "Replaced by `process.executable.build_id.htlhash`.", "reason": "renamed", "renamed_to": "process.executable.build_id.htlhash"}
|
144
|
+
PROCESS_EXECUTABLE_BUILD_ID_PROFILING = 'process.executable.build_id.profiling'
|
145
|
+
|
146
|
+
# The name of the process executable. On Linux based systems, this SHOULD be set to the base name of the target of `/proc/[pid]/exe`. On Windows, this SHOULD be set to the base name of `GetProcessImageFileNameW`.
|
147
|
+
#
|
148
|
+
# @note Stability Level: development
|
149
|
+
#
|
150
|
+
# @example Sample Values
|
151
|
+
# otelcol
|
152
|
+
#
|
153
|
+
PROCESS_EXECUTABLE_NAME = 'process.executable.name'
|
154
|
+
|
155
|
+
# The full path to the process executable. On Linux based systems, can be set to the target of `proc/[pid]/exe`. On Windows, can be set to the result of `GetProcessImageFileNameW`.
|
156
|
+
#
|
157
|
+
# @note Stability Level: development
|
158
|
+
#
|
159
|
+
# @example Sample Values
|
160
|
+
# /usr/bin/cmd/otelcol
|
161
|
+
#
|
162
|
+
PROCESS_EXECUTABLE_PATH = 'process.executable.path'
|
163
|
+
|
164
|
+
# The exit code of the process.
|
165
|
+
#
|
166
|
+
# @note Stability Level: development
|
167
|
+
#
|
168
|
+
# @example Sample Values
|
169
|
+
# 127
|
170
|
+
#
|
171
|
+
PROCESS_EXIT_CODE = 'process.exit.code'
|
172
|
+
|
173
|
+
# The date and time the process exited, in ISO 8601 format.
|
174
|
+
#
|
175
|
+
# @note Stability Level: development
|
176
|
+
#
|
177
|
+
# @example Sample Values
|
178
|
+
# 2023-11-21T09:26:12.315Z
|
179
|
+
#
|
180
|
+
PROCESS_EXIT_TIME = 'process.exit.time'
|
181
|
+
|
182
|
+
# The PID of the process's group leader. This is also the process group ID (PGID) of the process.
|
183
|
+
#
|
184
|
+
# @note Stability Level: development
|
185
|
+
#
|
186
|
+
# @example Sample Values
|
187
|
+
# 23
|
188
|
+
#
|
189
|
+
PROCESS_GROUP_LEADER_PID = 'process.group_leader.pid'
|
190
|
+
|
191
|
+
# Whether the process is connected to an interactive shell.
|
192
|
+
#
|
193
|
+
# @note Stability Level: development
|
194
|
+
PROCESS_INTERACTIVE = 'process.interactive'
|
195
|
+
|
196
|
+
# The control group associated with the process.
|
197
|
+
#
|
198
|
+
# Control groups (cgroups) are a kernel feature used to organize and manage process resources. This attribute provides the path(s) to the cgroup(s) associated with the process, which should match the contents of the [/proc/[PID]/cgroup](https://man7.org/linux/man-pages/man7/cgroups.7.html) file.
|
199
|
+
#
|
200
|
+
# @note Stability Level: development
|
201
|
+
#
|
202
|
+
# @example Sample Values
|
203
|
+
# 1:name=systemd:/user.slice/user-1000.slice/session-3.scope
|
204
|
+
# 0::/user.slice/user-1000.slice/user@1000.service/tmux-spawn-0267755b-4639-4a27-90ed-f19f88e53748.scope
|
205
|
+
#
|
206
|
+
PROCESS_LINUX_CGROUP = 'process.linux.cgroup'
|
207
|
+
|
208
|
+
# The username of the user that owns the process.
|
209
|
+
#
|
210
|
+
# @note Stability Level: development
|
211
|
+
#
|
212
|
+
# @example Sample Values
|
213
|
+
# root
|
214
|
+
#
|
215
|
+
PROCESS_OWNER = 'process.owner'
|
216
|
+
|
217
|
+
# The type of page fault for this data point. Type `major` is for major/hard page faults, and `minor` is for minor/soft page faults.
|
218
|
+
#
|
219
|
+
# @note Stability Level: development
|
220
|
+
PROCESS_PAGING_FAULT_TYPE = 'process.paging.fault_type'
|
221
|
+
|
222
|
+
# Parent Process identifier (PPID).
|
223
|
+
#
|
224
|
+
# @note Stability Level: development
|
225
|
+
#
|
226
|
+
# @example Sample Values
|
227
|
+
# 111
|
228
|
+
#
|
229
|
+
PROCESS_PARENT_PID = 'process.parent_pid'
|
230
|
+
|
231
|
+
# Process identifier (PID).
|
232
|
+
#
|
233
|
+
# @note Stability Level: development
|
234
|
+
#
|
235
|
+
# @example Sample Values
|
236
|
+
# 1234
|
237
|
+
#
|
238
|
+
PROCESS_PID = 'process.pid'
|
239
|
+
|
240
|
+
# The real user ID (RUID) of the process.
|
241
|
+
#
|
242
|
+
# @note Stability Level: development
|
243
|
+
#
|
244
|
+
# @example Sample Values
|
245
|
+
# 1000
|
246
|
+
#
|
247
|
+
PROCESS_REAL_USER_ID = 'process.real_user.id'
|
248
|
+
|
249
|
+
# The username of the real user of the process.
|
250
|
+
#
|
251
|
+
# @note Stability Level: development
|
252
|
+
#
|
253
|
+
# @example Sample Values
|
254
|
+
# operator
|
255
|
+
#
|
256
|
+
PROCESS_REAL_USER_NAME = 'process.real_user.name'
|
257
|
+
|
258
|
+
# An additional description about the runtime of the process, for example a specific vendor customization of the runtime environment.
|
259
|
+
#
|
260
|
+
# @note Stability Level: development
|
261
|
+
#
|
262
|
+
# @example Sample Values
|
263
|
+
# Eclipse OpenJ9 Eclipse OpenJ9 VM openj9-0.21.0
|
264
|
+
#
|
265
|
+
PROCESS_RUNTIME_DESCRIPTION = 'process.runtime.description'
|
266
|
+
|
267
|
+
# The name of the runtime of this process.
|
268
|
+
#
|
269
|
+
# @note Stability Level: development
|
270
|
+
#
|
271
|
+
# @example Sample Values
|
272
|
+
# OpenJDK Runtime Environment
|
273
|
+
#
|
274
|
+
PROCESS_RUNTIME_NAME = 'process.runtime.name'
|
275
|
+
|
276
|
+
# The version of the runtime of this process, as returned by the runtime without modification.
|
277
|
+
#
|
278
|
+
# @note Stability Level: development
|
279
|
+
#
|
280
|
+
# @example Sample Values
|
281
|
+
# 14.0.2
|
282
|
+
#
|
283
|
+
PROCESS_RUNTIME_VERSION = 'process.runtime.version'
|
284
|
+
|
285
|
+
# The saved user ID (SUID) of the process.
|
286
|
+
#
|
287
|
+
# @note Stability Level: development
|
288
|
+
#
|
289
|
+
# @example Sample Values
|
290
|
+
# 1002
|
291
|
+
#
|
292
|
+
PROCESS_SAVED_USER_ID = 'process.saved_user.id'
|
293
|
+
|
294
|
+
# The username of the saved user.
|
295
|
+
#
|
296
|
+
# @note Stability Level: development
|
297
|
+
#
|
298
|
+
# @example Sample Values
|
299
|
+
# operator
|
300
|
+
#
|
301
|
+
PROCESS_SAVED_USER_NAME = 'process.saved_user.name'
|
302
|
+
|
303
|
+
# The PID of the process's session leader. This is also the session ID (SID) of the process.
|
304
|
+
#
|
305
|
+
# @note Stability Level: development
|
306
|
+
#
|
307
|
+
# @example Sample Values
|
308
|
+
# 14
|
309
|
+
#
|
310
|
+
PROCESS_SESSION_LEADER_PID = 'process.session_leader.pid'
|
311
|
+
|
312
|
+
# Process title (proctitle)
|
313
|
+
#
|
314
|
+
# In many Unix-like systems, process title (proctitle), is the string that represents the name or command line of a running process, displayed by system monitoring tools like ps, top, and htop.
|
315
|
+
#
|
316
|
+
# @note Stability Level: development
|
317
|
+
#
|
318
|
+
# @example Sample Values
|
319
|
+
# cat /etc/hostname
|
320
|
+
# xfce4-session
|
321
|
+
# bash
|
322
|
+
#
|
323
|
+
PROCESS_TITLE = 'process.title'
|
324
|
+
|
325
|
+
# The effective user ID (EUID) of the process.
|
326
|
+
#
|
327
|
+
# @note Stability Level: development
|
328
|
+
#
|
329
|
+
# @example Sample Values
|
330
|
+
# 1001
|
331
|
+
#
|
332
|
+
PROCESS_USER_ID = 'process.user.id'
|
333
|
+
|
334
|
+
# The username of the effective user of the process.
|
335
|
+
#
|
336
|
+
# @note Stability Level: development
|
337
|
+
#
|
338
|
+
# @example Sample Values
|
339
|
+
# root
|
340
|
+
#
|
341
|
+
PROCESS_USER_NAME = 'process.user.name'
|
342
|
+
|
343
|
+
# Virtual process identifier.
|
344
|
+
#
|
345
|
+
# The process ID within a PID namespace. This is not necessarily unique across all processes on the host but it is unique within the process namespace that the process exists within.
|
346
|
+
#
|
347
|
+
# @note Stability Level: development
|
348
|
+
#
|
349
|
+
# @example Sample Values
|
350
|
+
# 12
|
351
|
+
#
|
352
|
+
PROCESS_VPID = 'process.vpid'
|
353
|
+
|
354
|
+
# The working directory of the process.
|
355
|
+
#
|
356
|
+
# @note Stability Level: development
|
357
|
+
#
|
358
|
+
# @example Sample Values
|
359
|
+
# /root
|
360
|
+
#
|
361
|
+
PROCESS_WORKING_DIRECTORY = 'process.working_directory'
|
362
|
+
|
363
|
+
# @!endgroup
|
364
|
+
end
|
365
|
+
end
|
366
|
+
end
|
367
|
+
end
|
@@ -0,0 +1,89 @@
|
|
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 PROCESS
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# Number of times the process has been context switched.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
PROCESS_CONTEXT_SWITCHES = 'process.context_switches'
|
31
|
+
|
32
|
+
# Total CPU seconds broken down by different states.
|
33
|
+
#
|
34
|
+
# @note Stability Level: development
|
35
|
+
PROCESS_CPU_TIME = 'process.cpu.time'
|
36
|
+
|
37
|
+
# Difference in process.cpu.time since the last measurement, divided by the elapsed time and number of CPUs available to the process.
|
38
|
+
#
|
39
|
+
# @note Stability Level: development
|
40
|
+
PROCESS_CPU_UTILIZATION = 'process.cpu.utilization'
|
41
|
+
|
42
|
+
# Disk bytes transferred.
|
43
|
+
#
|
44
|
+
# @note Stability Level: development
|
45
|
+
PROCESS_DISK_IO = 'process.disk.io'
|
46
|
+
|
47
|
+
# The amount of physical memory in use.
|
48
|
+
#
|
49
|
+
# @note Stability Level: development
|
50
|
+
PROCESS_MEMORY_USAGE = 'process.memory.usage'
|
51
|
+
|
52
|
+
# The amount of committed virtual memory.
|
53
|
+
#
|
54
|
+
# @note Stability Level: development
|
55
|
+
PROCESS_MEMORY_VIRTUAL = 'process.memory.virtual'
|
56
|
+
|
57
|
+
# Network bytes transferred.
|
58
|
+
#
|
59
|
+
# @note Stability Level: development
|
60
|
+
PROCESS_NETWORK_IO = 'process.network.io'
|
61
|
+
|
62
|
+
# Number of file descriptors in use by the process.
|
63
|
+
#
|
64
|
+
# @note Stability Level: development
|
65
|
+
PROCESS_OPEN_FILE_DESCRIPTOR_COUNT = 'process.open_file_descriptor.count'
|
66
|
+
|
67
|
+
# Number of page faults the process has made.
|
68
|
+
#
|
69
|
+
# @note Stability Level: development
|
70
|
+
PROCESS_PAGING_FAULTS = 'process.paging.faults'
|
71
|
+
|
72
|
+
# Process threads count.
|
73
|
+
#
|
74
|
+
# @note Stability Level: development
|
75
|
+
PROCESS_THREAD_COUNT = 'process.thread.count'
|
76
|
+
|
77
|
+
# The time the process has been running.
|
78
|
+
#
|
79
|
+
# Instrumentations SHOULD use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
80
|
+
# The actual accuracy would depend on the instrumentation and operating system.
|
81
|
+
#
|
82
|
+
# @note Stability Level: development
|
83
|
+
PROCESS_UPTIME = 'process.uptime'
|
84
|
+
|
85
|
+
# @!endgroup
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
89
|
+
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 'process/attributes'
|
22
|
+
require_relative 'process/metrics'
|
@@ -0,0 +1,40 @@
|
|
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 PROFILE
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Describes the interpreter or compiler of a single frame.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# cpython
|
33
|
+
#
|
34
|
+
PROFILE_FRAME_TYPE = 'profile.frame.type'
|
35
|
+
|
36
|
+
# @!endgroup
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
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 'profile/attributes'
|