From ffa92cfa972eca9a7318c2a2110527d9bd941ba0 Mon Sep 17 00:00:00 2001 From: abhi-singh1105 <109152174+abhi-singh1105@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:13:35 +0200 Subject: [PATCH 1/2] Update README.md Service check is not clearly documented --- teleport/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teleport/README.md b/teleport/README.md index a791fdbed972e..ac5056491a70f 100644 --- a/teleport/README.md +++ b/teleport/README.md @@ -74,7 +74,8 @@ The Teleport integration does not include any events. ### Service Checks -The Teleport integration does not include any service checks. +The Teleport integration does not include any service checks. +This parameter 'enable_health_service_check' enabled by default will send a service check named `.openmetrics.health` which reports the health of the `openmetrics_endpoint` ## Further reading From 0140dd85eeaacb432499ff6e1ca9a290a9c299b3 Mon Sep 17 00:00:00 2001 From: abhi-singh1105 <109152174+abhi-singh1105@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:40:47 +0200 Subject: [PATCH 2/2] Update teleport/README.md keep the modification suggested Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> --- teleport/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleport/README.md b/teleport/README.md index ac5056491a70f..27c84f62dac7e 100644 --- a/teleport/README.md +++ b/teleport/README.md @@ -75,7 +75,7 @@ The Teleport integration does not include any events. ### Service Checks The Teleport integration does not include any service checks. -This parameter 'enable_health_service_check' enabled by default will send a service check named `.openmetrics.health` which reports the health of the `openmetrics_endpoint` +The parameter 'enable_health_service_check', which is enabled by default, sends a service check named `.openmetrics.health`, which reports the health of the `openmetrics_endpoint`. ## Further reading