autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Expose metrics of am itself #93

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

When using am start we start a webserver which can be scraped by other processes.

Optionally we should let the Prometheus instance scrape that endpoint. The reason why we probably don't want this by default is that it can be distracting and probably isn't useful when a user is working on their own application.