mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* Fix pulsar manager template import * Add pattern categories. Update parameters with new schema. * Add more parameters to config
14 lines
404 B
Jsonnet
14 lines
404 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: [
|
|
],
|
|
category: ["monitoring"],
|
|
},
|
|
module: "components/grafana.jsonnet",
|
|
}
|