-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add redis example #608
Add redis example #608
Conversation
f993017
to
5f5d298
Compare
value: ${REDIS_PORT} | ||
|
||
exporters: | ||
logging: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use debug exporter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops meant to remove this
export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.nr-data.net | ||
export OTEL_EXPORTER_OTLP_HEADERS=api-key=<your_license_key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.nr-data.net | |
export OTEL_EXPORTER_OTLP_HEADERS=api-key=<your_license_key> | |
export NEW_RELIC_OTLP_ENDPOINT=https://otlp.nr-data.net | |
export NEW_RELIC_API_KEY=<your_license_key> |
Superseded by #610 |
No description provided.