- Type - | - -- Required configuration - | -
---|---|
- Infinite Tracing - | - -- Configuration options: - - * `newrelic.Config` structure: - - ```go - app, err := newrelic.NewApplication( - newrelic.ConfigAppName(YOUR_APP_NAME), - newrelic.ConfigLicense(YOUR_LICENSE_KEY), - func(cfg *newrelic.Config) { - cfg.InfiniteTracing.TraceObserver.Host = YOUR_TRACE_OBSERVER_HOST - }, - ) - ``` - * Environment variable: - - ``` - NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST=YOUR_TRACE_OBSERVER_HOST - ``` - | -
+ Type + | + ++ Required configuration + | +
---|---|
+ Infinite Tracing + | + ++ Configuration options: + + * `newrelic.Config` structure: + + ```go + app, err := newrelic.NewApplication( + newrelic.ConfigAppName(YOUR_APP_NAME), + newrelic.ConfigLicense(YOUR_LICENSE_KEY), + func(cfg *newrelic.Config) { + cfg.InfiniteTracing.TraceObserver.Host = YOUR_TRACE_OBSERVER_HOST + }, + ) + ``` + * Environment variable: + + ``` + NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST=YOUR_TRACE_OBSERVER_HOST + ``` + | +
- Type - | - -- Required configuration - | -
---|---|
- Infinite Tracing - | - -- Configuration options: - - * Configuration file (`newrelic.yml`) (indented 2 spaces under the `common` section): - - ```yml - distributed_tracing: - enabled: true - infinite_tracing: - trace_observer: - host: "YOUR_TRACE_OBSERVER_HOST" - ``` - * Java system property: - - ```ini - -Dnewrelic.config.distributed_tracing.enabled=true - -Dnewrelic.config.infinite_tracing.trace_observer.host="YOUR_TRACE_OBSERVER_HOST" - ``` - - * Environment variables: - - ```ini - NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true - NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST="YOUR_TRACE_OBSERVER_HOST" - ``` - | -
+ Type + | + ++ Required configuration + | +
---|---|
+ Infinite Tracing + | + ++ Configuration options: + + * Configuration file (`newrelic.yml`) (indented 2 spaces under the `common` section): + + ```yml + distributed_tracing: + enabled: true + infinite_tracing: + trace_observer: + host: "YOUR_TRACE_OBSERVER_HOST" + ``` + * Java system property: + + ```ini + -Dnewrelic.config.distributed_tracing.enabled=true + -Dnewrelic.config.infinite_tracing.trace_observer.host="YOUR_TRACE_OBSERVER_HOST" + ``` + + * Environment variables: + + ```ini + NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true + NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST="YOUR_TRACE_OBSERVER_HOST" + ``` + | +
- Type - | - -- Required configuration - | -
---|---|
- Infinite Tracing - | - -- Configuration options: - - Configuration file (`newrelic.js`): - - ``` - distributed_tracing: { - enabled: true - } - infinite_tracing: { - trace_observer: { - host: 'YOUR_TRACE_OBSERVER_HOST' - } - } - ``` - - Environment variables: - - ``` - NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true - NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST="YOUR_TRACE_OBSERVER_HOST" - ``` - | -
+ Type + | + ++ Required configuration + | +
---|---|
+ Infinite Tracing + | + ++ Configuration options: + + Configuration file (`newrelic.js`): + + ``` + distributed_tracing: { + enabled: true + } + infinite_tracing: { + trace_observer: { + host: 'YOUR_TRACE_OBSERVER_HOST' + } + } + ``` + + Environment variables: + + ``` + NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true + NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST="YOUR_TRACE_OBSERVER_HOST" + ``` + | +
+ Type + | + ++ Required configuration + | +
---|---|
+ Infinite Tracing + | + ++ Configuration options: + + * Configuration file (`newrelic.ini`): + + ```ini + newrelic.distributed_tracing_enabled = true + newrelic.span_events_enabled = true + newrelic.infinite_tracing.trace_observer.host= "YOUR_TRACE_OBSERVER_HOST" + ``` + | +
- Type - | - -- Required configuration - | -
---|---|
- Infinite Tracing - | - -- Configuration options: - - * Configuration file (`newrelic.ini`): - - ```ini - newrelic.distributed_tracing_enabled = true - newrelic.span_events_enabled = true - newrelic.infinite_tracing.trace_observer.host= "YOUR_TRACE_OBSERVER_HOST" - ``` - | -
- Type - | +
---|
+ Type + | -- Required configuration - | -+ Required configuration + | + + - -
---|---|---|
- Infinite Tracing - | +||
+ Infinite Tracing + | -- Pull down the libraries with this installation command, and then set up the configuration file or environment variables: + |
+ Pull down the libraries with this installation command, and then set up the configuration file or environment variables:
- ```bash
- pip install newrelic[infinite-tracing]
- ```
+ ```bash
+ pip install newrelic[infinite-tracing]
+ ```
- |
-
- Type - | - -- Required configuration - | -
---|---|
- Infinite Tracing - | - -- Configuration options: - - * Configuration file (`newrelic.yml`): - - ``` - distributed_tracing: - enabled: true - infinite_tracing: - trace_observer: - host: 'YOUR_TRACE_OBSERVER_HOST' - ``` - * Environment variables: - - ``` - NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true - NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST="YOUR_TRACE_OBSERVER_HOST" - ``` - | -
+ Type + | + ++ Required configuration + | +
---|---|
+ Infinite Tracing + | + ++ Configuration options: + + * Configuration file (`newrelic.yml`): + + ``` + distributed_tracing: + enabled: true + infinite_tracing: + trace_observer: + host: 'YOUR_TRACE_OBSERVER_HOST' + ``` + * Environment variables: + + ``` + NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true + NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST="YOUR_TRACE_OBSERVER_HOST" + ``` + | +