Plutono is a fork of Grafana 7.5.17 under the Apache 2.0 License. It is currently limited to maintenance and security updates.
Plutono allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture:
Assuming that you want to switch from using Grafana to Plutono, you may need to change the name of images, executables, configurations files, their paths, and in some cases configuration items.
For example, the config file /etc/plutono/plutono.ini
of this fork contains the section plugin.plutono-image-renderer
.
[docker.io/]grafana/grafana
to ghcr.io/credativ/plutono:<version>
. Use version main
for the latest development snapshot.grafana
in any letter case are replaced by plutono
in the same case.loki
in any letter case are replaced by vali
in the same case.GF_
to PL_
.Plutono does not suppport Grafana Plugins or Loki due to internal renaming. You may use Vali as a replacement for Loki.
See INSTALL.md
Plutono is distributed under the Apache 2.0 License.