5 references to options
Aspire.Confluent.Kafka (5)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducerBuilder.cs (5)
28
get => this.
options
.Metrics;
29
set => this.
options
.Metrics = value;
34
get => this.
options
.Traces;
35
set => this.
options
.Traces = value;
44
return new InstrumentedProducer<TKey, TValue>(base.Build(), this.
options
);