Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Mark deadline exceeded errors as recoverable errors. #180

Closed StevenYCChou closed 4 years ago

StevenYCChou commented 4 years ago

errors thrown from grpc.DialContext() shouldn't be the error caused by data we are sending, Therefore Client should try to recover once the errors from grpc disappear.