Skip to content

Commit

Permalink
Merge branch 'main' into experimental-service-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed Jun 21, 2024
2 parents ce5d217 + eb6bd28 commit 103537e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ linters:
- misspell
- revive
- staticcheck
- tenv
- typecheck
- unused

Expand Down
4 changes: 2 additions & 2 deletions example/otel-collector/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

services:
otel-collector:
image: otel/opentelemetry-collector-contrib:0.102.1
image: otel/opentelemetry-collector-contrib:0.103.0
command: ["--config=/etc/otel-collector.yaml"]
volumes:
- ./otel-collector.yaml:/etc/otel-collector.yaml
ports:
- 4317:4317

prometheus:
image: prom/prometheus:v2.52.0
image: prom/prometheus:v2.53.0
volumes:
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit 103537e

Please sign in to comment.