You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume you mean exposing a metrics HTTP endpoint in webhook for prometheus to scrape.
I haven't looked into it, but I've only toyed with prometheus in the past. Not super-familiar with it. I would be open to adding it, but we may need to agree on a proposal first. My initial questions:
Yes Caddy came to my mind too. Personally I'm mostly interested in the error- and over-all-counts and less in the details like timings ... but that's just me.
On the configuration. I came across a lot of implementations where no config other than on/off were possible - thought small scale things. Most are using /metrics as the endpoint anyways and turning the feature on an off by providing a port or not through a flag. That said having config files could make things easier.
I've implemented prometheus metrics libraries mostly with python and my golang-fu isn't that strong but I'm hoping to help as much as I can.
Anyone tried to add prometheus metrics/integration yet? Speaking anything against it?
The text was updated successfully, but these errors were encountered: