-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[exporter/prometheus] fix: cumulative condition based on the starttim…
…estamp (#12340) * fix: fix the cumulative condition based on the starttimestamp Signed-off-by: Loc Mai <[email protected]> * update changelog Signed-off-by: Loc Mai <[email protected]> * Revert "update changelog" This reverts commit 6717c52. Signed-off-by: Loc Mai <[email protected]> * update changelog Signed-off-by: Loc Mai <[email protected]> * fix value assertion instead of the last value Signed-off-by: Loc Mai <[email protected]> * add more assertions Signed-off-by: Loc Mai <[email protected]>
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 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,11 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: bug_fix | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
component: prometheusexporter | ||
|
||
# A brief description of the change | ||
note: Fix cumulative condition for the delta-to-cumulative | ||
|
||
# One or more tracking issues related to the change | ||
issues: [4153] |