-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default config for Prom metrics (#3408)
- Loading branch information
1 parent
df689a5
commit 88393b3
Showing
5 changed files
with
179 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
'@graphql-yoga/plugin-prometheus': major | ||
--- | ||
|
||
By default, the following metrics are now enabled: | ||
|
||
- `graphql_envelop_deprecated_field` | ||
- `graphql_envelop_request` | ||
- `graphql_envelop_request_duration` | ||
- `graphql_envelop_request_time_summary` | ||
- `graphql_envelop_phase_parse` | ||
- `graphql_envelop_phase_validate` | ||
- `graphql_envelop_phase_context` | ||
- `graphql_envelop_error_result` | ||
- `graphql_envelop_phase_execute` | ||
- `graphql_envelop_phase_subscribe` | ||
- `graphql_envelop_schema_change` | ||
- `graphql_yoga_http_duration` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters