3 references to Tags
Aspire.Confluent.Kafka (3)
MetricsService.cs (3)
42
{
Tags
.ClientId, statistics.ClientId },
43
{
Tags
.Name, statistics.Name }
50
tags.Add(new KeyValuePair<string, object?> (
Tags
.Type, statistics.Type));