Skip to content

Commit b582ae7

Browse files
committed
update protocol to http for internal collector metrics config
This follows the project's recommendation of using http/protobuf instead of grpc. Signed-off-by: Alex Boten <[email protected]>
1 parent a0a1065 commit b582ae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/collector/internal-telemetry.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ service:
4949
- periodic:
5050
exporter:
5151
otlp:
52-
protocol: grpc
53-
endpoint: http://localhost:14317
52+
protocol: http/protobuf
53+
endpoint: https://backend:4318
5454
```
5555
5656
Alternatively, you can expose the Prometheus endpoint to one specific or all
@@ -169,8 +169,8 @@ service:
169169
- batch:
170170
exporter:
171171
otlp:
172-
protocol: grpc
173-
endpoint: https://backend:4317
172+
protocol: http/protobuf
173+
endpoint: https://backend:4318
174174
```
175175

176176
See the [example configuration][kitchen-sink-config] for additional options.

0 commit comments

Comments
 (0)