graphite-graph-dsl
graphite-graph-dsl copied to clipboard
A small DSL to describe graphite graphs
Its been quite a while since the last release of graphite-graph-dsl to rubygems.org. Is there a chance that you can cut a new release?
Added GraphiteGraphGenerator class that reads DSL files with the 'graph_gen' extension, makes request to retrieve the Graphite metrics list ("/metrics/index.json" location) and constructs list of DSL files with the 'graph'...
Not sure if this is currently possible due to the double quotes required by exclude. Is there a way to escape quotes from the :data definition? From the graphte doc:...
Hello, I've counters in my metrics, like total numbers of search executed. When I want to graph these as search rate per minute, derivative() oder derivative => true in the...
Graphite supports the nodes as *args for the AliasByNode option. You can work around this buy just passing in "1,2,3,4.." as a string however I feel that using an array...
I cant seem to be able to override the default graph_columns in a graph-specific dash.yaml. No matter what I do, the central gdash.yaml setting is used.
Hi, I ran into a couple of issues when plotting the following scenario - **Metrics** Server1 - Requests Served Server2 - Requests Served Total (Server1 + Server2) - Requests Served...
if target[:alias_by_node] graphite_target = "aliasByNode(#{graphite_target},#{target[:alias_by_node]})" elsif target[:alias_sub_search] graphite_target = "aliasSub(#{graphite_target},\"#{target[:alias_sub_search]}\",\"#{target[:alias_sub_replace]}\")" Is there a reason for this being if/elsif? In graphite you can use the two in combination.
Hi, Thanks for the great project. I would love to see the colorList/template property supported, which would allow specifying, per graph/target the colours to use. When using it directly you...
Graphite supports multiple output formats as a administrator I should be able to specify the format I want my data displayed in. The list of formats can be found at...