You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/03/01 16:53:43 UTC

[sling-whiteboard] branch master updated (a66827d -> 092f41b)

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from a66827d  Delete .factorypath
     add 810b175  export MBeans to Sling Metrics
     add 092f41b  Merge branch 'master' of github.com:apache/sling-whiteboard

No new revisions were added by this update.

Summary of changes:
 .../pom.xml                                        |  71 +++++++---
 .../jmxexporter/impl/JmxExporterImplFactory.java   | 148 +++++++++++++++++++++
 .../jmxexporter/impl/JmxExporterFactoryTest.java   | 109 +++++++++++++++
 3 files changed, 307 insertions(+), 21 deletions(-)
 copy {startup-tracker/org.apache.sling.startup.tracker => jmx-exporter}/pom.xml (75%)
 create mode 100644 jmx-exporter/src/main/java/org/apache/sling/whiteboard/jmxexporter/impl/JmxExporterImplFactory.java
 create mode 100644 jmx-exporter/src/test/java/org/apache/sling/whiteboard/jmxexporter/impl/JmxExporterFactoryTest.java