Skip to content

Commit

Permalink
Correct the listen address to scrape metrics to port 4050. (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-9880 authored Jul 2, 2024
1 parent d33fffc commit d798772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API_SERVER='synthetic-monitoring-grpc.grafana.net:443'
API_INSECURE="false"

# listen address for /metrics and /debug/pprof
LISTEN_ADDRESS="127.0.0.1:4031"
LISTEN_ADDRESS="127.0.0.1:4050"

# verbose logging
VERBOSE="false"
Expand Down

0 comments on commit d798772

Please sign in to comment.