Skip to content

Commit

Permalink
Fix broken link in docs (#1968)
Browse files Browse the repository at this point in the history
* fix broken link

* add missing link
  • Loading branch information
breedx-splk committed Jul 30, 2024
1 parent 733d73d commit 8272898
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/advanced-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Below you will find all the configuration options supported by this distribution

## Splunk configuration

| System property | Environment variable | Default value | Support | Description |
|-----------------------------------------|-----------------------------------------|-------------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `splunk.access.token` | `SPLUNK_ACCESS_TOKEN` | unset | Stable | (Optional) Auth token allowing exporters to communicate directly with the Splunk cloud, passed as `X-SF-TOKEN` header. |
| `splunk.realm` | `SPLUNK_REALM` | `none` | Stable | The Splunk Observability Cloud realm where the telemetry should be sent to. For example, `us0` or `us1`. Defaults to `none`, which means that data goes to a Splunk OpenTelemetry Collector deployed on `localhost`. |
| `splunk.metrics.force_full_commandline` | `SPLUNK_METRICS_FORCE_FULL_COMMANDLINE` | `false` | Experimental | Adds the full command line as a resource attribute for all metrics. If false, commands longer than 255 characters are truncated. |
| `splunk.trace-response-header.enabled` | `SPLUNK_TRACE_RESPONSE_HEADER_ENABLED` | `true` | Stable | Enables adding server trace information to HTTP response headers. See [this document](server-trace-info.md) for more information. |
| System property | Environment variable | Default value | Support | Description |
|-----------------------------------------|-----------------------------------------|-------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `splunk.access.token` | `SPLUNK_ACCESS_TOKEN` | unset | Stable | (Optional) Auth token allowing exporters to communicate directly with the Splunk cloud, passed as `X-SF-TOKEN` header. |
| `splunk.realm` | `SPLUNK_REALM` | `none` | Stable | The Splunk Observability Cloud realm where the telemetry should be sent to. For example, `us0` or `us1`. Defaults to `none`, which means that data goes to a Splunk OpenTelemetry Collector deployed on `localhost`. |
| `splunk.metrics.force_full_commandline` | `SPLUNK_METRICS_FORCE_FULL_COMMANDLINE` | `false` | Experimental | Adds the full command line as a resource attribute for all metrics. If false, commands longer than 255 characters are truncated. |
| `splunk.trace-response-header.enabled` | `SPLUNK_TRACE_RESPONSE_HEADER_ENABLED` | `true` | Stable | Enables adding server trace information to HTTP response headers. See [this document](https://docs.splunk.com/observability/en/gdi/get-data-in/application/java/configuration/advanced-java-otel-configuration.html#server-trace-information) for more information. |

## Trace exporters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
settings.add(
setting(
"splunk.trace-response-header.enabled",
"Enables adding server trace information to HTTP response headers. See this document for more information.",
"Enables adding server trace information to HTTP response headers. [See this document](https://docs.splunk.com/observability/en/gdi/get-data-in/application/java/configuration/advanced-java-otel-configuration.html#server-trace-information) for more information.",
"true",
SettingType.BOOLEAN,
SettingCategory.GENERAL));
Expand Down

0 comments on commit 8272898

Please sign in to comment.