Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We will also change the verbosity of the logging exporter to prevent the disk fr

```yaml {hl_lines="3-4"}
exporters:
logging:
debug:
verbosity: normal
otlphttp/splunk:
```
Expand All @@ -36,7 +36,7 @@ The **otlphttp** exporter can also be configured to send traces and logs by defi

```yaml {hl_lines="5"}
exporters:
logging:
debug:
verbosity: normal
otlphttp/splunk:
metrics_endpoint: https://ingest.${env:REALM}.signalfx.com/v2/datapoint/otlp
Expand All @@ -59,7 +59,7 @@ The token is defined in the configuration file by inserting `X-SF-TOKEN: ${env:A

```yaml {hl_lines="6-8"}
exporters:
logging:
debug:
verbosity: normal
otlphttp/splunk:
metrics_endpoint: https://ingest.${env:REALM}.signalfx.com/v2/datapoint/otlp
Expand Down