-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[receiver/expvar] Fix bug where measurement is recorded into wrong me…
…tric. (#13172) Noticed a bug where the mSpanSys value was higher than it should be. Turns out we were recording to mCacheSys value to that metric as well. This resulted in no mCacheSys metric and an incorrect mSpanSys metric. This PR fixes the issue.
- Loading branch information
1 parent
94d9600
commit 9d56ebd
Showing
3 changed files
with
16 additions
and
2 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
change_type: bug_fix | ||
component: expvarreceiver | ||
note: "Fixes an bug where the mSpanSys value was recorded into the mCacheSys metric." | ||
issues: [13171] |