We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To get the full list of Alluxio master metrics, we visit localhost:19999/metrics/json To get the full list of Alluxio worker metrics, we visit localhost:30000/metrics/json However, the page is not quite readable since we https://github.com/Alluxio/alluxio/blob/3f73cf9d28903a90b023db3c92c6c08bd96b902a/core/server/common/src/main/java/alluxio/metrics/sink/MetricsServlet.java#L62
String result = mObjectMapper.writeValueAsString(mMetricsRegistry); response.getWriter().println(result);
Can you beauty print the json or do other transformations to make the metrics more readable by human?
The text was updated successfully, but these errors were encountered:
Alluxio/alluxio#13923
Sorry, something went wrong.
No branches or pull requests
To get the full list of Alluxio master metrics, we visit localhost:19999/metrics/json
To get the full list of Alluxio worker metrics, we visit localhost:30000/metrics/json
However, the page is not quite readable since we https://github.com/Alluxio/alluxio/blob/3f73cf9d28903a90b023db3c92c6c08bd96b902a/core/server/common/src/main/java/alluxio/metrics/sink/MetricsServlet.java#L62
Can you beauty print the json or do other transformations to make the metrics more readable by human?
The text was updated successfully, but these errors were encountered: