[jira] [Commented] (SLING-4080) API to capture/measure application-level metrics

2016-01-05 Thread Chetan Mehrotra (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15082741#comment-15082741
 ] 

Chetan Mehrotra commented on SLING-4080:


Started work on this at 
https://svn.apache.org/repos/asf/sling/whiteboard/chetanm/metrics/

> API to capture/measure application-level metrics
> 
>
> Key: SLING-4080
> URL: https://issues.apache.org/jira/browse/SLING-4080
> Project: Sling
>  Issue Type: New Feature
>  Components: API
>Reporter: Amit Gupta
>Assignee: Chetan Mehrotra
>Priority: Minor
>
> Provide an api that can help capture/measure application level metrics i.e. 
> timing, counter etc.
> When running large/mid scale applications, it is good to know some statistics 
> i..e number of requests, time taken to process a request, number of active 
> requests, number of active jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-4080) API to capture/measure application-level metrics

2015-07-01 Thread Ian Boston (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610978#comment-14610978
 ] 

Ian Boston commented on SLING-4080:
---

Starting work on a slightly different approach under SLING-4849

 API to capture/measure application-level metrics
 

 Key: SLING-4080
 URL: https://issues.apache.org/jira/browse/SLING-4080
 Project: Sling
  Issue Type: New Feature
  Components: API
Reporter: Amit Gupta
Assignee: Amit Gupta
Priority: Minor

 Provide an api that can help capture/measure application level metrics i.e. 
 timing, counter etc.
 When running large/mid scale applications, it is good to know some statistics 
 i..e number of requests, time taken to process a request, number of active 
 requests, number of active jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-4080) API to capture/measure application-level metrics

2014-10-21 Thread Amit Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14178172#comment-14178172
 ] 

Amit Gupta commented on SLING-4080:
---

Added first cut in
https://svn.apache.org/repos/asf/sling/whiteboard/amitgupt/monitoring/

 API to capture/measure application-level metrics
 

 Key: SLING-4080
 URL: https://issues.apache.org/jira/browse/SLING-4080
 Project: Sling
  Issue Type: New Feature
  Components: API
Reporter: Amit Gupta
Assignee: Amit Gupta
Priority: Minor

 Provide an api that can help capture/measure application level metrics i.e. 
 timing, counter etc.
 When running large/mid scale applications, it is good to know some statistics 
 i..e number of requests, time taken to process a request, number of active 
 requests, number of active jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-4080) API to capture/measure application-level metrics

2014-10-21 Thread Bertrand Delacretaz (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14178173#comment-14178173
 ] 

Bertrand Delacretaz commented on SLING-4080:


Do we need something else than JMX? That's also accessible via the JMX 
ResourceProvider now.

 API to capture/measure application-level metrics
 

 Key: SLING-4080
 URL: https://issues.apache.org/jira/browse/SLING-4080
 Project: Sling
  Issue Type: New Feature
  Components: API
Reporter: Amit Gupta
Assignee: Amit Gupta
Priority: Minor

 Provide an api that can help capture/measure application level metrics i.e. 
 timing, counter etc.
 When running large/mid scale applications, it is good to know some statistics 
 i..e number of requests, time taken to process a request, number of active 
 requests, number of active jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-4080) API to capture/measure application-level metrics

2014-10-21 Thread Amit Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14178185#comment-14178185
 ] 

Amit Gupta commented on SLING-4080:
---

[~bdelacretaz] This is about providing high level construct such as Timer, 
Counter etc, the metrics can then be exposed via JMX or integrated with other 
tools like Ganglia. 
The api is inspired by https://dropwizard.github.io/metrics/3.1.0/

Idea is to provide a metrics based implementation as well (to be followed), 
which provides OOTB integration with tools like ganglia, graphite.

 API to capture/measure application-level metrics
 

 Key: SLING-4080
 URL: https://issues.apache.org/jira/browse/SLING-4080
 Project: Sling
  Issue Type: New Feature
  Components: API
Reporter: Amit Gupta
Assignee: Amit Gupta
Priority: Minor

 Provide an api that can help capture/measure application level metrics i.e. 
 timing, counter etc.
 When running large/mid scale applications, it is good to know some statistics 
 i..e number of requests, time taken to process a request, number of active 
 requests, number of active jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-4080) API to capture/measure application-level metrics

2014-10-21 Thread Bertrand Delacretaz (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14178193#comment-14178193
 ] 

Bertrand Delacretaz commented on SLING-4080:


Ok, I see and I agree with the intention, but why not use an existing metrics 
library? (might be better discussed on the dev list)

 API to capture/measure application-level metrics
 

 Key: SLING-4080
 URL: https://issues.apache.org/jira/browse/SLING-4080
 Project: Sling
  Issue Type: New Feature
  Components: API
Reporter: Amit Gupta
Assignee: Amit Gupta
Priority: Minor

 Provide an api that can help capture/measure application level metrics i.e. 
 timing, counter etc.
 When running large/mid scale applications, it is good to know some statistics 
 i..e number of requests, time taken to process a request, number of active 
 requests, number of active jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)