stackdriver_exporter icon indicating copy to clipboard operation
stackdriver_exporter copied to clipboard

Stackdriver can overlap different logs-based metrics

Open bnelson729 opened this issue 4 years ago • 0 comments

We had two logs-based metrics named ingestion-run-time and ingestionRunTime with different types and descriptions. The stackdriver exporter metrics endpoint was returning a 500 error saying that the help text didn't get what is was expecting to find. I believe the stackdriver exporter was trying to map those two different log-based metrics onto the same prometheus metric name.

We have since renamed our metrics to not overlap, but it would help if the error handling was better. There was no mention of the issue in the container logs. The error was only displayed on the /metrics endpoint.

bnelson729 avatar Jul 02 '21 17:07 bnelson729