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
Copy file name to clipboardExpand all lines: resource_detectors/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Opentelemetry::Resource::Detectors
2
2
3
-
The `opentelemetry-resource-detectors` gem provides resource detectors for OpenTelemetry.
3
+
The `opentelemetry-resource_detectors` gem provides resource detectors for OpenTelemetry.
4
4
5
5
## What is OpenTelemetry?
6
6
@@ -18,10 +18,10 @@ Install the gem using:
18
18
19
19
```
20
20
gem install opentelemetry-sdk
21
-
gem install opentelemetry-resource-detectors
21
+
gem install opentelemetry-resource_detectors
22
22
```
23
23
24
-
Or, if you use Bundler, include `opentelemetry-sdk` and `opentelemetry-resource-detectors` in your `Gemfile`.
24
+
Or, if you use Bundler, include `opentelemetry-sdk` and `opentelemetry-resource_detectors` in your `Gemfile`.
25
25
26
26
```rb
27
27
require'opentelemetry/sdk'
@@ -40,10 +40,10 @@ end
40
40
41
41
## How can I get involved?
42
42
43
-
The `opentelemetry-resource-detectors` gem source is on github, along with related gems.
43
+
The `opentelemetry-resource_detectors` gem source is on github, along with related gems.
44
44
45
45
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us on our gitter channel 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.
46
46
47
47
## License
48
48
49
-
The `opentelemetry-resource-detectors` gem is distributed under the Apache 2.0 license. See LICENSE for more information.
49
+
The `opentelemetry-resource_detectors` gem is distributed under the Apache 2.0 license. See LICENSE for more information.
0 commit comments