Skip to content

Commit 9485be1

Browse files
avilevy18opentelemetrybotsvrnm
authored
Fixing error in config for internal-telemetry.md (#5672)
Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Severin Neumann <[email protected]>
1 parent 6b6a3b2 commit 9485be1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ service:
168168
exporter:
169169
otlp:
170170
protocol: grpc/protobuf
171-
endpoint: localhost:14317
171+
endpoint: http://localhost:14317
172172
traces:
173173
processors:
174-
batch:
175-
exporter:
176-
otlp:
177-
protocol: grpc/protobuf
178-
endpoint: localhost:14317
174+
- batch:
175+
exporter:
176+
otlp:
177+
protocol: grpc/protobuf
178+
endpoint: http://localhost:14317
179179
```
180180

181181
{{% alert title="Caution" color="warning" %}}

0 commit comments

Comments
 (0)