PlatformTelemetryDataSource interface
Definition of platform telemetry data source configuration
Properties
| name | A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule. |
| streams | List of platform telemetry streams to collect |
Property Details
name
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.
name?: string
Property Value
string
streams
List of platform telemetry streams to collect
streams: string[]
Property Value
string[]