influxdata / influxdb-templates

This repo is a collection of dashboard templates used in the InfluxDB UI.
MIT License
7 stars 7 forks source link

docker template: Add container name variable for filtering and update queries #19

Closed russorat closed 5 years ago

russorat commented 5 years ago
i am running telegraf at the host level, and also using the docker plugin. by default, the CPU and memory usage panes are empty, but will work again by removing this filter: |> filter(fn: (r) => r.container_name == "container-name") from the three panes that return no data. 
russorat commented 5 years ago

closed by https://github.com/influxdata/influxdb-templates/pull/16