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