DiagnosticsDescription interface
Describes the diagnostics options available
Properties
| default |
The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level. |
| enabled | Status of whether or not sinks are enabled. |
| sinks | List of supported sinks that can be referenced. |
Property Details
defaultSinkRefs
The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level.
defaultSinkRefs?: string[]
Property Value
string[]
enabled
Status of whether or not sinks are enabled.
enabled?: boolean
Property Value
boolean
sinks
List of supported sinks that can be referenced.
sinks?: DiagnosticsSinkPropertiesUnion[]