forked from grafana/jsonnet-libs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
parts.yaml
34 lines (34 loc) · 776 Bytes
/
parts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "prometheus-ksonnet",
"apiVersion": "0.0.1",
"kind": "ksonnet.io/parts",
"description": "Prometheus is an open-source systems monitoring and alerting toolkit.",
"author": "Kausal <[email protected]>",
"contributors": [
{
"name": "Tom Wilkie",
"email": "[email protected]"
},
],
"repository": {
"type": "git",
"url": "https://github.com/kausal/public"
},
"bugs": {
"url": "https://github.com/kausal/public/issues"
},
"keywords": [
"Prometheus",
"Monitoring",
"Alerting",
],
"quickStart": {
"prototype": "co.kausal.pkg.prometheus",
"componentName": "prometheus",
"flags": {
"namespace": "default",
},
"comment": "Run a complete Prometheus stack."
},
"license": "Apache 2.0"
}