From 28b4d26073f2b1fb1c969f7f106efe2ad45e75b9 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Wed, 23 Oct 2024 09:31:27 +0300 Subject: [PATCH] Fix default value explanation for SPLUNK_PROFILER_LOGS_ENDPOINT (#318) --- specification/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/configuration.md b/specification/configuration.md index 21f311e..3bf84c0 100644 --- a/specification/configuration.md +++ b/specification/configuration.md @@ -169,7 +169,7 @@ instance using the following environment variables: | `SPLUNK_ACCESS_TOKEN` | | Access token added to exported data. [1] | | `SPLUNK_PROFILER_CALL_STACK_INTERVAL` | 10000 | Interval at which call stacks are sampled (in ms) [5] | | `SPLUNK_PROFILER_ENABLED` | false | Whether CPU profiling is enabled. [2] [5] | -| `SPLUNK_PROFILER_LOGS_ENDPOINT` | * | Where profiling data is sent. Defaults to the value in `OTLP_EXPORTER_OTLP_ENDPOINT` [5] | +| `SPLUNK_PROFILER_LOGS_ENDPOINT` | * | Where profiling data is sent. Defaults to the value in `OTEL_EXPORTER_OTLP_ENDPOINT` [5] | | `SPLUNK_PROFILER_MEMORY_ENABLED` | false | Whether memory profiling is enabled. [2] [6] | | `SPLUNK_REALM` | `none` | Which realm to send exported data. [3] | | `SPLUNK_TRACE_RESPONSE_HEADER_ENABLED` | true | Whether `Server-Timing` header is added to HTTP responses. [4] |