简体   繁体   English

普罗米修斯监控细分指标

[英]Prometheus monitoring drilled down metric

Since prometheus is a pulled based metric tracker. 由于Prometheus是基于拉动的指标跟踪器。

Now lets say I have a simple service and I Need to expose metrics for Prometheus to scrape, Now I do that with one of the clients of the language, configured Prometheus to poll at a frequency of 15secs this API of metrics, Now I have a count metric, Prometheus server at time instance at time t saw count x, At time t+15 sees count y 现在,假设我有一个简单的服务,我需要公开Prometheus的指标以供抓取,现在,我使用该语言的客户端之一进行操作,将Prometheus配置为以15秒的频率轮询此指标API,现在我有了一个计数指标,Prometheus服务器在时间实例t处看到计数x,在时间t + 15处看到计数y

Now becuase of the scrap interval(pull model) I don't have any idea wether the increase of count x to y had a steady slope or a Spike of requests came in at t+10 现在由于报废间隔(拉模型),我不知道计数x到y的增加是否有一个稳定的斜率,或者在t + 10时出现了请求峰值

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM