opentelemetry-semantic_conventions 1.10.1 → 1.11.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/CHANGELOG.md +13 -9
- data/README.md +2 -2
- data/lib/opentelemetry/semantic_conventions/resource.rb +1 -1
- data/lib/opentelemetry/semantic_conventions/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d30ebf58d49525e0f640f6b2f8e0057053e1a142048fa05d0fd9414cc58b3a9
|
4
|
+
data.tar.gz: 146946fe715d0407cea0dd15532b6b14d9cec574efd24831193533b0edb3b0f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab0cc6b66600a01aaa5dc41a4da31066de81b21f53ea08f0b82839782a0d5706c59bfae78358adf5c81796d0296e5132de3c4e51ceff1a08b0faafc5d7957057
|
7
|
+
data.tar.gz: fa5bfe203028ea163a0684fac641772e57d43072bbfad15c117f0fad6570f5aa9a8e17026d378f5504228ec8fb296271394ac145a9665290ff7d47a9f4b4cbfd
|
data/CHANGELOG.md
CHANGED
@@ -1,30 +1,34 @@
|
|
1
1
|
# Release History: opentelemetry-semantic_conventions
|
2
2
|
|
3
|
+
### v1.11.0 / 2025-02-25
|
4
|
+
|
5
|
+
- ADDED: Support 3.1 Min Version
|
6
|
+
|
3
7
|
### v1.10.1 / 2024-07-24
|
4
8
|
|
5
|
-
|
9
|
+
- BREAKING CHANGE: Remove support for EoL Ruby 2.7
|
6
10
|
|
7
|
-
|
11
|
+
- ADDED: Remove support for EoL Ruby 2.7
|
8
12
|
|
9
13
|
### v1.10.0 / 2023-05-30
|
10
14
|
|
11
|
-
|
15
|
+
- FIXED: Warning messages from gem build
|
12
16
|
|
13
17
|
### v1.8.0 / 2022-01-06
|
14
18
|
|
15
|
-
|
19
|
+
- (No significant changes)
|
16
20
|
|
17
21
|
### v1.6.1 / 2021-09-29
|
18
22
|
|
19
|
-
|
23
|
+
- (No significant changes)
|
20
24
|
|
21
25
|
### v1.6.0 / 2021-08-12
|
22
26
|
|
23
|
-
|
27
|
+
- BREAKING CHANGE: Update opentelemetry-semantic_conventions to the 1.5.0 spec release
|
24
28
|
|
25
|
-
|
26
|
-
|
29
|
+
- ADDED: Update opentelemetry-semantic_conventions to the 1.5.0 spec release
|
30
|
+
- ADDED: Update to semantic conventions v1.6.0
|
27
31
|
|
28
32
|
### v1.4.0 / 2021-07-07
|
29
33
|
|
30
|
-
|
34
|
+
- Initial release.
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ The `opentelemetry-semantic_conventions` gem provides auto-generated constants t
|
|
16
16
|
|
17
17
|
Install the gem using:
|
18
18
|
|
19
|
-
```
|
19
|
+
```sh
|
20
20
|
gem install opentelemetry-semantic_conventions
|
21
21
|
```
|
22
22
|
|
@@ -45,4 +45,4 @@ The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special int
|
|
45
45
|
The `opentelemetry-semantic_conventions` gem is distributed under the Apache 2.0 license. See LICENSE for more information.
|
46
46
|
|
47
47
|
[discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
|
48
|
-
[semantic-conventions]: https://github.com/open-telemetry/opentelemetry-specification/tree/
|
48
|
+
[semantic-conventions]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.20.0/semantic_conventions
|
@@ -104,7 +104,7 @@ module OpenTelemetry
|
|
104
104
|
#
|
105
105
|
# * **AWS Lambda:** The function [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html).
|
106
106
|
# Take care not to use the "invoked ARN" directly but replace any
|
107
|
-
# [alias suffix](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html) with the resolved function version, as the same runtime instance may be
|
107
|
+
# [alias suffix](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html) with the resolved function version, as the same runtime instance may be invocable with multiple
|
108
108
|
# different aliases.
|
109
109
|
# * **GCP:** The [URI of the resource](https://cloud.google.com/iam/docs/full-resource-names)
|
110
110
|
# * **Azure:** The [Fully Qualified Resource ID](https://docs.microsoft.com/en-us/rest/api/resources/resources/get-by-id).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentelemetry-semantic_conventions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTelemetry Authors
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opentelemetry-api
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '1.
|
75
|
+
version: '1.65'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '1.
|
82
|
+
version: '1.65'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: simplecov
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -142,11 +142,11 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby
|
|
142
142
|
licenses:
|
143
143
|
- Apache-2.0
|
144
144
|
metadata:
|
145
|
-
changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-semantic_conventions/v1.
|
145
|
+
changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-semantic_conventions/v1.11.0/file.CHANGELOG.html
|
146
146
|
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/semantic_conventions
|
147
147
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
|
148
|
-
documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-semantic_conventions/v1.
|
149
|
-
post_install_message:
|
148
|
+
documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-semantic_conventions/v1.11.0
|
149
|
+
post_install_message:
|
150
150
|
rdoc_options: []
|
151
151
|
require_paths:
|
152
152
|
- lib
|
@@ -154,15 +154,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
154
154
|
requirements:
|
155
155
|
- - ">="
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version: '3.
|
157
|
+
version: '3.1'
|
158
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
159
159
|
requirements:
|
160
160
|
- - ">="
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: '0'
|
163
163
|
requirements: []
|
164
|
-
rubygems_version: 3.
|
165
|
-
signing_key:
|
164
|
+
rubygems_version: 3.3.27
|
165
|
+
signing_key:
|
166
166
|
specification_version: 4
|
167
167
|
summary: Semantic Convention definitions for OpenTelemetry
|
168
168
|
test_files: []
|