]> piware.de Git - learn-metrics.git/blobdiff - http/metrics.template
Add custom prometheus data source from host
[learn-metrics.git] / http / metrics.template
diff --git a/http/metrics.template b/http/metrics.template
new file mode 100644 (file)
index 0000000..a81fec0
--- /dev/null
@@ -0,0 +1,7 @@
+# HELP thing_count how many things ran
+# TYPE thing_count counter
+thing_count 0
+
+# HELP thing_failures how many things failed
+# TYPE thing_failures counter
+thing_failures 0