Skip to content

Commit cb247b9

Browse files
Apply suggestions from code review
Co-authored-by: Stefan Büringer <4662360+sbueringer@users.noreply.github.com>
1 parent a6dc2c8 commit cb247b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/src/reference/metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Metrics
22

3-
By default, controller-runtime builds a global prometheus registry and
3+
By default, controller-runtime builds a global Prometheus registry and
44
publishes a collection of performance metrics for each controller.
55

66
### Protecting the Metrics
@@ -38,7 +38,7 @@ kubectl create clusterrolebinding capi-metrics-reader --clusterrole=capi-metrics
3838

3939
### Scraping the Metrics with Prometheus
4040

41-
To scrape metrics, your Prometheus instance need at least following [`kubernetes_sd_config`](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config) section.
41+
To scrape metrics, your Prometheus instance needs at least the following [`kubernetes_sd_config`](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config) section.
4242

4343

4444
```yaml
@@ -73,4 +73,4 @@ To scrape metrics, your Prometheus instance need at least following [`kubernetes
7373
regex: __meta_kubernetes_service_label_(.+)
7474
```
7575

76-
You are no able to check for metrics in your Prometheus instance. To verify, you could search with e.g. `{namespace="capi-system"}` to get all metrics from components running in the `capi-system` namespace.
76+
You are now able to check for metrics in your Prometheus instance. To verify, you could search with e.g. `{namespace="capi-system"}` to get all metrics from components running in the `capi-system` namespace.

0 commit comments

Comments
 (0)