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
Hi! I faced a similar issue with sending metrics to Grafana. Instead of using gRPC with TLS directly, I set up Prometheus to export metrics from KrakenD, and it's working well for me.
Here’s the configuration I used in KrakenD for Prometheus:
I'm running a Grafana agent that receives traffic over GRPC+TLS, but it seems krakend switches off TLS with no config option to reenable it.
krakend then fails with
KRAKEND ERROR: [SERVICE: OpenTelemetry] failed to upload metrics: context deadline exceeded: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large"
.Could a config option be added to enable TLS with GRPC?
The text was updated successfully, but these errors were encountered: