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/02/21 15:33:52 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-466044561
 
 
   micrometer.io looks interesting.
   
   Have I understood micrometer correctly? The Fuseki counters/stats/... implement in the micrometer framework and then a choice of adapter makes that available to the specific package.
   
   micrometer-core is about 0.5 Mbytes so not huge itself but it has dependencies (oddly, slf4j does not seem to isn't a dependency, log4j2 and logback are) - what might the size impact be?
   
   Given the need to provide a choice of implementations, we have to have a way to allow choice but also work out of the box. Fuseki/full as a war file, and to some extent the server jar, are sealed so "some assembly required". Fuseki/main might be more tractable although again, the combined jar (the easy way to run it).
   
   @ajs6f  - it used `org.pcollections` - is that like Dexx?
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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