mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Add .gitignore file
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
498d31e178
commit
e943803a3c
4
documentation/prometheus-mixin/.gitignore
vendored
Normal file
4
documentation/prometheus-mixin/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
*.yaml
|
||||
dashboards_out
|
||||
vendor
|
||||
jsonnetfile.lock.json
|
|
@ -1,6 +1,13 @@
|
|||
# Prometheus Mixin
|
||||
|
||||
The Prometheus Mixin is a set of configurable, reusable and extensible alerts
|
||||
The Prometheus Mixin is a set of configurable, reusable, and extensible alerts
|
||||
and dashboards for Prometheus.
|
||||
|
||||
For instructions on how to use mixins, see https://github.com/monitoring-mixins/docs.
|
||||
|
||||
|
||||
TODO: need jsonnet v0.10+
|
||||
TODO: add MAkefile, explain things.
|
||||
|
||||
go get github.com/google/go-jsonnet/cmd/jsonnet
|
||||
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
|
||||
|
|
Loading…
Reference in a new issue