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