Skip to content

Commit

Permalink
better metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Nov 24, 2023
1 parent 934c434 commit a48f878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay-metrics/src/statsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum MetricCounters {
BucketsDropped,
/// Incremented every time the meta aggregator emitted an update that needs to be stored or
/// sent upstream.
MetaLocationUpdate,
MetaAggregatorUpdate,
/// Incremented every time a redis key is updated to store or update metadata.
MetaRedisUpdate,
}
Expand All @@ -61,7 +61,7 @@ impl CounterMetric for MetricCounters {
Self::MergeHit => "metrics.buckets.merge.hit",
Self::MergeMiss => "metrics.buckets.merge.miss",
Self::BucketsDropped => "metrics.buckets.dropped",
Self::MetaLocationUpdate => "metrics.meta.agg.miss",
Self::MetaAggregatorUpdate => "metrics.meta.agg.update",
Self::MetaRedisUpdate => "metrics.meta.redis.update",
}
}
Expand Down

0 comments on commit a48f878

Please sign in to comment.