This will allow us to define all the endpoints, whether to enable pushgateway and others in the file which is going to be stored in the repository itself. This makes it easier for users that work on the same codebase to quickly get up and running with am with their local development flow.
Possible locations (note we could try them all):
.autometrics/am.toml
am.toml
Edit: Changed to toml since that is probably easier to work with for our users.
This will allow us to define all the endpoints, whether to enable pushgateway and others in the file which is going to be stored in the repository itself. This makes it easier for users that work on the same codebase to quickly get up and running with
am
with their local development flow.Possible locations (note we could try them all):
.autometrics/am.toml
am.toml
Edit: Changed to toml since that is probably easier to work with for our users.