Skip to content

Commit

Permalink
Fix otel exporter otlp endpoint example value (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKiron authored Dec 18, 2023
1 parent a912bec commit 072d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ env:
fieldRef:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "$(NODE):4317"
value: "http://$(NODE):4317"
```
### About span metrics
Expand Down

0 comments on commit 072d480

Please sign in to comment.