How to export metrics at xxxxx:6060/metrics #10710
Replies: 1 comment
-
Duplicate of #10720 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sh -c "bin/blockscout eval "Elixir.Explorer.ReleaseTasks.create_and_migrate()" && bin/blockscout start"
I started the service using this command, and then I configured the environment variable like this: export PORT=8080. After that, I can access metrics information at xxxxxxxx:8080/metrics. Now, I want to open the metrics separately on port 6060, like this: xxxxxxxx:6060/metrics. Is it possible to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions