Difference between revisions of ".tpl"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Prometheus)
Tag: New redirect
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#redirect [[Prometheus]]
+
* Examples: https://prometheus.io/docs/prometheus/latest/configuration/template_examples/
 +
 
 +
alert: InstanceDown
 +
expr: up == 0
 +
for: 5m
 +
labels:
 +
  severity: page
 +
[[annotations:]]
 +
  summary: "Instance {{$labels.instance}} down"
 +
  description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."
 +
 
 +
 
 +
[[promtool check rules]]
 +
 
 +
== Related ==
 +
* <code>[[helm create]]</code>
 +
* [[my-first-chart/templates/_helpers.tpl]]
 +
 
 +
== See also ==
 +
* {{promtool check rules}}
 +
* {{promtool}}
 +
* {{Prometheus}}
 +
 
 +
[[Category:Prometheus]]

Latest revision as of 10:23, 9 July 2024

Advertising: