services.grafana.declarativePlugins

NixOS option

If non-null, then a list of packages containing Grafana plugins to install. If set, plugins cannot be manually installed. Keep in mind that this turns off drilldown: for this to work, you need to add grafana-metricsdrilldown-app, grafana-lokiexplore-app, grafana-exploretraces-app and grafana-pyroscope-app to this option.

type: null or (list of absolute path)
Default
null
Example
with pkgs.grafanaPlugins; [ grafana-piechart-panel ]
declared in: nixos/modules/services/monitoring/grafana.nixView source on NixOS/nixpkgs →