We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8505959 commit 6c0f87fCopy full SHA for 6c0f87f
prometheus-monitoring/readme.md
@@ -45,4 +45,8 @@ irate(go_request_operations_total[2m])
45
Request duration
46
```
47
rate(go_request_duration_seconds_sum[2m]) / rate(go_request_duration_seconds_total[2m])
48
-```
+```
49
+
50
+# Prometheus Guide on Kubernetes
51
52
+Checkout the prometheus guide [here](./kubernetes/readme.md)
0 commit comments