Is there a way to generate graphs dynamically

Hello,

Is there a way to display graphs dynamically in a dashboard for e.g. graph stats for each core on the machine, stats for each disk, or all the active ports on a switch? I’m using InfluxDB to collect the data and I have measurements such as

netdata.cpu.cpu_softirqs.NET_TX
netdata.cpu.cpu_softirqs.RCU
netdata.cpu.cpu_softirqs.SCHED
netdata.cpu.cpu_softirqs.TIMER
netdata.cpu.cpu_softnet_stat.dropped
netdata.cpu.cpu_softnet_stat.processed
netdata.cpu.cpu_softnet_stat.received_rps
netdata.cpu.cpu_softnet_stat.squeezed

Thanks in advance.

H.

use templating and repeats:

example:
https://play.grafana.org/d/000000056/graphite-templated-nested?orgId=1

https://play.grafana.org/d/000000002/influxdb-templated?orgId=1