Skip to content

Commit

Permalink
feat: bump panamax, remove docker stats receiver (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Feb 28, 2023
1 parent d7a5333 commit a001bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ POSTGRES_EXTRA_PATH?=./extras/postgres
POSTGRES_TAG?=14

PANAMAX_EXTRA_PATH?=./extras/panamax
PANAMAX_TAG?=1.0.6
PANAMAX_TAG?=1.0.12

OTEL_EXTRA_PATH?=./extras/otel
OTEL_TAG?=0.72.0
Expand Down
2 changes: 1 addition & 1 deletion extras/otel/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ service:
processors: [attributes, batch]
exporters: [datadog]
metrics:
receivers: [hostmetrics, prometheus/otel, docker_stats, otlp]
receivers: [hostmetrics, prometheus/otel, otlp]
processors: [batch]
exporters: [datadog]

0 comments on commit a001bda

Please sign in to comment.