grafanaPlugins.grafana-exploretraces-app: init at 1.1.1 (#425044)

This commit is contained in:
Sandro 2025-07-14 13:48:56 +02:00 committed by GitHub
commit e6bd0520b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "grafana-exploretraces-app";
version = "1.1.1";
zipHash = "sha256-vzLZvBxFF9TQBWvuAUrfWROIerOqPPjs/OKUyX1dBac=";
meta = with lib; {
description = "Opinionated traces app.";
license = licenses.agpl3Only;
teams = [ lib.teams.fslabs ];
platforms = platforms.unix;
};
}

View File

@ -12,6 +12,7 @@
grafana-clickhouse-datasource = callPackage ./grafana-clickhouse-datasource { };
grafana-clock-panel = callPackage ./grafana-clock-panel { };
grafana-discourse-datasource = callPackage ./grafana-discourse-datasource { };
grafana-exploretraces-app = callPackage ./grafana-exploretraces-app { };
grafana-github-datasource = callPackage ./grafana-github-datasource { };
grafana-googlesheets-datasource = callPackage ./grafana-googlesheets-datasource { };
grafana-lokiexplore-app = callPackage ./grafana-lokiexplore-app { };