Hi I have pulled the docker image of pushgateway from dockerhub, and ran it with
docker run -p 9091:9091 prom/pushgateway
its all good running fine, but when I make
http://localhost:9091/metrics
it does not ask username and password. How to set username and password for pushgateway docker image.
Note: I am running it on docker for windows, with linux containers
Thanks in advance