Unverified Commit 093c7732 authored by teutat3s's avatar teutat3s
Browse files

grafanaPlugins.grafana-exploretraces-app: init at 1.1.1

parent 4095d463
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{ 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;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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 { };