Skip to content

Commit

Permalink
Update ruby getting started to use OTLP http/protobuf (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Jan 18, 2024
1 parent e3f5ee8 commit 4033c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions getting-started-guides/ruby/instrumented/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
daemons (1.4.1)
eventmachine (1.2.7)
google-protobuf (3.23.3-arm64-darwin)
google-protobuf (3.23.3-x86_64-darwin)
googleapis-common-protos-types (1.6.0)
google-protobuf (~> 3.14)
Expand Down Expand Up @@ -214,6 +215,7 @@ GEM
tilt (2.2.0)

PLATFORMS
arm64-darwin-22
x86_64-darwin-22

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion getting-started-guides/ruby/instrumented/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To run this demo app via the CLI:
2. Set these two environment variables to send data to your New Relic account:
```
export OTEL_EXPORTER_OTLP_HEADERS=api-key=<your_license_key>
export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.nr-data.net:4317
export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.nr-data.net
```
* Make sure to use your [ingest license key](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#license-key)
* If your account is based in the EU, set the endpoint to: https://otlp.eu01.nr-data.net:4317
Expand Down

0 comments on commit 4033c27

Please sign in to comment.