File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ have a consistent set of PrometheusRules.
1212
1313Heimdall needs templates for the PrometheusRules it will create. These are
1414standard [ go template files] ( https://golang.org/pkg/text/template/ ) . An example
15- template can be found [ here] ( ./kube/base /templates/ ) . By default,
15+ template can be found [ here] ( ./kube/config /templates/ ) . By default,
1616Heimdall will look for a folder called ` templates ` to find these in. You can
1717override this with the ` --templates ` flag.
1818
1919## Example Annotations RVU uses
2020
2121We do have some custom Prometheus Rules we use, which give you an idea on what alerts we create in an automated fashion.
22- These can be deleted, modified and new ones can be created by putting the templates in [ this folder] ( ./kube/base /templates/ ) .
22+ These can be deleted, modified and new ones can be created by putting the templates in [ this folder] ( ./kube/config /templates/ ) .
2323
2424Your Ingress / Deployment must have annotations in the form of:
2525` com.uswitch.heimdall/<prometheus-rule-name>: <threshold> `
You can’t perform that action at this time.
0 commit comments