1 write to Metrics
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducerBuilder.cs (1)
29set => this.options.Metrics = value;
5 references to Metrics
Aspire.Confluent.Kafka (5)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (4)
78if (this.options.Metrics) 125if (this.options.Metrics) 168if (this.options.Metrics) 209if (this.options.Metrics)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducerBuilder.cs (1)
28get => this.options.Metrics;