mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 10:26:21 +02:00
14 lines
370 B
Jsonnet
14 lines
370 B
Jsonnet
|
|
{
|
||
|
|
pattern: {
|
||
|
|
name: "grafana",
|
||
|
|
icon: "📈🧯",
|
||
|
|
title: "Add Prometheus and Grafana for monitoring and dashboards",
|
||
|
|
description: "System monitoring and dashboarding using Grafana and Prometheus",
|
||
|
|
requires: ["pulsar", "trustgraph"],
|
||
|
|
features: ["prometheus", "grafana"],
|
||
|
|
args: [
|
||
|
|
],
|
||
|
|
},
|
||
|
|
module: "components/grafana.jsonnet",
|
||
|
|
}
|