chronograf/canned
Brandon Farmer 94dcc49a62 Always return colors for single stat graphs
Addresses a change that requires single stat graphs to have an array of
colors, specifically  in the case of canned dashboards. An empty array
is acceptable but an undefined value will break the page.

Closes #2862
Closes #2841
2018-03-12 20:14:04 -07:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apache.json Update apache, consul, cpu, disk, docker, mem with y-axis labels 2017-02-24 16:09:13 -06:00
bin.go Make all Store names plural for consistency 2017-10-24 15:54:24 -07:00
consul.json Update apache, consul, cpu, disk, docker, mem with y-axis labels 2017-02-24 16:09:13 -06:00
consul_agent.json Add consule agent stats 2017-03-01 10:08:24 -08:00
consul_cluster.json Add consul statsd cluster health dashboard 2017-03-01 11:59:05 -06:00
consul_election.json Add consul statsd election and leadership layout 2017-03-01 12:13:44 -06:00
consul_http.json Add consul statsd cluster health dashboard 2017-03-01 11:59:05 -06:00
consul_leadership.json Add consul statsd election and leadership layout 2017-03-01 12:13:44 -06:00
consul_serf_events.json Add consul statsd cluster health dashboard 2017-03-01 11:59:05 -06:00
cpu.json Update apache, consul, cpu, disk, docker, mem with y-axis labels 2017-02-24 16:09:13 -06:00
disk.json Update apache, consul, cpu, disk, docker, mem with y-axis labels 2017-02-24 16:09:13 -06:00
diskio.json Add layout for telegraf's system diskio plugin 2017-01-14 13:10:39 -06:00
docker.json Always return colors for single stat graphs 2018-03-12 20:14:04 -07:00
docker_blkio.json Add more docker stats 2017-02-15 14:59:06 -08:00
docker_net.json Add more docker stats 2017-02-15 14:59:06 -08:00
elasticsearch.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
haproxy.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_database.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_httpd.json Add y-axis units for influx, memcached and mongo 2017-02-24 16:51:06 -06:00
influxdb_queryExecutor.json Update canned influx layout to use milliseconds of duration 2017-05-14 23:32:10 -05:00
influxdb_write.json Add labels to influxdb write layout 2017-02-24 17:03:59 -06:00
kubernetes_node.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_pod_container.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_pod_network.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_system_container.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
load.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
mem.json Use line stacked in mem.json (#1892) 2017-08-24 18:36:21 +02:00
memcached.json Add y-axis units for influx, memcached and mongo 2017-02-24 16:51:06 -06:00
mesos.json Always return colors for single stat graphs 2018-03-12 20:14:04 -07:00
mongodb.json Add y-axis units for influx, memcached and mongo 2017-02-24 16:51:06 -06:00
mysql.json Update mysql pre-canned dashboard to use last value over a second derivative 2017-12-05 08:36:50 -06:00
net.json Add layout for telegraf's net measurement 2017-01-27 11:30:41 -06:00
netstat.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
new_apps.sh Fix typo in new_apps script 2017-01-27 11:31:02 -06:00
nginx.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_channel.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_server.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_topic.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
phpfpm.json add canned dashboard for phpfpm 2017-04-28 15:25:59 -04:00
ping.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
postgresql.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
processes.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
procstat.json Add layout for telegraf's procstat measurement 2017-01-27 11:59:30 -06:00
rabbitmq.json Add rabbitmq canned dash 2017-01-09 12:33:22 -08:00
redis.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
riak.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
uuid.sh Add nginx layout 2016-11-11 10:37:14 -06:00
varnish.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_cpu.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_mem.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_net.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_system.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_websvc.json Fix template layout ordering 2016-11-29 17:41:19 -05: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.