We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9671b7b + 34cded8 commit cfef591Copy full SHA for cfef591
1 file changed
README.md
@@ -44,6 +44,10 @@ The entire dashboard settings file with PromQL can be found in ./grafana/provisi
44
4. CPU_USAGE
45
5. MEMORY_USAGE
46
47
+Custom metrics:
48
+6. PRODUCT_COUNT
49
+7. ACTIVE_ARTICLE_COUNT
50
+
51
## Description
52
53
Uses prometheus-client within the flask app to track all the metrics.
@@ -81,7 +85,8 @@ http://localhost:9090/
81
85
82
86
## Image
83
87
84
-
88
+
89
90
91
PromQL examples:
92
```PromQL
0 commit comments