You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `opentelemetry-semantic_conventions` gem provides auto-generated constants that represent the OpenTelemetry [Semantic Conventions][semantic-conventions].
3
+
The `opentelemetry-semantic_conventions` gem provides auto-generated constants
4
+
that represent the OpenTelemetry [Semantic Conventions][semantic-conventions].
4
5
5
6
## What is OpenTelemetry?
6
7
7
-
OpenTelemetry is an open source observability framework, providing a general-purpose API, SDK, and related tools required for the instrumentation of cloud-native software, frameworks, and libraries.
8
+
OpenTelemetry is an open source observability framework, providing a
9
+
general-purpose API, SDK, and related tools required for the instrumentation of
10
+
cloud-native software, frameworks, and libraries.
8
11
9
-
OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.
12
+
OpenTelemetry provides a single set of APIs, libraries, agents, and collector
13
+
services to capture distributed traces and metrics from your application. You
14
+
can analyze them using Prometheus, Jaeger, and other observability tools.
10
15
11
16
## How does this gem fit in?
12
17
13
-
The `opentelemetry-semantic_conventions` gem provides auto-generated constants that represent the OpenTelemetry Semantic Conventions. They may be referenced in instrumentation or end-user code in place of hard-coding the names of the conventions. Because they are generated from the YAML models in the specification, they are kept up-to-date for you.
18
+
The `opentelemetry-semantic_conventions` gem provides auto-generated constants
19
+
that represent the OpenTelemetry Semantic Conventions. They may be referenced
20
+
in instrumentation or end-user code in place of hard-coding the names of the
21
+
conventions. Because they are generated from the YAML models in the
22
+
specification, they are kept up-to-date for you.
14
23
15
24
## How do I get started?
16
25
@@ -20,29 +29,82 @@ Install the gem using:
20
29
gem install opentelemetry-semantic_conventions
21
30
```
22
31
23
-
Or, if you use Bundler, include `opentelemetry-semantic_conventions` in your `Gemfile`.
32
+
Or, if you use Bundler, include `opentelemetry-semantic_conventions` in your
Bump the version number in the Rakefile, and then run `rake generate`.
36
91
37
92
## How can I get involved?
38
93
39
-
The `opentelemetry-semantic_conventions` gem source is on github, along with related gems.
94
+
The `opentelemetry-semantic_conventions` gem source is on GitHub, along with
95
+
related gems.
40
96
41
-
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us in [GitHub Discussions][discussions-url] or attending our weekly meeting. See the meeting calendar for dates and times. For more information on this and other language SIGs, see the OpenTelemetry community page.
97
+
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special
98
+
interest group (SIG). You can get involved by joining us in
99
+
[GitHub Discussions][discussions-url] or attending our weekly meeting. See the
100
+
meeting calendar for dates and times. For more information on this and other
101
+
language SIGs, see the OpenTelemetry community page.
42
102
43
103
## License
44
104
45
-
The `opentelemetry-semantic_conventions` gem is distributed under the Apache 2.0 license. See LICENSE for more information.
105
+
The `opentelemetry-semantic_conventions` gem is distributed under the Apache 2.0
0 commit comments