From 22811b63f753cad5507764069e1952a5deff3533 Mon Sep 17 00:00:00 2001 From: Jayesh Sharma <37150991+wjayesh@users.noreply.github.com> Date: Wed, 5 Aug 2020 19:02:10 +0530 Subject: [PATCH] add port info for metrics --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 577ef25..bd22303 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Name | Description remedy | This group has metrics related to the remedial measures taken when the pods fail, such as restarting pods or increasing memory allocation. dns | This group has metrics that deal with dns queries made by the application and their response. +  Remedy group has the following available metrics: @@ -100,6 +101,15 @@ Name | Metric Type | Exposed Information `dns_query_count` | Counter | Counts the number of DNS queries made `dns_query_response_time` | Histogram | The time it takes to finish dns queries +### Port + +The metrics are exposed on the port `9890` of the pod's IP address. The endpoint is `/metrics`. + +A sample call could be done in the following manner: +```bash +curl 10.244.0.13:9890/metrics +``` + ### Visuals A sample run with an orchestrated OOM error: