Monitored Resource Response
data class MonitoredResourceResponse(val id: String? = null, val reasonForLogsStatus: String? = null, val reasonForMetricsStatus: String? = null, val sendingLogs: Boolean? = null, val sendingMetrics: Boolean? = null)
The properties of a resource currently being monitored by the Datadog monitor resource.
Constructors
Properties
Link copied to clipboard
Reason for why the resource is sending logs (or why it is not sending).
Link copied to clipboard
Reason for why the resource is sending metrics (or why it is not sending).
Link copied to clipboard
Flag indicating if resource is sending logs to Datadog.
Link copied to clipboard
Flag indicating if resource is sending metrics to Datadog.