我有一个指标来监控微服务的健康状态,称为nodejs_microservice_health_status
.
我想创建一个变量,它在等于 0时failedmicroservice
提取service
指标标签的值。nodejs_microservice_health_status
PromQL 查询nodejs_microservice_health_status == bool 0
返回所有等于 0 的项目,但是当我尝试将变量的 Query 设置为 时label_values({nodejs_microservice_health_status == bool 0}, service)
,
我收到以下错误:
有谁知道该怎么做?