4 references to Name
Aspire.Confluent.Kafka (4)
MetricsService.cs (4)
34
if (statistics == null || statistics.
Name
== null)
43
{ Tags.Name, statistics.
Name
}
52
if (_state.TryGetValue(statistics.
Name
, out var previous))
75
_state[statistics.
Name
] = statistics;