1 write to TxBytes
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
284Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).TxBytes = value!,
5 references to TxBytes
Aspire.Confluent.Kafka (5)
MetricsService.cs (3)
55metrics.TxBytes.Add(statistics.TxBytes - previous.TxBytes, tags); 66metrics.TxBytes.Add(statistics.TxBytes, tags);
StatisticsJsonSerializerContext.Statistics.g.cs (2)
283Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).TxBytes, 474writer.WriteNumber(PropName_tx_bytes, ((global::Aspire.Confluent.Kafka.Statistics)value).TxBytes);