@@ -1123,7 +1123,7 @@ This will log the traces to the console, which can be useful for debugging and t
1123
1123
1124
1124
## Prometheus Metrics
1125
1125
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
1127
1127
from services and utilities.
1128
1128
1129
1129
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
1221
1221
### Grafana Dashboard
1222
1222
1223
1223
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 ) ,
1225
1225
or
1226
1226
[ 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.
1228
1228
1229
1229
![ image] ( https://github.com/user-attachments/assets/d72ef00b-90c2-4fb2-9bc4-851cec0eaf0b )
1230
1230
1231
1231
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/ ) .
1233
1233
1234
1234
### Reported Metrics
1235
1235
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
1238
1238
[ Plugin Lifecycle page] ( /docs/gateway/other-features/custom-plugins#plugin-lifecycle ) . Each plugin
1239
1239
hook has a corresponding metric which tracks timings as
1240
1240
[ histograms] ( https://prometheus.io/docs/concepts/metric_types/#histogram ) or
0 commit comments