MonitoredResource interface
Details of resource being monitored by Dynatrace monitor resource
Properties
| id | The ARM id of the resource. |
| reason |
Reason for why the resource is sending logs (or why it is not sending). |
| reason |
Reason for why the resource is sending metrics (or why it is not sending). |
| sending |
Flag indicating if resource is sending logs to Dynatrace. |
| sending |
Flag indicating if resource is sending metrics to Dynatrace. |
Property Details
id
The ARM id of the resource.
id?: string
Property Value
string
reasonForLogsStatus
Reason for why the resource is sending logs (or why it is not sending).
reasonForLogsStatus?: string
Property Value
string
reasonForMetricsStatus
Reason for why the resource is sending metrics (or why it is not sending).
reasonForMetricsStatus?: string
Property Value
string
sendingLogs
Flag indicating if resource is sending logs to Dynatrace.
sendingLogs?: string
Property Value
string
sendingMetrics
Flag indicating if resource is sending metrics to Dynatrace.
sendingMetrics?: string
Property Value
string