Skip to content
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

New Relic distributed tracing needs another option set #974

Open
seanhamlin opened this issue Apr 16, 2024 · 0 comments
Open

New Relic distributed tracing needs another option set #974

seanhamlin opened this issue Apr 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@seanhamlin
Copy link
Contributor

Seeing this in the PHP container logs:

2024-04-16 20:19:45.042 +0000 (538 538) error: newrelic.transaction_tracer.enabled must be enabled in order to use distributed tracing. Occurred 1 times.

The following environment variables are set:

  NEWRELIC_BROWSER_MONITORING_ENABLED: 'false'
  NEWRELIC_DISTRIBUTED_TRACING_ENABLED: 'true'
  NEWRELIC_ENABLED: 'true'
  NEWRELIC_LICENSE: KEYGOESINHEREFFFNRAL

From reading

I believe we need the following set when NEWRELIC_DISTRIBUTED_TRACING_ENABLED == true

newrelic.transaction_tracer.enabled = true
newrelic.distributed_tracing_enabled = true
@seanhamlin seanhamlin added the bug Something isn't working label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant