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
Describe the bug
I'm getting an error trying to disable tls in prometheus metrics exporter
2022-10-04 12:55:55.652865 I | collector server run finished with error: failed to get config: cannot unmarshal the configuration: error reading exporters configuration for "prometheus": 1 error(s) decoding:
* 'tls' has invalid keys: insecure
I've also tested putting insecure in the root of the prometheus configuration but was failing with '' has invalid keys: insecure.
What version did you use?
Both opentelemetry-collector-contrib and opentelemetry-collector images in version 0.61.0
Describe the bug
I'm getting an error trying to disable tls in prometheus metrics exporter
I've also tested putting insecure in the root of the prometheus configuration but was failing with
'' has invalid keys: insecure
.What version did you use?
Both opentelemetry-collector-contrib and opentelemetry-collector images in version 0.61.0
What config did you use?
Additional context
Related issue open-telemetry/opentelemetry-collector-contrib#5377
The text was updated successfully, but these errors were encountered: