You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9f2a64b: Expose /$/stats instead of /$/status, as reported by @cfollenf (#76).
With the Apache Jena upgrade, the /$/status endpoint is no longer available, as it returns a 404 error.
There is a /$/stats endpoint that provides some statistics about the datasets, so we can expose this one instead.
It contains some statistics that are also exposed in the /$/metrics endpoint, that is already publicly available with the default configuration, so it should not be a problem to expose it as well.
In case you are not using the default entrypoint script, you might need to update the way the Fuseki server is started. The class to use is now org.apache.jena.fuseki.main.cmds.FusekiServerCmd instead of org.apache.jena.fuseki.cmd.FusekiCmd, and update some argument accordingly.
The Fuseki configuration file should be mounted at /fuseki/configuration/config.ttl instead of /fuseki/config.ttl.
Minor Changes
428b22a: Updated OpenTelemetry Java instrumentation to version 2.22.0