-
Notifications
You must be signed in to change notification settings - Fork 3
Home
oozie-graphite
contains some useful glue for pushing operational data from your oozie bundles / coordinators
and/or oozie-internal instrumentation into graphite.
(see comments in build.gradle
and GraphiteMRCounterExecutor
on downgrading it to Oozie 3.1.3-incubating)
Use gradle 1.4++
2013-10-28 - v1.0.0 - oozie-graphite-1.0.0.jar
See HowToInstallOozieGraphite on how to bundle and configure your oozie server with this extension.
Monitor your oozie instance by pushing already available internal oozie metrics into your graphite installation. See GraphiteInstrumentationService for further details and how to configure this module.
Related blog posts with example use cases:
- Blog post on syscrest.com : Installing GraphiteInstrumentationService
- Blog post on syscrest.com : Monitoring action performance (mapreduce/java/fs actions) with GraphiteInstrumentationService
- Blog post on syscrest.com : Visualizing coordinator action timeouts
Graph your oozie coordinator runs / workflows by pushing map-reduce counters into graphite. See GraphiteMRCounterExecutor for further details and how to configure this module.
Related blog posts with example use cases:
- Blog post on syscrest.com : Installing GraphiteMRCounterExecutor
- Blog post on syscrest.com : Tapping into hadoop counters with GraphiteMRCounterExecutor