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
It would be nice if am detects if a Prometheus instance is already running (for instance via quickmetrics/docker) and won't download/run a local binary.
An alternative would be to run am with a --no-prometheus option that assumes that the user is already running, or connecting to a different Prometheus instance.
The text was updated successfully, but these errors were encountered:
Yeah think we can combine this with being able to point am to any existing Prometheus. So was thinking about something like --prometheus=127.0.0.1:9090
hatchan
changed the title
ability to detect already running Prometheus and/or be able to specify not running Prometheus
Allow user to specify their own Prometheus instance
Jun 7, 2023
It would be nice if
am
detects if a Prometheus instance is already running (for instance via quickmetrics/docker) and won't download/run a local binary.An alternative would be to run
am
with a--no-prometheus
option that assumes that the user is already running, or connecting to a different Prometheus instance.The text was updated successfully, but these errors were encountered: