influxdb/canned
Brandon Farmer 620aa7a518 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
apache.json
bin.go Make all Store names plural for consistency 2017-10-24 15:54:24 -07:00
consul.json
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
disk.json
diskio.json
docker.json Always return colors for single stat graphs 2018-03-12 20:14:04 -07:00
docker_blkio.json
docker_net.json
elasticsearch.json
haproxy.json
influxdb_database.json
influxdb_httpd.json
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
kubernetes_pod_container.json
kubernetes_pod_network.json
kubernetes_system_container.json
load.json
mem.json Use line stacked in mem.json (#1892) 2017-08-24 18:36:21 +02:00
memcached.json
mesos.json Always return colors for single stat graphs 2018-03-12 20:14:04 -07:00
mongodb.json
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
netstat.json
new_apps.sh
nginx.json
nsq_channel.json
nsq_server.json
nsq_topic.json
phpfpm.json add canned dashboard for phpfpm 2017-04-28 15:25:59 -04:00
ping.json
postgresql.json
processes.json
procstat.json
rabbitmq.json
redis.json
riak.json
uuid.sh
varnish.json
win_cpu.json
win_mem.json
win_net.json
win_system.json
win_websvc.json

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.