chronograf/canned
Tim Raymond 67fba0c56f Add PostgreSQL Layout
This adds graphs for monitoring rows returned, buffers used, any
conflicts/deadlocks, as well as the current queries per second.
2016-11-10 11:09:38 -05:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apps.go Update apps test to have a logger 2016-11-07 10:27:35 -06:00
apps_test.go Update apps test to have a logger 2016-11-07 10:27:35 -06:00
cpu.json Update app names 2016-11-08 10:21:50 -08:00
disk.json Update group by field to be quoted 2016-11-08 15:15:46 -06:00
kubernetes_node.json Update k8s groupbys to be escape quoted 2016-11-08 15:24:34 -06:00
kubernetes_pod_container.json Merge pull request #425 from influxdata/fix-k8s-groupbys 2016-11-08 15:55:46 -06:00
kubernetes_pod_network.json Update derivatives to be the correct units (and make query faster) 2016-11-09 12:06:26 -06:00
kubernetes_system_container.json Update k8s CPU field name to millicores 2016-11-08 14:24:39 -06:00
load.json Update app names 2016-11-08 10:21:50 -08:00
mem.json Update app names 2016-11-08 10:21:50 -08:00
netstat.json Update derivatives to be the correct units (and make query faster) 2016-11-09 12:06:26 -06:00
new_apps.sh Merge pull request #421 from influxdata/fix-k8s-fields 2016-11-08 15:27:05 -06:00
nsq_channel.json Add nsq layouts 2016-11-09 16:08:49 -06:00
nsq_server.json Add nsq layouts 2016-11-09 16:08:49 -06:00
nsq_topic.json Add nsq layouts 2016-11-09 16:08:49 -06:00
postgresql.json Add PostgreSQL Layout 2016-11-10 11:09:38 -05:00
processes.json Update layouts with jq formatting 2016-11-07 21:57:18 -06:00
win_cpu.json Update netstat and windows layouts for derivative and formatting 2016-11-08 14:56:49 -06:00
win_mem.json Update layouts to have unique cell ids and layout ids 2016-11-09 09:41:24 -06:00
win_net.json Update layouts to have unique cell ids and layout ids 2016-11-09 09:41:24 -06:00
win_websvc.json Add Windows IIS rates 2016-11-07 21:56:09 -06:00

README.md

Canned Applications

The JSON application layouts in this directory ship with the application as nice, default layouts and queries for telegraf data.

Create new Application

To create a new application in this directory run ./new_apps.sh. This shell script will create a new application template with a generated UUID. Update this layout application file's queries, measurements, and application name.