4f77f87065
Previously, we would emit service usage metrics both with and without a namespace label attached. This is problematic in the case when you want to aggregate metrics together, i.e. "sum(consul.state.services)". This would cause services to be counted twice in that aggregate, once via the metric emitted with a namespace label, and once in the metric emited without any namespace label. |
||
---|---|---|
.. | ||
usagemetrics.go | ||
usagemetrics_oss.go | ||
usagemetrics_oss_test.go | ||
usagemetrics_test.go |