We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a1065 commit b582ae7Copy full SHA for b582ae7
content/en/docs/collector/internal-telemetry.md
@@ -49,8 +49,8 @@ service:
49
- periodic:
50
exporter:
51
otlp:
52
- protocol: grpc
53
- endpoint: http://localhost:14317
+ protocol: http/protobuf
+ endpoint: https://backend:4318
54
```
55
56
Alternatively, you can expose the Prometheus endpoint to one specific or all
@@ -169,8 +169,8 @@ service:
169
- batch:
170
171
172
173
- endpoint: https://backend:4317
174
175
176
See the [example configuration][kitchen-sink-config] for additional options.
0 commit comments