41 lines
1.1 KiB
HCL
41 lines
1.1 KiB
HCL
output "mysql_aborted_id" {
|
|
description = "id for monitor mysql_aborted"
|
|
value = datadog_monitor.mysql_aborted.*.id
|
|
}
|
|
|
|
output "mysql_availability_id" {
|
|
description = "id for monitor mysql_availability"
|
|
value = datadog_monitor.mysql_availability.*.id
|
|
}
|
|
|
|
output "mysql_connection_id" {
|
|
description = "id for monitor mysql_connection"
|
|
value = datadog_monitor.mysql_connection.*.id
|
|
}
|
|
|
|
output "mysql_pool_efficiency_id" {
|
|
description = "id for monitor mysql_pool_efficiency"
|
|
value = datadog_monitor.mysql_pool_efficiency.*.id
|
|
}
|
|
|
|
output "mysql_pool_utilization_id" {
|
|
description = "id for monitor mysql_pool_utilization"
|
|
value = datadog_monitor.mysql_pool_utilization.*.id
|
|
}
|
|
|
|
output "mysql_questions_anomaly_id" {
|
|
description = "id for monitor mysql_questions_anomaly"
|
|
value = datadog_monitor.mysql_questions_anomaly.*.id
|
|
}
|
|
|
|
output "mysql_slow_id" {
|
|
description = "id for monitor mysql_slow"
|
|
value = datadog_monitor.mysql_slow.*.id
|
|
}
|
|
|
|
output "mysql_threads_anomaly_id" {
|
|
description = "id for monitor mysql_threads_anomaly"
|
|
value = datadog_monitor.mysql_threads_anomaly.*.id
|
|
}
|
|
|