Skip to content

Commit 10e913b

Browse files
Apply suggestions from code review
Co-authored-by: Paulo Borges <[email protected]>
1 parent 542fa07 commit 10e913b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/get-started/pages/licensing/check-status/metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ In this example, the metric indicates 2,592,000 seconds (30 days) remaining unti
1515

1616
== Prerequisites
1717

18-
You must have a tool that can understand the Prometheus metrics format. Redpanda exposes metrics in the https://prometheus.io/docs/instrumenting/exposition_formats/[Prometheus exposition format] through an HTTP `/metrics` endpoint. For help setting up Prometheus monitoring, see xref:manage:monitoring.adoc[] or xref:manage:kubernetes/monitoring/k-monitor-redpanda.adoc[].
18+
Redpanda exposes metrics in the https://prometheus.io/docs/instrumenting/exposition_formats/[Prometheus exposition format] through an HTTP `/metrics` endpoint. For help setting up Prometheus monitoring, see xref:manage:monitoring.adoc[] or xref:manage:kubernetes/monitoring/k-monitor-redpanda.adoc[].
1919

2020
== Set up alerts
2121

22-
To avoid disruptions, configure alerts when the expiration time falls below a certain threshold.
22+
To avoid violating the terms of the enterprise license, configure alerts when the expiration time falls below a certain threshold.
2323

2424
For example, to set up alerts with Prometheus:
2525

modules/get-started/pages/licensing/check-status/redpanda-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Valid license:
5858
}
5959
----
6060

61-
Without a valid license:
61+
Without a license:
6262

6363
[source,json]
6464
----

modules/get-started/pages/licensing/check-status/rpk.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Type: enterprise
4141
Expires: Oct 11 2025
4242
----
4343

44-
Without a valid license:
44+
Without a license:
4545

4646
[.no-copy]
4747
----
@@ -74,7 +74,7 @@ To get the license information in another format, use the `--format` flag:
7474
rpk cluster license info --format <format>
7575
```
7676

77-
Replace `<format>` with one of the available formats. See xref:reference:rpk/rpk-cluster/rpk-cluster-license-info.adoc[].
77+
Replace `<format>` with one of the available formats, such as `json` or `yaml`. For more formats, see xref:reference:rpk/rpk-cluster/rpk-cluster-license-info.adoc[].
7878

7979
== Suggested reading
8080

0 commit comments

Comments
 (0)