From f028491818ac469821b0dbb1204d1b94cf3aee58 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Tue, 4 Jun 2024 12:29:47 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../flow/reference/components/prometheus.exporter.windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/flow/reference/components/prometheus.exporter.windows.md b/docs/sources/flow/reference/components/prometheus.exporter.windows.md index 3b3dd041c2fe..a38befddde21 100644 --- a/docs/sources/flow/reference/components/prometheus.exporter.windows.md +++ b/docs/sources/flow/reference/components/prometheus.exporter.windows.md @@ -183,7 +183,7 @@ If `use_api` is enabled, 'where_clause' won't be effective. The Windows API is more performant than WMI. Set `use_api` to `true` in situations when the WMI takes too long to get the service information. Setting `use_api` to `true` does have a few disadvantages compared to using WMI: * WMI queries in `where_clause` won't work. -* The `status` field of the service won't be reported. Instead, use the `state` property. It has the same information, albeit formatted differently. +* The `status` field of the service is not available. You can use the `state` property to retrieve status information. This property provides the same information, but it is formatted differently. ### smtp block