tomdw opened a new issue, #2046: URL: https://github.com/apache/jena/issues/2046
### Version 4.9.0 ### What happened? In the /metrics endpoint for prometheus there should be metrics concerning the requests going to fuseki. More specifically fuseki_requests_good or fuseki_requests_bad metrics They are shown for datasets or data endpoints that already exist at startup of Fuseki. However, when a new dataset or data endpoint is created while fuseki is running, then the metrics endpoint does not include these requests metrics. Cause: the code to register datasets with the MetricsRegistry of micrometer is only executed at startup time of Fuseki. It should be executed again when a new dataset is added. ### Relevant output and stacktrace _No response_ ### Are you interested in making a pull request? None -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
