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.
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.