-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `memory_in_percentages` and `swap_in_percentages` host metrics that represents metrics in percentages. - Ignore `/snap/` disk mountpoints. - Fix issue with the open span count in logs being logged as a negative number. - Fix agent's TCP server getting stuck when two requests are made within the same fraction of a second.
- Loading branch information
Showing
2 changed files
with
38 additions
and
27 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,11 @@ | ||
--- | ||
bump: "patch" | ||
type: "change" | ||
--- | ||
|
||
Bump agent to e8207c1. | ||
|
||
- Add `memory_in_percentages` and `swap_in_percentages` host metrics that represents metrics in percentages. | ||
- Ignore `/snap/` disk mountpoints. | ||
- Fix issue with the open span count in logs being logged as a negative number. | ||
- Fix agent's TCP server getting stuck when two requests are made within the same fraction of a second. |
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