Closed
Description
/area monitoring
/kind cleanup
We currently prepend a 'domain' and the 'component' name to the metrics. This done for our OpenCensus exporter which might have been cargo cult'd from our stack driver exporter implementation. The prometheus exporter only prefixes the 'component' name to the metric.
pkg/metrics/opencensus_exporter.go
Line 39 in cf1994e
We should determine whether these should be consistent, if there should be a prefix and it's format
cc @upodroid @skonto @evankanderson @MontyCarter @pianohacker