Make listen address for administrative API configurable. #309
Labels
area/observability
Internal observability of ADP and Saluki.
effort/simple
Involves trivial changes that should be fine so long as the code compiles and tests pass.
good first issue
Good for newcomers
type/chore
Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
Context
Right now, the administrative API is hard-coded to listen on 127.0.0.1:9999, which is more than fine for testing. In the future, though, we have to cope with the fact that there might be port conflicts that have to be worked around. We're not going to force people to change their ports, so we need to support changing the port on our side.
The text was updated successfully, but these errors were encountered: