-
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)
Downloads have been build with gradle 1.6
See HowToInstallOozieGraphite on how to bundle and configure your oozie server with this extention.
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.
Examples:
- HowToMonitorActionExecutionTimes : Monitor your map-reduce submission times, java action submission times, fs action execution times.
Graph your oozie coordinator runs / workflows by pushing map-reduce counters into graphite. See GraphiteMRCounterExecutor for further details and how to configure this module.
Examples:
- TODO