Skip to content

Commit 09a4255

Browse files
Merge pull request #467 from DemetrisChr/metrics-otel-endpoints
Fix otel.yaml config file in otel metrics exaple
2 parents 5a6a319 + f60e324 commit 09a4255

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/howtos/pages/observability-metrics.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ receivers:
148148
otlp:
149149
protocols:
150150
grpc:
151+
endpoint: '0.0.0.0:4317'
151152
http:
153+
endpoint: '0.0.0.0:4318'
152154

153155
exporters:
154156
logging:

0 commit comments

Comments
 (0)