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