Skip to content
Thomas Memenga edited this page Sep 12, 2013 · 9 revisions

oozie-graphite

About

oozie-graphite contains some useful glue for pushing operational data from your oozie bundles / coordinators and/or oozie-internal instrumentation into graphite.

Compatibility

(see comments in build.gradle and GraphiteMRCounterExecutor on downgrading it to Oozie 3.1.3-incubating)

How to build

Downloads have been build with gradle 1.6

Installation

See HowToInstallOozieGraphite on how to bundle and configure your oozie server with this extention.

Available modules

Module: GraphiteInstrumentationService

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:

Module: GraphiteMRCounterExecutor

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
Clone this wiki locally