Skip to content

Commit 7fbfc78

Browse files
committed
fix: Misc. typos and style
1 parent 82b7fd7 commit 7fbfc78

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

.ci/vale/styles/Google/Ordinal.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ level: error
55
nonword: true
66
tokens:
77
- \d+(?:st|nd|rd|th)
8+
- tenth
9+
10+
exceptions:
11+
- 0th
12+
- 50th
13+
- 90th

content/enterprise_influxdb/v1/administration/monitor/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Monitoring is the act of observing changes in data over time.
1212
There are multiple ways to monitor your InfluxDB Enterprise cluster.
1313
See the guides below to monitor a cluster using another InfluxDB instance.
1414

15-
Alternatively, to view your output data occasionally (_e.g._, for auditing or diagnostics),
15+
Alternatively, to view your output data occasionally (for example, for auditing or diagnostics),
1616
do one of the following:
1717

1818
- [Log and trace InfluxDB Enterprise operations](/enterprise_influxdb/v1/administration/monitor/logs/)
@@ -22,7 +22,7 @@ do one of the following:
2222
### Monitor with InfluxDB Insights
2323
For InfluxDB Enterprise customers, Insights is a free service that monitors your cluster and sends metrics to a private Cloud account. This allows InfluxDB Support to monitor your cluster health and access usage statistics when assisting with support tickets that you raise.
2424

25-
To apply for this service, please contact the [support team](https://support.influxdata.com/s/login/).
25+
To apply for this service, please [contact InfluxData support](https://support.influxdata.com).
2626
{{% /note %}}
2727

2828
{{< children >}}

content/enterprise_influxdb/v1/administration/monitor/monitor-with-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ Send a notification to PagerDuty or HTTP endpoints (other webhooks) by [upgradin
182182
183183
For InfluxDB Enterprise customers, Insights is a free service that monitors your cluster and sends metrics to a private Cloud account. This allows InfluxDB Support to monitor your cluster health and access usage statistics when assisting with support tickets that you raise.
184184
185-
To apply for this service, please contact the [InfluxData Support team](mailto:support@influxdata.com).
185+
To apply for this service, please [contact InfluxData support](https://support.influxdata.com).

content/influxdb/cloud-dedicated/admin/monitor-your-cluster.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ menu:
1010
weight: 104
1111
---
1212

13-
InfluxData provides a Grafana operational dashboard that provide observability
14-
into the your {{< product-name >}} cluster. Use the operational dashboard to
15-
monitor your cluster.
13+
InfluxData provides a Grafana operational dashboard that provides observability
14+
into your {{< product-name >}} cluster.
15+
Use the operational dashboard to monitor your cluster.
1616

1717
{{% note %}}
1818
#### Not available for all clusters
@@ -40,7 +40,7 @@ If you do not have login credentials, [contact InfluxData support](https://suppo
4040

4141
## Dashboard sections and cells
4242

43-
The dashboard is divided into the following sections that visualize metrics
43+
The dashboard contains the following sections that visualize metrics
4444
related to the health of components in your {{< product-name >}} cluster:
4545

4646
- [Query Tier Cpu/Mem](#query-tier-cpumem)
@@ -156,7 +156,7 @@ to the [Object store](/influxdb/cloud-dedicated/reference/internals/storage-engi
156156

157157
#### CPU Utilization Ingesters (k8s)
158158

159-
CPU Utilization of Ingester pods as reported by the Kubernetes container usage.
159+
CPU utilization of Ingester pods as reported by the Kubernetes container usage.
160160
Usage is reported by the number of CPU cores used by pods, including
161161
fractional cores.
162162
The CPU limit is represented by the top line in the visualization.
@@ -284,7 +284,7 @@ _These do not represent the most recent logs._
284284
The **Compaction Tier Cpu/Mem** section displays the CPU and memory usage of
285285
Compactor pods as reported by Kubernetes.
286286
[Compactors](/influxdb/cloud-dedicated/reference/internals/storage-engine/#compactor)
287-
process and compress parquet files in the
287+
process and compress Parquet files in the
288288
[Object store](/influxdb/cloud-dedicated/reference/internals/storage-engine/#object-store)
289289
to continually optimize storage.
290290

@@ -330,10 +330,10 @@ following levels:
330330

331331
Parquet files store data partitioned by time and optionally tags
332332
_(see [Manage data partition](https://docs.influxdata.com/influxdb/cloud-dedicated/admin/custom-partitions/))_.
333-
After four L0 files accumulate for a partition, they are are eligible for compaction.
333+
After four L0 files accumulate for a partition, they're eligible for compaction.
334334
If the compactor is keeping up with the incoming write load, all compaction
335-
events will have exactly four files. If the number of L0 files compacted begins to
336-
to increase, it indicates the compactor is not keeping up.
335+
events have exactly four files.
336+
An increase in the number of L0 files compacted indicates the compactor isn't keeping up.
337337

338338
This histogram helps to determine if the Compactor is starting compactions as
339339
soon as it can.
@@ -367,7 +367,7 @@ that the Catalog may be overloaded or unresponsive.
367367

368368
#### Catalog Op Latency (P90)
369369

370-
The 90th percentile (P90) of query latency against the catalog service per operation.
370+
The 90th percentile (P90) query latency for each operation against the catalog service.
371371
A high P90 value indicates that the Catalog may be overloaded.
372372

373373
---

content/influxdb/cloud-dedicated/get-started/setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ weight: 101
1414
metadata: [1 / 3]
1515
related:
1616
- /influxdb/cloud-dedicated/admin/databases/
17+
- /influxdb/cloud-dedicated/admin/tokens/
1718
- /influxdb/cloud-dedicated/reference/cli/influxctl/
1819
- /influxdb/cloud-dedicated/reference/api/
1920
---

0 commit comments

Comments
 (0)