Hi all, I was trying to look at docs for the possibility to clear metrics cache after a successful prometheus scrape. Is this possible ? Cause I don't see any setting in the prometheus collector to do this.
Hey folks, anyone here knows how to go about doing this ? A typical use-case would be a container would die on a host but the otl collector continues to maintain the metric in memory for prometheus to export it ? Does this need to be implemented as a processor ?
replace go.opentelemetry.io/collector => ../opentelemetry-collector/
common.StringKeyValue
.
receivers:
otlp:
protocols:
grpc:
tls_settings:
key_file: /root/test-keys/test-key
cert_file: /root/test-keys/test-key.pub
Error: cannot load configuration: error reading settings for receiver type "otlp": 1 error(s) decoding:
* '' has invalid keys: protocols
I opened an issue here open-telemetry/opentelemetry-collector#2101
Looking over the code I didn't see where I could register new auth modules