grafanaPlugin.grafana-lokiexplore-app: init at 1.0.10

This commit is contained in:
teutat3s 2025-04-17 14:36:11 +02:00
parent b7c8e22ea3
commit 9a69086495
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "grafana-lokiexplore-app";
version = "1.0.10";
zipHash = "sha256-1+5xil0XmcLCDKpObuxpnoMnQZaT1I62zL6xatlyKc4=";
meta = with lib; {
description = "The Grafana Logs Drilldown app offers a queryless experience for browsing Loki logs without the need for writing complex queries.";
license = licenses.agpl3Only;
maintainers = lib.teams.fslabs.members;
platforms = platforms.unix;
};
}

View File

@ -14,6 +14,7 @@
grafana-discourse-datasource = callPackage ./grafana-discourse-datasource { };
grafana-github-datasource = callPackage ./grafana-github-datasource { };
grafana-googlesheets-datasource = callPackage ./grafana-googlesheets-datasource { };
grafana-lokiexplore-app = callPackage ./grafana-lokiexplore-app { };
grafana-mqtt-datasource = callPackage ./grafana-mqtt-datasource { };
grafana-oncall-app = callPackage ./grafana-oncall-app { };
grafana-opensearch-datasource = callPackage ./grafana-opensearch-datasource { };