AlainDeleglise

Results 6 comments of AlainDeleglise

Same issue here with internal metrics. ``` telemetry: logs: encoding: json level: WARN metrics: level: detailed readers: - periodic: interval: 15000 exporter: otlp: protocol: http/protobuf insecure: false endpoint: https://endpoint/v1/metrics ```...

Hi @axw , I my case no, there is no proxy, it is "internal" traffic from one VPC to another in GCP. Maybe you can give the configuration you used?...

I'll try downgrading to 0.135.O from 0.138.0 and give feedback here.

> I'll try downgrading to 0.135.O from 0.138.0 and give feedback here. Same issue with a 0.134.0 or 0.135.0

Oh I'm so dumb, or tired, or both. There was an old var still there, bottom of the file : ``` - name: OTEL_EXPORTER_OTLP_INSECURE value: "true" ``` So, no issue...

@aryan9600 Hi, thanks for your answer. I've already specified the secret in the metric template object. However, I've tried to just delete the metric template and recreate it, but flagger...