Skip to content

Commit

Permalink
Add Missing HTTP Receiver Config
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Sep 21, 2024
1 parent 37dbfdc commit 77d09e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
backend:
# This is the host name used in Prometheus scrape configuration.
aliases: [spm_metrics_source]
image: otel/opentelemetry-collector-contrib:latest
image: otel/opentelemetry-collector-contrib:${OTEL_IMAGE_TAG:-0.109}
volumes:
- ${OTEL_CONFIG_SRC:-./otel-collector-config-connector.yml}:/etc/otelcol/otel-collector-config.yml
command: --config /etc/otelcol/otel-collector-config.yml
Expand Down
1 change: 1 addition & 0 deletions docker-compose/monitor/otel-collector-config-connector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ receivers:
protocols:
grpc:
http:
endpoint: "0.0.0.0:4318"

exporters:
prometheus:
Expand Down

0 comments on commit 77d09e0

Please sign in to comment.