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