graphite-graph/graphite-graph

Graphite graph DSL

dev-master 2017-10-27 05:01 UTC

This package is auto-updated.

Last update: 2024-04-04 07:51:13 UTC


README

Graphite_GraphBuilder is a DSL and ini-based templating language to assist in constructing query strings for use with Graphite.

Build Status

About

Graphite provides several interfaces for creating graphs and dashboards, but one of its powerful features is an API for generating graphs and retrieving raw data. This allows easy embedding of graphs in custom dashboards and other applications.

The process of describing complex graphs is however cumbersome at best. Graphite_GraphBuilder attempts to reduce the complexity of embedding Graphite graphs in PHP based applications by providing a fluent API for describing graphs and a facility for loading full or partial graph descriptions from ini files.

Examples

For usage and installation instructions see the main Graphite_GraphBuilder site.

Credits

Written by Bryan Davis with support from Keynetics.

Inspired by https://github.com/ripienaar/graphite-graph-dsl/