Skip to content

Commit

Permalink
Update otel/opentelemetry-collector-contrib Docker tag to v0.100.0 (#190
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
  • Loading branch information
renovate[bot] and joaopgrassi authored May 12, 2024
1 parent f58c5c5 commit 18e6116
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/csharp/logs/aspnet-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/metrics/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/traces/aspnet-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/traces/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/go/metrics/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/go/traces/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/go/traces/gin-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/java/logs/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/java/metrics/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/java/traces/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/java/traces/springboot-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/js/metrics/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/js/traces/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/python/metrics/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/python/traces/console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- otel-recipes

collector-otel-recipes:
image: otel/opentelemetry-collector-contrib:0.99.0
image: otel/opentelemetry-collector-contrib:0.100.0
command: ["--config=/etc/collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
- ./collector-config.yaml:/etc/collector-config.yaml
Expand Down

0 comments on commit 18e6116

Please sign in to comment.