Skip to content

Commit

Permalink
Fix headers and resource attributes in oltp.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Jan 22, 2024
1 parent aa20bfc commit b77b214
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/modules/ROOT/pages/implementations/otlp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ management:
# Supported configs
url: "https://otlp.example.com:4318/v1/metrics"
aggregationTemporality: "cumulative"
headers: "header1=value1"
resourceAttributes: "key=value"
headers:
header1: value1
resourceAttributes:
key1: value1
----

1. `url` - The URL to which data will be reported. Defaults to `http://localhost:4318/v1/metrics`
Expand Down

0 comments on commit b77b214

Please sign in to comment.