drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Documentation for Prometheus Plugin and metrics

Open oferns opened this issue 1 year ago • 4 comments

I cannot generate any metrics. The /metrics endpoint returns 200 but no metrics. I am assuming I am missing configuration but I cannot find any documentation about configuring it or about any in-built metrics.

oferns avatar Jun 17 '24 09:06 oferns

Sorry, the documentation on this topic is very lacking. I have added a prometheus example for your reference. #2076

an-tao avatar Jun 18 '24 14:06 an-tao

Thats brilliant! thank you very much

oferns avatar Jun 18 '24 15:06 oferns

How would I add PromStat as global middleware? the GlobalFilters plugin doesnt support this I dont think.

oferns avatar Jun 18 '24 17:06 oferns

How would I add PromStat as global middleware? the GlobalFilters plugin doesnt support this I dont think.

The middleware is a new feature added to drogon, now you can't add PromStat as a global middleware like filters. We will make it possible in the future.

an-tao avatar Jun 19 '24 01:06 an-tao