head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.22.11.35.29; author tnn; state Exp; branches; next ; commitid ZlFRgW1bnratTCSG; desc @@ 1.1 log @www/grafana-prometheus-datasource: import grafana-prometheus-datasource-13.1.7 Grafana no longer bundles this plugin since 3.2.0 and the upstream plugin catalog only distributes Darwin, Linux and Windows binaries, so we need a pkgsrc package for it. @ text @Prometheus is an open-source time series database and alerting system. The Prometheus data source plugin lets Grafana query, visualize, and alert on metrics stored in Prometheus or any Prometheus-compatible backend (for example Grafana Mimir, Cortex, Thanos). To install this plugin, do # ln -s /usr/pkg/share/grafana/plugins/prometheus /var/lib/grafana/plugins Ensure the following settings are present in grafana's configuration file: [plugins] preinstall_disabled = true preinstall_auto_update = false allow_loading_unsigned_plugins = prometheus [plugin.prometheus] as_external = true @