forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(amqp source): fix crash when handling metrics (vectordotdev#21141)
* fix(amqp source): fix crash with metrics using native codec * Add changelog Signed-off-by: Zang MingJie <[email protected]> * Fix format Signed-off-by: Zang MingJie <[email protected]> * Update changelog.d/21141_fix_crash_when_handling_metrics.fix.md --------- Signed-off-by: Zang MingJie <[email protected]> Co-authored-by: Jesse Szwedko <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
9 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,3 @@ | ||
The `amqp` source no longer panics when deserializing metrics (e.g. via the `native_json` codec). | ||
|
||
authors: kghost |
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