1 write to TxMessageBytes
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
360Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).TxMessageBytes = value!,
5 references to TxMessageBytes
Aspire.Confluent.Kafka (5)
MetricsService.cs (3)
57metrics.TxMessageBytes.Add(statistics.TxMessageBytes - previous.TxMessageBytes, tags); 68metrics.TxMessageBytes.Add(statistics.TxMessageBytes, tags);
StatisticsJsonSerializerContext.Statistics.g.cs (2)
359Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).TxMessageBytes, 478writer.WriteNumber(PropName_txmsg_bytes, ((global::Aspire.Confluent.Kafka.Statistics)value).TxMessageBytes);