3 references to Normal
Aspire.Dashboard (3)
Telemetry\DashboardTelemetryService.cs (2)
88
public OperationContext StartOperation(string eventName, Dictionary<string, AspireTelemetryProperty> startEventProperties, TelemetrySeverity severity = TelemetrySeverity.
Normal
, bool isOptOutFriendly = false, bool postStartEvent = true, IEnumerable<OperationContextProperty>? correlations = null)
134
public OperationContext StartUserTask(string eventName, Dictionary<string, AspireTelemetryProperty> startEventProperties, TelemetrySeverity severity = TelemetrySeverity.
Normal
, bool isOptOutFriendly = false, bool postStartEvent = true, IEnumerable<OperationContextProperty>? correlations = null)
Telemetry\TelemetryRequests.cs (1)
22
TelemetrySeverity Severity = TelemetrySeverity.
Normal
,