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
Across Baseplate.go libraries, we are also emitting prometheus metrics for all the statsd metrics we are currently emitting, except the ones from spans, and the one from experiment thriftbp config.
For http server metrics, we are also emitting with correct http_endpoint label set.
Fix a bug that in thrift server metrics, recovered panics are not treated as errors in prometheus metrics.
Fix a bug that in thrift server metrics, the reported thrift_exception_type label could be wrong/too generic.
Fix a bug that in thrift server metrics, if the service is using a very old version of baseplate.thrift, baseplate.Error exceptions will not be recognized correctly in metrics.