-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the `error_reason` dimension to use the value from the returned error (`kgo.Err.Message`). This allows us to classify the errors with the reason more granularly. Previously, all the produce failures that aren't due to `context.Done()` would be classified as `unknown`. --------- Signed-off-by: Marc Lopez Rubio <[email protected]>
- Loading branch information
Showing
3 changed files
with
55 additions
and
19 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
GO_TEST_TIMEOUT=60s | ||
GO_TEST_TIMEOUT=180s | ||
GOTESTFLAGS= | ||
GO_TEST_COUNT=10 | ||
|
||
|
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