Skip to content

Commit

Permalink
Update docs/advanced-config.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
  • Loading branch information
seemk and theletterf authored Aug 25, 2022
1 parent 1965158 commit d62e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This distribution supports all the configuration options supported by the compon
| `OTEL_TRACES_SAMPLER` | `parentbased_always_on` | Stable | Sampler to be used for traces. See [Sampling](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#sampling)
| `OTEL_TRACES_SAMPLER_ARG` | | Stable | String value to be used as the sampler argument. Only be used if OTEL_TRACES_SAMPLER is set.
| `SPLUNK_ACCESS_TOKEN`<br>`accessToken` | | Stable | The optional access token for exporting signal data directly to SignalFx API.
| `SPLUNK_REALM`<br>`realm` | | Stable | Choose the Splunk realm when sending data directly to the Observability Cloud.
| `SPLUNK_REALM`<br>`realm` | | Stable | The name of your organization's realm, for example, ``us0``. When you set the realm, telemetry is sent directly to the ingest endpoint of Splunk Observability Cloud, bypassing the Splunk OpenTelemetry Collector.
| `SPLUNK_TRACE_RESPONSE_HEADER_ENABLED`<br>`serverTimingEnabled` | `true` | Stable | Enable injection of `Server-Timing` header to HTTP responses.
| `SPLUNK_REDIS_INCLUDE_COMMAND_ARGS` | `false` | Stable | Will include the full redis query in `db.statement` span attribute when using `redis` instrumentation.

Expand Down

0 comments on commit d62e2d5

Please sign in to comment.