1 write to Name
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
56Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).Name = value!,
6 references to Name
Aspire.Confluent.Kafka (6)
MetricsService.cs (4)
34if (statistics == null || statistics.Name == null) 43{ Tags.Name, statistics.Name } 52if (_state.TryGetValue(statistics.Name, out var previous)) 75_state[statistics.Name] = statistics;
StatisticsJsonSerializerContext.Statistics.g.cs (2)
55Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).Name, 462writer.WriteString(PropName_name, ((global::Aspire.Confluent.Kafka.Statistics)value).Name);