Pint supports VictorMetrics #869
Replies: 3 comments 2 replies
-
It seems the challenge with Pint and VictoriaMetrics originates from Pint's use of the Prometheus-specific endpoint |
Beta Was this translation helpful? Give feedback.
-
I'm working on research how to implement VM support in pint (but I'm not Go developer either so using this opportunity to get familiar with it), I mocked responses from Prom server but faced another issue - VictoriaMetrics extends PromQL with additional functions so if an alerting rule uses them then it can't be parsed and the validation fails. |
Beta Was this translation helpful? Give feedback.
-
Looks like this recent release could help as unsupported endpoints get ignored now https://github.com/cloudflare/pint/releases/tag/v0.70.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know whether Pint supports Victoriametrics. I'm receiving a 400 response code for the following API's /api/v1/status/config and /api/v1/status/flags
Beta Was this translation helpful? Give feedback.
All reactions