Skip to content

Commit be35a6e

Browse files
authored
docs(gateway): improve typos and improve readability (#6598)
1 parent e638e68 commit be35a6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/web/docs/src/content/gateway/monitoring-tracing.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ This will log the traces to the console, which can be useful for debugging and t
11231123

11241124
## Prometheus Metrics
11251125

1126-
[Prometheus](https://www.prometheus.io/) is a utility for producing, scraping and storage of metrics
1126+
[Prometheus](https://www.prometheus.io/) is a utility for producing, scraping and storing metrics
11271127
from services and utilities.
11281128

11291129
You can use this feature of the gateway to expose and collect metrics from all phases of your
@@ -1221,20 +1221,20 @@ recommend using the official
12211221
### Grafana Dashboard
12221222

12231223
If you are using Grafana to visualize your metrics, you can
1224-
[import the published Grafana dashboard for Grafana's marketplace](https://grafana.com/grafana/dashboards/21777),
1224+
[import this pre-configured Grafana dashboard from Grafana's marketplace](https://grafana.com/grafana/dashboards/21777),
12251225
or
12261226
[you can use/import this dashboard JSON file directly](https://github.com/graphql-hive/gateway/blob/main/packages/plugins/prometheus/grafana.json)
1227-
to easily visualuze the metrics for your gateway.
1227+
to easily visualize the metrics for your gateway.
12281228

12291229
![image](https://github.com/user-attachments/assets/d72ef00b-90c2-4fb2-9bc4-851cec0eaf0b)
12301230

12311231
For additional instructions, please refer to
1232-
[Import dashboards insturction in Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/).
1232+
[Import dashboards instruction in Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/).
12331233

12341234
### Reported Metrics
12351235

1236-
You will find the timing of each phase of the GraphQL execution. If you are not familiar with the
1237-
lifecycle of a GraphQL operation in the gateway, please refer to the
1236+
You will find the timing of each GraphQL execution phase. If you are not familiar with the lifecycle
1237+
of a GraphQL operation in the gateway, please refer to the
12381238
[Plugin Lifecycle page](/docs/gateway/other-features/custom-plugins#plugin-lifecycle). Each plugin
12391239
hook has a corresponding metric which tracks timings as
12401240
[histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) or

0 commit comments

Comments
 (0)