1 write to TxMessageBytes
Aspire.Confluent.Kafka (1)
ConfluentKafkaMetrics.cs (1)
37
TxMessageBytes
= _meter.CreateCounter<long>(Counters.TxMessageBytes, description: Descriptions.TxMessageBytes);
2 references to TxMessageBytes
Aspire.Confluent.Kafka (2)
MetricsService.cs (2)
57
metrics.
TxMessageBytes
.Add(statistics.TxMessageBytes - previous.TxMessageBytes, tags);
68
metrics.
TxMessageBytes
.Add(statistics.TxMessageBytes, tags);