You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2019/05/28 16:22:00 UTC

[jira] [Created] (SLING-8443) Simplify journal_available metric

Christian Schneider created SLING-8443:
------------------------------------------

             Summary: Simplify journal_available metric
                 Key: SLING-8443
                 URL: https://issues.apache.org/jira/browse/SLING-8443
             Project: Sling
          Issue Type: Improvement
          Components: Content Distribution
    Affects Versions: Content Distribution Journal Core 0.1.0
            Reporter: Christian Schneider
             Fix For: Content Distribution Journal Core 0.1.2


The current implementation creates a Gauge service "by hand" using the OSGi API. It also uses the marker service to detect the journal availability which requires an optional dynamic service reference.

I propose to change this to a DS component and uses a simple reference to JournalAvailableChecker which is in the same package anyway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)