Skip to content

Commit

Permalink
chore: bump otel-collector to 0.117.0 (#274)
Browse files Browse the repository at this point in the history
Update otel-collector to use version 0.117.0. Due to deprecation of
`logging` configuration, update collector.yaml.j2 according to upstream
instruction in open-telemetry/opentelemetry-collector#11337

Fix #235
  • Loading branch information
orfeas-k authored Jan 23, 2025
1 parent 5e86d97 commit 6d1f843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charms/knative-operator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# See LICENSE file for licensing details.
options:
otel-collector-image:
default: "otel/opentelemetry-collector:0.110.0"
default: "otel/opentelemetry-collector:0.117.0"
type: string
description: Image to use by the otel collector Deployment.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
endpoint: "0.0.0.0:55678"

exporters:
logging:
debug:
prometheus:
endpoint: "0.0.0.0:8889"
extensions:
Expand Down

0 comments on commit 6d1f843

Please sign in to comment.