- 
                Notifications
    You must be signed in to change notification settings 
- Fork 338
Closed
Labels
area/monitoringkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
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
| metrixPrefix := path.Join(config.domain, config.component) | 
We should determine whether these should be consistent, if there should be a prefix and it's format
cc @upodroid @skonto @evankanderson @MontyCarter @pianohacker
Metadata
Metadata
Assignees
Labels
area/monitoringkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.