mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[telemetry] AT-753 IDEA-335921 Support double gauge, double counter in meters selector
GitOrigin-RevId: d0cfa3e2276ed333a30d0a0c81f8aae9c0611637
This commit is contained in:
committed by
intellij-monorepo-bot
parent
53a998cc69
commit
ead598446d
@@ -130,7 +130,6 @@ internal fun TelemetryMeterCollector.convertToCompleteMetricsCollector(): OpenTe
|
||||
MetricsAggregation.MINIMUM -> MetricsSelectionStrategy.MINIMUM
|
||||
MetricsAggregation.MAXIMUM -> MetricsSelectionStrategy.MAXIMUM
|
||||
MetricsAggregation.SUM -> MetricsSelectionStrategy.SUM
|
||||
MetricsAggregation.AVERAGE -> MetricsSelectionStrategy.AVERAGE
|
||||
}
|
||||
|
||||
return OpenTelemetryJsonMeterCollector(metricsSelectionStrategy) { meter -> this.metersFilter(meter.name) }
|
||||
|
||||
Reference in New Issue
Block a user