dlmarion commented on issue #4988: URL: https://github.com/apache/accumulo/issues/4988#issuecomment-2671456964
Yes, if you are not familiar with this issue, then here is some background. There is a plugin that runs during the build (`mvn clean package` should be enough to do it) that will generate the file `core/target/generated-docs/metrics3.md`. This markdown file at some point will be copied over to the `accumulo-website` repository (see https://github.com/apache/accumulo-website/pull/442 for example). I'm proposing that we add a display name (e.g. `Server Low Memory Indicator`) instead of the metric name `accumulo.detected.low.memory` at the start of each metric. We should include the metric name in the body of each section. The plugin may need to be modified as well to use the display name as the title and to put the metric name in the body of each metric. @DomGarguilo wrote the plugin I believe, so he should be able to answer questions about this as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
