graphite-graph / graphite-graph
Graphite graph DSL
Installs: 2 816
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 3
Forks: 6
Open Issues: 4
Requires
- php: ^5.5 || ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2024-09-04 08:40:03 UTC
README
Graphite_GraphBuilder is a DSL and ini-based templating language to assist in constructing query strings for use with Graphite.
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/