chronograf/canned
Andrew Watkins 74790c0201
fix(canned): group by database for numSeries and numMeasurment queries (#5244)
2019-07-29 13:05:27 -07:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apache.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
bin.go Make all Store names plural for consistency 2017-10-24 15:54:24 -07:00
consul.json passim: normalize query case 2018-11-12 15:17:00 -06:00
consul_agent.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
consul_cluster.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
consul_election.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
consul_http.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
consul_leadership.json passim: normalize query case 2018-11-12 15:17:00 -06:00
consul_serf_events.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
cpu.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
disk.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
diskio.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
docker.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
docker_blkio.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
docker_net.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
elasticsearch.json Add template variables db and rp to missed canned layouts 2018-11-12 15:18:13 -06:00
haproxy.json passim: normalize query case 2018-11-12 15:17:00 -06:00
influxdb_database.json fix(canned): group by database for numSeries and numMeasurment queries (#5244) 2019-07-29 13:05:27 -07:00
influxdb_httpd.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
influxdb_queryExecutor.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
influxdb_write.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
kubernetes_node.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
kubernetes_pod_container.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
kubernetes_pod_network.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
kubernetes_system_container.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
load.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
mem.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
memcached.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
mesos.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
mongodb.json passim: normalize query case 2018-11-12 15:17:00 -06:00
mysql.json Update cmd to com 2018-07-10 16:35:57 -07:00
net.json passim: normalize query case 2018-11-12 15:17:00 -06:00
netstat.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
new_apps.sh Add template variables db and rp to missed canned layouts 2018-11-12 15:18:13 -06:00
nginx.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
nsq_channel.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
nsq_server.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
nsq_topic.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
phpfpm.json passim: normalize query case 2018-11-12 15:17:00 -06:00
ping.json Add template variables db and rp to missed canned layouts 2018-11-12 15:18:13 -06:00
postgresql.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
processes.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
procstat.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
rabbitmq.json Add template variables db and rp to missed canned layouts 2018-11-12 15:18:13 -06:00
redis.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
riak.json passim: normalize query case 2018-11-12 15:17:00 -06:00
uuid.sh Add nginx layout 2016-11-11 10:37:14 -06:00
varnish.json Add template variables db and rp to missed canned layouts 2018-11-12 15:18:13 -06:00
win_cpu.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
win_mem.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
win_net.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
win_system.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07:00
win_websvc.json Add template variables db and rp to canned layouts json 2018-04-16 14:55:06 -07: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.