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,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 'service/attributes'
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module SESSION
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# A unique id to identify a session.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# 00112233-4455-6677-8899-aabbccddeeff
|
33
|
+
#
|
34
|
+
SESSION_ID = 'session.id'
|
35
|
+
|
36
|
+
# The previous `session.id` for this user, when known.
|
37
|
+
#
|
38
|
+
# @note Stability Level: development
|
39
|
+
#
|
40
|
+
# @example Sample Values
|
41
|
+
# 00112233-4455-6677-8899-aabbccddeeff
|
42
|
+
#
|
43
|
+
SESSION_PREVIOUS_ID = 'session.previous_id'
|
44
|
+
|
45
|
+
# @!endgroup
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
require_relative 'session/attributes'
|
@@ -0,0 +1,55 @@
|
|
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 SIGNALR
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# SignalR HTTP connection closure status.
|
28
|
+
#
|
29
|
+
# @note Stability Level: stable
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# app_shutdown
|
33
|
+
# timeout
|
34
|
+
#
|
35
|
+
#
|
36
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::SIGNALR::SIGNALR_CONNECTION_STATUS}.
|
37
|
+
SIGNALR_CONNECTION_STATUS = 'signalr.connection.status'
|
38
|
+
|
39
|
+
# [SignalR transport type](https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/docs/specs/TransportProtocols.md)
|
40
|
+
#
|
41
|
+
# @note Stability Level: stable
|
42
|
+
#
|
43
|
+
# @example Sample Values
|
44
|
+
# web_sockets
|
45
|
+
# long_polling
|
46
|
+
#
|
47
|
+
#
|
48
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::SIGNALR::SIGNALR_TRANSPORT}.
|
49
|
+
SIGNALR_TRANSPORT = 'signalr.transport'
|
50
|
+
|
51
|
+
# @!endgroup
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
# SPDX-License-Identifier: Apache-2.0
|
18
|
+
#
|
19
|
+
# This file was autogenerated. Do not edit it by hand.
|
20
|
+
|
21
|
+
module OpenTelemetry
|
22
|
+
module SemConv
|
23
|
+
module Incubating
|
24
|
+
module SIGNALR
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# Number of connections that are currently active on the server.
|
28
|
+
#
|
29
|
+
# Meter name: `Microsoft.AspNetCore.Http.Connections`; Added in: ASP.NET Core 8.0
|
30
|
+
#
|
31
|
+
# @note Stability Level: stable
|
32
|
+
#
|
33
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::SIGNALR::SIGNALR_SERVER_ACTIVE_CONNECTIONS}.
|
34
|
+
SIGNALR_SERVER_ACTIVE_CONNECTIONS = 'signalr.server.active_connections'
|
35
|
+
|
36
|
+
# The duration of connections on the server.
|
37
|
+
#
|
38
|
+
# Meter name: `Microsoft.AspNetCore.Http.Connections`; Added in: ASP.NET Core 8.0
|
39
|
+
#
|
40
|
+
# @note Stability Level: stable
|
41
|
+
#
|
42
|
+
# @deprecated Now available in the stable namespace at {OpenTelemetry::SemConv::SIGNALR::SIGNALR_SERVER_CONNECTION_DURATION}.
|
43
|
+
SIGNALR_SERVER_CONNECTION_DURATION = 'signalr.server.connection.duration'
|
44
|
+
|
45
|
+
# @!endgroup
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
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 'signalr/attributes'
|
22
|
+
require_relative 'signalr/metrics'
|
@@ -0,0 +1,54 @@
|
|
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 SOURCE
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Source address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
|
28
|
+
#
|
29
|
+
# When observed from the destination side, and when communicating through an intermediary, `source.address` SHOULD represent the source address behind any intermediaries, for example proxies, if it's available.
|
30
|
+
#
|
31
|
+
# @note Stability Level: development
|
32
|
+
#
|
33
|
+
# @example Sample Values
|
34
|
+
# source.example.com
|
35
|
+
# 10.1.2.80
|
36
|
+
# /tmp/my.sock
|
37
|
+
#
|
38
|
+
SOURCE_ADDRESS = 'source.address'
|
39
|
+
|
40
|
+
# Source port number
|
41
|
+
#
|
42
|
+
# @note Stability Level: development
|
43
|
+
#
|
44
|
+
# @example Sample Values
|
45
|
+
# 3389
|
46
|
+
# 2888
|
47
|
+
#
|
48
|
+
SOURCE_PORT = 'source.port'
|
49
|
+
|
50
|
+
# @!endgroup
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
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 'source/attributes'
|
@@ -0,0 +1,162 @@
|
|
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 SYSTEM
|
25
|
+
# @!group Attribute Names
|
26
|
+
|
27
|
+
# Deprecated, use `cpu.logical_number` instead.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
#
|
31
|
+
# @example Sample Values
|
32
|
+
# 1
|
33
|
+
#
|
34
|
+
SYSTEM_CPU_LOGICAL_NUMBER = 'system.cpu.logical_number'
|
35
|
+
|
36
|
+
# Deprecated, use `cpu.mode` instead.
|
37
|
+
#
|
38
|
+
# @note Stability Level: development
|
39
|
+
#
|
40
|
+
# @example Sample Values
|
41
|
+
# idle
|
42
|
+
# interrupt
|
43
|
+
#
|
44
|
+
# @deprecated {"note": "Replaced by `cpu.mode`.", "reason": "renamed", "renamed_to": "cpu.mode"}
|
45
|
+
SYSTEM_CPU_STATE = 'system.cpu.state'
|
46
|
+
|
47
|
+
# The device identifier
|
48
|
+
#
|
49
|
+
# @note Stability Level: development
|
50
|
+
#
|
51
|
+
# @example Sample Values
|
52
|
+
# (identifier)
|
53
|
+
#
|
54
|
+
SYSTEM_DEVICE = 'system.device'
|
55
|
+
|
56
|
+
# The filesystem mode
|
57
|
+
#
|
58
|
+
# @note Stability Level: development
|
59
|
+
#
|
60
|
+
# @example Sample Values
|
61
|
+
# rw, ro
|
62
|
+
#
|
63
|
+
SYSTEM_FILESYSTEM_MODE = 'system.filesystem.mode'
|
64
|
+
|
65
|
+
# The filesystem mount path
|
66
|
+
#
|
67
|
+
# @note Stability Level: development
|
68
|
+
#
|
69
|
+
# @example Sample Values
|
70
|
+
# /mnt/data
|
71
|
+
#
|
72
|
+
SYSTEM_FILESYSTEM_MOUNTPOINT = 'system.filesystem.mountpoint'
|
73
|
+
|
74
|
+
# The filesystem state
|
75
|
+
#
|
76
|
+
# @note Stability Level: development
|
77
|
+
#
|
78
|
+
# @example Sample Values
|
79
|
+
# used
|
80
|
+
#
|
81
|
+
SYSTEM_FILESYSTEM_STATE = 'system.filesystem.state'
|
82
|
+
|
83
|
+
# The filesystem type
|
84
|
+
#
|
85
|
+
# @note Stability Level: development
|
86
|
+
#
|
87
|
+
# @example Sample Values
|
88
|
+
# ext4
|
89
|
+
#
|
90
|
+
SYSTEM_FILESYSTEM_TYPE = 'system.filesystem.type'
|
91
|
+
|
92
|
+
# The memory state
|
93
|
+
#
|
94
|
+
# @note Stability Level: development
|
95
|
+
#
|
96
|
+
# @example Sample Values
|
97
|
+
# free
|
98
|
+
# cached
|
99
|
+
#
|
100
|
+
SYSTEM_MEMORY_STATE = 'system.memory.state'
|
101
|
+
|
102
|
+
# Deprecated, use `network.connection.state` instead.
|
103
|
+
#
|
104
|
+
# @note Stability Level: development
|
105
|
+
#
|
106
|
+
# @example Sample Values
|
107
|
+
# close_wait
|
108
|
+
#
|
109
|
+
# @deprecated {"note": "Replaced by `network.connection.state`.", "reason": "renamed", "renamed_to": "network.connection.state"}
|
110
|
+
SYSTEM_NETWORK_STATE = 'system.network.state'
|
111
|
+
|
112
|
+
# The paging access direction
|
113
|
+
#
|
114
|
+
# @note Stability Level: development
|
115
|
+
#
|
116
|
+
# @example Sample Values
|
117
|
+
# in
|
118
|
+
#
|
119
|
+
SYSTEM_PAGING_DIRECTION = 'system.paging.direction'
|
120
|
+
|
121
|
+
# The memory paging state
|
122
|
+
#
|
123
|
+
# @note Stability Level: development
|
124
|
+
#
|
125
|
+
# @example Sample Values
|
126
|
+
# free
|
127
|
+
#
|
128
|
+
SYSTEM_PAGING_STATE = 'system.paging.state'
|
129
|
+
|
130
|
+
# The memory paging type
|
131
|
+
#
|
132
|
+
# @note Stability Level: development
|
133
|
+
#
|
134
|
+
# @example Sample Values
|
135
|
+
# minor
|
136
|
+
#
|
137
|
+
SYSTEM_PAGING_TYPE = 'system.paging.type'
|
138
|
+
|
139
|
+
# The process state, e.g., [Linux Process State Codes](https://man7.org/linux/man-pages/man1/ps.1.html#PROCESS_STATE_CODES)
|
140
|
+
#
|
141
|
+
# @note Stability Level: development
|
142
|
+
#
|
143
|
+
# @example Sample Values
|
144
|
+
# running
|
145
|
+
#
|
146
|
+
SYSTEM_PROCESS_STATUS = 'system.process.status'
|
147
|
+
|
148
|
+
# Deprecated, use `system.process.status` instead.
|
149
|
+
#
|
150
|
+
# @note Stability Level: development
|
151
|
+
#
|
152
|
+
# @example Sample Values
|
153
|
+
# running
|
154
|
+
#
|
155
|
+
# @deprecated {"note": "Replaced by `system.process.status`.", "reason": "renamed", "renamed_to": "system.process.status"}
|
156
|
+
SYSTEM_PROCESSES_STATUS = 'system.processes.status'
|
157
|
+
|
158
|
+
# @!endgroup
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|
@@ -0,0 +1,227 @@
|
|
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 SYSTEM
|
25
|
+
# @!group Metrics Names
|
26
|
+
|
27
|
+
# Operating frequency of the logical CPU in Hertz.
|
28
|
+
#
|
29
|
+
# @note Stability Level: development
|
30
|
+
SYSTEM_CPU_FREQUENCY = 'system.cpu.frequency'
|
31
|
+
|
32
|
+
# Reports the number of logical (virtual) processor cores created by the operating system to manage multitasking
|
33
|
+
#
|
34
|
+
# Calculated by multiplying the number of sockets by the number of cores per socket, and then by the number of threads per core
|
35
|
+
#
|
36
|
+
# @note Stability Level: development
|
37
|
+
SYSTEM_CPU_LOGICAL_COUNT = 'system.cpu.logical.count'
|
38
|
+
|
39
|
+
# Reports the number of actual physical processor cores on the hardware
|
40
|
+
#
|
41
|
+
# Calculated by multiplying the number of sockets by the number of cores per socket
|
42
|
+
#
|
43
|
+
# @note Stability Level: development
|
44
|
+
SYSTEM_CPU_PHYSICAL_COUNT = 'system.cpu.physical.count'
|
45
|
+
|
46
|
+
# Seconds each logical CPU spent on each mode
|
47
|
+
#
|
48
|
+
# @note Stability Level: development
|
49
|
+
SYSTEM_CPU_TIME = 'system.cpu.time'
|
50
|
+
|
51
|
+
# For each logical CPU, the utilization is calculated as the change in cumulative CPU time (cpu.time) over a measurement interval, divided by the elapsed time.
|
52
|
+
#
|
53
|
+
# @note Stability Level: development
|
54
|
+
SYSTEM_CPU_UTILIZATION = 'system.cpu.utilization'
|
55
|
+
|
56
|
+
# @note Stability Level: development
|
57
|
+
SYSTEM_DISK_IO = 'system.disk.io'
|
58
|
+
|
59
|
+
# Time disk spent activated
|
60
|
+
#
|
61
|
+
# The real elapsed time ("wall clock") used in the I/O path (time from operations running in parallel are not counted). Measured as:
|
62
|
+
#
|
63
|
+
# - Linux: Field 13 from [procfs-diskstats](https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats)
|
64
|
+
# - Windows: The complement of
|
65
|
+
# ["Disk% Idle Time"](https://learn.microsoft.com/archive/blogs/askcore/windows-performance-monitor-disk-counters-explained#windows-performance-monitor-disk-counters-explained)
|
66
|
+
# performance counter: `uptime * (100 - "Disk\% Idle Time") / 100`
|
67
|
+
#
|
68
|
+
# @note Stability Level: development
|
69
|
+
SYSTEM_DISK_IO_TIME = 'system.disk.io_time'
|
70
|
+
|
71
|
+
# The total storage capacity of the disk
|
72
|
+
#
|
73
|
+
# @note Stability Level: development
|
74
|
+
SYSTEM_DISK_LIMIT = 'system.disk.limit'
|
75
|
+
|
76
|
+
# @note Stability Level: development
|
77
|
+
SYSTEM_DISK_MERGED = 'system.disk.merged'
|
78
|
+
|
79
|
+
# Sum of the time each operation took to complete
|
80
|
+
#
|
81
|
+
# Because it is the sum of time each request took, parallel-issued requests each contribute to make the count grow. Measured as:
|
82
|
+
#
|
83
|
+
# - Linux: Fields 7 & 11 from [procfs-diskstats](https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats)
|
84
|
+
# - Windows: "Avg. Disk sec/Read" perf counter multiplied by "Disk Reads/sec" perf counter (similar for Writes)
|
85
|
+
#
|
86
|
+
# @note Stability Level: development
|
87
|
+
SYSTEM_DISK_OPERATION_TIME = 'system.disk.operation_time'
|
88
|
+
|
89
|
+
# @note Stability Level: development
|
90
|
+
SYSTEM_DISK_OPERATIONS = 'system.disk.operations'
|
91
|
+
|
92
|
+
# The total storage capacity of the filesystem
|
93
|
+
#
|
94
|
+
# @note Stability Level: development
|
95
|
+
SYSTEM_FILESYSTEM_LIMIT = 'system.filesystem.limit'
|
96
|
+
|
97
|
+
# Reports a filesystem's space usage across different states.
|
98
|
+
#
|
99
|
+
# The sum of all `system.filesystem.usage` values over the different `system.filesystem.state` attributes
|
100
|
+
# SHOULD equal the total storage capacity of the filesystem, that is `system.filesystem.limit`.
|
101
|
+
#
|
102
|
+
# @note Stability Level: development
|
103
|
+
SYSTEM_FILESYSTEM_USAGE = 'system.filesystem.usage'
|
104
|
+
|
105
|
+
# @note Stability Level: development
|
106
|
+
SYSTEM_FILESYSTEM_UTILIZATION = 'system.filesystem.utilization'
|
107
|
+
|
108
|
+
# An estimate of how much memory is available for starting new applications, without causing swapping
|
109
|
+
#
|
110
|
+
# This is an alternative to `system.memory.usage` metric with `state=free`.
|
111
|
+
# Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values.
|
112
|
+
# This is supposed to be more accurate than just "free" memory.
|
113
|
+
# For reference, see the calculations [here](https://superuser.com/a/980821).
|
114
|
+
# See also `MemAvailable` in [/proc/meminfo](https://man7.org/linux/man-pages/man5/proc.5.html).
|
115
|
+
#
|
116
|
+
# @note Stability Level: development
|
117
|
+
SYSTEM_LINUX_MEMORY_AVAILABLE = 'system.linux.memory.available'
|
118
|
+
|
119
|
+
# Reports the memory used by the Linux kernel for managing caches of frequently used objects.
|
120
|
+
#
|
121
|
+
# The sum over the `reclaimable` and `unreclaimable` state values in `linux.memory.slab.usage` SHOULD be equal to the total slab memory available on the system.
|
122
|
+
# Note that the total slab memory is not constant and may vary over time.
|
123
|
+
# See also the [Slab allocator](https://blogs.oracle.com/linux/post/understanding-linux-kernel-memory-statistics) and `Slab` in [/proc/meminfo](https://man7.org/linux/man-pages/man5/proc.5.html).
|
124
|
+
#
|
125
|
+
# @note Stability Level: development
|
126
|
+
SYSTEM_LINUX_MEMORY_SLAB_USAGE = 'system.linux.memory.slab.usage'
|
127
|
+
|
128
|
+
# Total memory available in the system.
|
129
|
+
#
|
130
|
+
# Its value SHOULD equal the sum of `system.memory.state` over all states.
|
131
|
+
#
|
132
|
+
# @note Stability Level: development
|
133
|
+
SYSTEM_MEMORY_LIMIT = 'system.memory.limit'
|
134
|
+
|
135
|
+
# Shared memory used (mostly by tmpfs).
|
136
|
+
#
|
137
|
+
# Equivalent of `shared` from [`free` command](https://man7.org/linux/man-pages/man1/free.1.html) or
|
138
|
+
# `Shmem` from [`/proc/meminfo`](https://man7.org/linux/man-pages/man5/proc.5.html)"
|
139
|
+
#
|
140
|
+
# @note Stability Level: development
|
141
|
+
SYSTEM_MEMORY_SHARED = 'system.memory.shared'
|
142
|
+
|
143
|
+
# Reports memory in use by state.
|
144
|
+
#
|
145
|
+
# The sum over all `system.memory.state` values SHOULD equal the total memory
|
146
|
+
# available on the system, that is `system.memory.limit`.
|
147
|
+
#
|
148
|
+
# @note Stability Level: development
|
149
|
+
SYSTEM_MEMORY_USAGE = 'system.memory.usage'
|
150
|
+
|
151
|
+
# @note Stability Level: development
|
152
|
+
SYSTEM_MEMORY_UTILIZATION = 'system.memory.utilization'
|
153
|
+
|
154
|
+
# @note Stability Level: development
|
155
|
+
SYSTEM_NETWORK_CONNECTION_COUNT = 'system.network.connection.count'
|
156
|
+
|
157
|
+
# Deprecated, use `system.network.connection.count` instead
|
158
|
+
#
|
159
|
+
# @note Stability Level: development
|
160
|
+
# @deprecated {"note": "Replaced by `system.network.connection.count`.", "reason": "renamed", "renamed_to": "system.network.connection.count"}
|
161
|
+
SYSTEM_NETWORK_CONNECTIONS = 'system.network.connections'
|
162
|
+
|
163
|
+
# Count of packets that are dropped or discarded even though there was no error
|
164
|
+
#
|
165
|
+
# Measured as:
|
166
|
+
#
|
167
|
+
# - Linux: the `drop` column in `/proc/dev/net` ([source](https://web.archive.org/web/20180321091318/http://www.onlamp.com/pub/a/linux/2000/11/16/LinuxAdmin.html))
|
168
|
+
# - Windows: [`InDiscards`/`OutDiscards`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
169
|
+
# from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2)
|
170
|
+
#
|
171
|
+
# @note Stability Level: development
|
172
|
+
SYSTEM_NETWORK_DROPPED = 'system.network.dropped'
|
173
|
+
|
174
|
+
# Count of network errors detected
|
175
|
+
#
|
176
|
+
# Measured as:
|
177
|
+
#
|
178
|
+
# - Linux: the `errs` column in `/proc/dev/net` ([source](https://web.archive.org/web/20180321091318/http://www.onlamp.com/pub/a/linux/2000/11/16/LinuxAdmin.html)).
|
179
|
+
# - Windows: [`InErrors`/`OutErrors`](https://docs.microsoft.com/windows/win32/api/netioapi/ns-netioapi-mib_if_row2)
|
180
|
+
# from [`GetIfEntry2`](https://docs.microsoft.com/windows/win32/api/netioapi/nf-netioapi-getifentry2).
|
181
|
+
#
|
182
|
+
# @note Stability Level: development
|
183
|
+
SYSTEM_NETWORK_ERRORS = 'system.network.errors'
|
184
|
+
|
185
|
+
# @note Stability Level: development
|
186
|
+
SYSTEM_NETWORK_IO = 'system.network.io'
|
187
|
+
|
188
|
+
# @note Stability Level: development
|
189
|
+
SYSTEM_NETWORK_PACKETS = 'system.network.packets'
|
190
|
+
|
191
|
+
# @note Stability Level: development
|
192
|
+
SYSTEM_PAGING_FAULTS = 'system.paging.faults'
|
193
|
+
|
194
|
+
# @note Stability Level: development
|
195
|
+
SYSTEM_PAGING_OPERATIONS = 'system.paging.operations'
|
196
|
+
|
197
|
+
# Unix swap or windows pagefile usage
|
198
|
+
#
|
199
|
+
# @note Stability Level: development
|
200
|
+
SYSTEM_PAGING_USAGE = 'system.paging.usage'
|
201
|
+
|
202
|
+
# @note Stability Level: development
|
203
|
+
SYSTEM_PAGING_UTILIZATION = 'system.paging.utilization'
|
204
|
+
|
205
|
+
# Total number of processes in each state
|
206
|
+
#
|
207
|
+
# @note Stability Level: development
|
208
|
+
SYSTEM_PROCESS_COUNT = 'system.process.count'
|
209
|
+
|
210
|
+
# Total number of processes created over uptime of the host
|
211
|
+
#
|
212
|
+
# @note Stability Level: development
|
213
|
+
SYSTEM_PROCESS_CREATED = 'system.process.created'
|
214
|
+
|
215
|
+
# The time the system has been running
|
216
|
+
#
|
217
|
+
# Instrumentations SHOULD use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
|
218
|
+
# The actual accuracy would depend on the instrumentation and operating system.
|
219
|
+
#
|
220
|
+
# @note Stability Level: development
|
221
|
+
SYSTEM_UPTIME = 'system.uptime'
|
222
|
+
|
223
|
+
# @!endgroup
|
224
|
+
end
|
225
|
+
end
|
226
|
+
end
|
227
|
+
end
|