-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[receiver/windowsperfcounters] fix: Drop metrics with empty datapoints. #32384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dmitryax
merged 14 commits into
open-telemetry:main
from
alxbl:windowsperfcounters/drop-empty-points
Jul 15, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f030da9
[receiver/windowsperfcounters] fix: Drop metrics with empty datapoints.
alxbl e51736b
[receiver/windowsperfcounters] fix(tests): avoid panic in create rece…
alxbl e5e6024
[receiver/windowsperfcounters] fix(tests): implement validation
alxbl 2abd91d
[receiver/windowsperfcounters] chore: add changlog entry.
alxbl 428840d
fix: auto-merge mishap when rebasing branch
alxbl 0b14085
fix: broken unit test after rebase
alxbl 7a20c47
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl 602489f
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl 5727fc9
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl 0bd63f6
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl ee5ae35
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl 13c2481
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl 9695008
Merge branch 'main' into windowsperfcounters/drop-empty-points
alxbl 667cf55
code review
alxbl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,6 @@ | ||
| change_type: bug_fix | ||
| component: windowsperfcountersreceiver | ||
| note: Metric definitions with no matching performance counter are no longer included as metrics with zero datapoints in the scrape output. | ||
| issues: [4972] | ||
| subtext: | ||
| change_logs: [user] |
14 changes: 14 additions & 0 deletions
14
receiver/windowsperfcountersreceiver/testdata/scraper/metric_not_scraped.yaml
This file contains hidden or 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,14 @@ | ||
| resourceMetrics: | ||
| - resource: {} | ||
| scopeMetrics: | ||
| - metrics: | ||
| - description: percentage of time CPU is idle. | ||
| gauge: | ||
| dataPoints: | ||
| - asDouble: 0 | ||
| timeUnixNano: "1646857199239674900" | ||
| name: cpu.idle | ||
| unit: '%' | ||
| # Should not be present in the scrape output. | ||
| # - name: no.counter | ||
| scope: {} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.