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