DaprOptions.EnableTelemetry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether Dapr sidecars export telemetry to the Aspire dashboard.
public bool? EnableTelemetry { get; set; }
member this.EnableTelemetry : Nullable<bool> with get, set
Public Property EnableTelemetry As Nullable(Of Boolean)
Property Value
Remarks
Telemetry is enabled by default.