You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/03/03 10:58:21 UTC

[GitHub] afs commented on issue #534: [WIP] Proof of concept for prometheus endpoint

afs commented on issue #534: [WIP] Proof of concept for prometheus endpoint
URL: https://github.com/apache/jena/pull/534#issuecomment-469011478
 
 
   This is looking very interesting!
   
   I'll look at the servlet when I'm at my development machine (not this coming week). There are already freestanding, non-dataset servlets with a Fuseki lifecycle which adds access to the logging, action tracking, and also counters (which is a bit recursive!). It isn't necessary to use this framework - plain servlets work - though if it can be, it is nice to collect everything together.
   
   Fuseki/Full is a webapp war file and runs in Tomcat as well as with the Jetty packaging so Jetty-specific features need to adapt to Jetty not being used. Fuseki/main, the adaptable programmable version, no UI at the moment, is a standalone server that uses Jetty and isn't a webapp war file deployment. These two systems are about packaging and delivery of the common core which is the bulk of Fuseki.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services