Prometheus endpoint
#4645
-
I follow the steps in https://www.the-guild.dev/graphql/mesh/docs/plugins/prometheus to install the lib and add the default configuration like the example in that page to my .meshrc.yml, I can build and start the service without any error, but when i try to access http://localhost:port/metrics, I got "Cannot GET /metrics". Am I using the right URL or missed something?
|
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Oct 9, 2022
Replies: 1 comment 5 replies
-
#4651 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#4651
With the latest release
/metrics
is available :)