Re: Registering custom metrics

2015-01-08 Thread Gerard Maas
metricsSystem.registerSource(customStreamingSource) >>> >>> And it will get reported to the metrics Sync active on your system. By >>> default, you can access them through the metric endpoint: >>> http://:/metrics/json >>> >>> I hope this helps.

Re: Registering custom metrics

2015-01-08 Thread Enno Shioji
gt; On Tue, Dec 30, 2014 at 3:32 PM, eshioji wrote: >> >>> Hi, >>> >>> Did you find a way to do this / working on this? >>> Am trying to find a way to do this as well, but haven't been able to >>> find a >>> way. >>> >&

Re: Registering custom metrics

2015-01-05 Thread Enno Shioji
On Tue, Dec 30, 2014 at 3:32 PM, eshioji wrote: > >> Hi, >> >> Did you find a way to do this / working on this? >> Am trying to find a way to do this as well, but haven't been able to find >> a >> way. >> >> >> >> -- >> View

Re: Registering custom metrics

2015-01-05 Thread Gerard Maas
s / working on this? > Am trying to find a way to do this as well, but haven't been able to find a > way. > > > > -- > View this message in context: > http://apache-spark-developers-list.1001551.n3.nabble.com/Registering-custom-metrics-tp9030p9968.html > Sent from th

Re: Registering custom metrics

2014-12-30 Thread eshioji
Hi, Did you find a way to do this / working on this? Am trying to find a way to do this as well, but haven't been able to find a way. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Registering-custom-metrics-tp9030p9968.html Sent from the A

Registering custom metrics

2014-10-30 Thread Gerard Maas
vHi, I've been exploring the metrics exposed by Spark and I'm wondering whether there's a way to register job-specific metrics that could be exposed through the existing metrics system. Would there be an example somewhere? BTW, documentation about how the metrics work could be improved. I found