jayson.yang

Results 6 comments of jayson.yang

> Are you saying that once you added the mentioned alerting rule, vmalert fired the alert without waiting for 10m? The meaning was that vmalert fired the alert for the...

Thanks for your reply. @hagen1778 You are right. However, it will lose accuracy if setting `-datasource.queryStep=5m` than step with evaluationInterval by default. So it was still inconsistent with Prometheus? Could...

> However, it will lose accuracy if setting -datasource.queryStep=5m than step with evaluationInterval by default. Sorry for my delay. It means vmalert evaluates some rules with range query, for example...

Grafana function label_values(metric, label) uses the api endpoint `/api/v1/series`. If `/api/v1/series` return timeseries beyond the time range, Grafana variables would display more unnecessary results.

Thanks, however I can't get the meaning. In my example, the `spec.replicaCount` was set to 2. So a Deployment has two pods. But the two pods have same spec with...

Thanks for your reply @hagen1778 . Your explanation about external labels makes sense. However, the action may lead to a problem that some recording rules were not migrated from prometheus....