You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest collector version we get our pods in CrashLoopBackOff, with error posted in log output. Once we rollback to otel/opentelemetry-collector-contrib:0.75.0, collector starts working as before. What changed has been introduced with latest image to be causing this ?
MysterioO
changed the title
Collector crashing using latest image 'error decoding 'exporters': error reading configuration for "loki"'
[exporter/loki]Collector crashing using latest image 'error decoding 'exporters': error reading configuration for "loki"'
May 3, 2023
Hey!
There was breaking change in the latest version (v.0.76.1):
exporter/lokiexporter: Remove deprecated Loki exporters parameters. (#15653, #15365) The support of labels.{attributes/resource}, labels.record, tenant, | and format configuration parameters are dropped in favor of attribute hints way of configuring the exporter.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
exporter/loki
What happened?
Description
Using latest collector version we get our pods in CrashLoopBackOff, with error posted in log output. Once we rollback to otel/opentelemetry-collector-contrib:0.75.0, collector starts working as before. What changed has been introduced with latest image to be causing this ?
Collector version
latest
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: