| commit | e8df1283efb860e56194371d4263c7e28d998484 | [log] [tgz] |
|---|---|---|
| author | Robert Munteanu <rombert@apache.org> | Thu Aug 31 14:02:05 2023 +0200 |
| committer | Robert Munteanu <rombert@apache.org> | Thu Aug 31 14:02:05 2023 +0200 |
| tree | f99b6a026c84a9a014b0d5b299fa982f2f8f0bf5 | |
| parent | 0bdbacce246eb45bd13be60d1409ae7e8bf92d45 [diff] |
Added badges
This module is part of the Apache Sling project.
This bundle exposes the collected metrics under the /metrics path and provides the following features:
MetricRegistry instancesThe bundle is compatible with prometheus/client-java versions up to 0.10.0. Version 0.11.0 introduced a mandatory dependency on opentelemetry-api, which is not a valid OSGi bundle. This was rectified in version 0.16.0, but unfortunately versions >= 0.15.0 depend on version 4.0 of Dropwizard metrics, which is not supported by the current org.apache.sling.commons.metrics.bundle .
A recommended feature model file for deploying this bundle and additional dependencies is
"bundles": [ { "id": "io.prometheus/simpleclient/0.10.0", "start-order": 20 }, { "id": "io.prometheus/simpleclient_common/0.10.0", "start-order": 20 }, { "id": "io.prometheus/simpleclient_servlet/0.10.0", "start-order": 20 }, { "id": "io.prometheus/simpleclient_dropwizard/0.10.0", "start-order": 20 }, { "id": "io.prometheus/simpleclient_hotspot/0.10.0", "start-order": 20 }, { "id": "org.apache.sling/org.apache.sling.commons.metrics.prometheus/1.0-SNAPSHOT", "start-order": 20 } ]