From 6c0f87f911cebe2d25c43abd3d0a5a0e7ab05ef2 Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Wed, 25 Dec 2019 21:15:16 +1100 Subject: [PATCH] link to the guide --- prometheus-monitoring/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/prometheus-monitoring/readme.md b/prometheus-monitoring/readme.md index ef5242d..97c5b70 100644 --- a/prometheus-monitoring/readme.md +++ b/prometheus-monitoring/readme.md @@ -45,4 +45,8 @@ irate(go_request_operations_total[2m]) Request duration ``` rate(go_request_duration_seconds_sum[2m]) / rate(go_request_duration_seconds_total[2m]) -``` \ No newline at end of file +``` + +# Prometheus Guide on Kubernetes + +Checkout the prometheus guide [here](./kubernetes/readme.md) \ No newline at end of file