Skip to content

Commit

Permalink
Updated metrics store (#7755)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeirstead authored Dec 19, 2024
1 parent 9b5541f commit 4863226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private static string GetMetricLabels(ICounterPayload metric, double? quantile)
private static bool IsMeter(ICounterPayload payload) =>
payload switch
{
GaugePayload or PercentilePayload or CounterEndedPayload or RatePayload => true,
GaugePayload or PercentilePayload or CounterEndedPayload or RatePayload or AggregatePercentilePayload or UpDownCounterPayload => true,
_ => false
};

Expand Down

0 comments on commit 4863226

Please sign in to comment.