我正在寻找 Prometheus 如何计算“向上”指标的信息
up{job="<job-name>", instance="<instance-id>"}: 1 if the instance is healthy, i.e. reachable, or 0 if the scrape failed.
Run Code Online (Sandbox Code Playgroud)
普罗米修斯如何计算何时
实例是健康的
我将 Apache Cassandra 与 Prometheus 一起使用,并且不时“向上”指标显示“向下”。但是 Cassandra 工作正常。
prometheus ×1