You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/12/05 04:39:03 UTC

[jira] [Closed] (SLING-6702) Make MetricsService accessible as easily as a Logger

     [ https://issues.apache.org/jira/browse/SLING-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra closed SLING-6702.
----------------------------------

> Make MetricsService accessible as easily as a Logger
> ----------------------------------------------------
>
>                 Key: SLING-6702
>                 URL: https://issues.apache.org/jira/browse/SLING-6702
>             Project: Sling
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: Commons Metrics 1.2.0
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: commons metrics 1.2.4
>
>
> Metrics are useful in all classes, not only OSGi components, so getting the {{MetricsService}} should be as useful as getting a {{Logger}} for example.
> I'll add a public {{MetricsServiceFactory}} class to our metrics module, usable like
> {code}
>   MetricsService ms = MetricsServiceFactory.getMetricsService(this.getClass());
> {code}
> There's already a private {{MetricsServiceFactory}} class in that module, I'll rename that to {{InternalMetricsServiceFactory}} to avoid confusion.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)