Skip to content

Commit 407983e

Browse files
Apply suggestions from code review
1 parent eaefe89 commit 407983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SDKs](https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/#push
6060
```sh
6161
export OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf"
6262
export OTEL_EXPORTER_OTLP_ENDPOINT="https://otlp-gateway-prod-eu-west-0.grafana.net/otlp"
63-
export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Basic a-secret-token"
63+
export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Basic base64-encoded-string"
6464
```
6565

6666
> [!TIP]

0 commit comments

Comments
 (0)