MonitoredResource interface
Details of resource being monitored by NewRelic 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 NewRelic. |
| sending |
Flag indicating if resource is sending metrics to NewRelic. |
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 NewRelic.
sendingLogs?: string
Property Value
string
sendingMetrics
Flag indicating if resource is sending metrics to NewRelic.
sendingMetrics?: string
Property Value
string