Expose Metrics Endpoint on Different Port #1443
-
Is there a way to start a second server listening on another port, so a The example would make the endpoint publicly available. |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Oct 3, 2022
Replies: 1 comment 3 replies
-
Use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vbrandl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
tokio::spawn
orjoin
to run a second server.