Skip to content

Commit 2edb6e0

Browse files
Elaborate on changed behavior in v4.3.3 re: fieldLevelInstrumentation and error metrics (#7852)
1 parent 4548123 commit 2edb6e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changeset/itchy-ties-nail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/server/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@
324324

325325
Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces.
326326

327+
If you are upgrading to or beyond this version, you may notice a change in your error stats in Apollo Studio. Previously, configuring `fieldLevelInstrumentation` inadvertently affected the counting of error stats in the usage reporting plugin (whenever `fieldLevelInstrumentation` was set to or resolved to 0, errors would not be counted). With this change, errors are counted accurately regardless of the `fieldLevelInstrumentation` setting.
328+
327329
Note: in order for this fix to take effect, your `@apollo/gateway` version must be updated to v2.3.1 or later.
328330

329331
## 4.3.2

0 commit comments

Comments
 (0)