Commit Graph

4 Commits (dd1620eb55eb53243b78bd173ab01cdfbaebb83b)

Author SHA1 Message Date
Peter A. Bigot 719885a0e1 Add template variables db and rp to missed canned layouts
Original patch failed to apply these to some files due to a
case-sensitive replacement.
2018-11-13 09:51:02 -08:00
Peter A. Bigot d0e3beef24 passim: normalize query case
Make SELECT, AS, FROM consistently upper case in query, so future batch
replacements work properly.
2018-11-13 09:50:50 -08:00
Chris Goller 75db75473f Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
Tim Raymond c19f59d0b7 Add Varnish Layout
This adds a varnish layout with a single graph for monitoring cache hits
vs. misses. The varnish plugin in Telegraf is able to collect far more
statistics on Varnish (complete list:
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/varnish).
However, by default only hits, misses, and uptime are present in the
configuration. We don't currently have a way for a layout to inspect the
fields present for a particular measurement for it to decide which cells
to show, so this will be necessary if we wish to add monitoring for
things like ESI errors, backend connects, memory stats, threads, etc.
2016-11-16 11:28:21 -05:00