1 write to Name
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
56
Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Name
= value!,
6 references to Name
Aspire.Confluent.Kafka (6)
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;
StatisticsJsonSerializerContext.Statistics.g.cs (2)
55
Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Name
,
462
writer.WriteString(PropName_name, ((global::Aspire.Confluent.Kafka.Statistics)value).
Name
);