jochen-schweizer / express-prom-bundle

express middleware with standard prometheus metrics in one bundle
MIT License
303 stars 67 forks source link

Add labels to up metric #122

Open syncush opened 1 year ago

syncush commented 1 year ago

Hi, I would like to have my labels for the up metric

should be really easy to implement, just adding labels here image

https://github.com/jochen-schweizer/express-prom-bundle/blob/0bda9934c14acc53bca9a39092c37e2982be5424/src/index.js#L134

I am willing to create a PR.