1 instantiation of ConfluentKafkaProducerInstrumentationOptions
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducerBuilder.cs (1)
15private readonly ConfluentKafkaProducerInstrumentationOptions<TKey, TValue> options = new();
3 references to ConfluentKafkaProducerInstrumentationOptions
Aspire.Confluent.Kafka (3)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (2)
16private readonly ConfluentKafkaProducerInstrumentationOptions<TKey, TValue> options; 20ConfluentKafkaProducerInstrumentationOptions<TKey, TValue> options)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducerBuilder.cs (1)
15private readonly ConfluentKafkaProducerInstrumentationOptions<TKey, TValue> options = new();