Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:

exporters:
otlp:
endpoint: otelcol:55680
endpoint: otelcol:4317

extensions:
health_check:
Expand Down Expand Up @@ -87,9 +87,9 @@ processors:

exporters:
otlp:
endpoint: otelcol:55680
endpoint: otelcol:4317
otlp/2:
endpoint: otelcol2:55680
endpoint: otelcol2:4317

extensions:
health_check:
Expand Down Expand Up @@ -322,7 +322,7 @@ exporters:

# Data sources: traces, metrics, logs
otlp:
endpoint: otelcol2:55680
endpoint: otelcol2:4317
insecure: true

# Data sources: traces, metrics
Expand Down