Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add env var to override introspection bind address
2b08772 (inadvertently?) changed the bind address from `:61678` to `localhost:61678` which is backwards incompatible and for those actually scraping the metrics via prometheus makes the metrics endpoint entirely unusable (since prometheus isn't local to each node in the cluster). This path simply adds an env var to override the bind address.
- Loading branch information