From f092fbe353ea2f9d0ae2665248f99b1685f4ae47 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Wed, 23 Oct 2024 07:30:22 +0300 Subject: [PATCH] Fix default value explanation for SPLUNK_PROFILER_LOGS_ENDPOINT --- 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] |