Skip to content
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

feat(exporter/windows): expose physical_disk collector #5927

Conversation

hainenber
Copy link
Contributor

PR Description

Which issue(s) this PR fixes

Fixes #5882

Notes to the Reviewer

The new collector is set as default bywindows_exporter. Should we follow the course or keep it as non-default to keep it simpler?

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@mattdurham
Copy link
Collaborator

We should decide a policy going forward on it. Technically we have said that changing metrics is not a breaking change. Do we have a feel for how many metrics it creates?

@hainenber
Copy link
Contributor Author

There are 11 new metrics if this is enabled by default.

Copy link
Contributor

@clayton-cornell clayton-cornell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor doc suggestion

@clayton-cornell clayton-cornell added the type/docs Docs Squad label across all Grafana Labs repos label Dec 19, 2023
@mattdurham mattdurham enabled auto-merge (squash) December 26, 2023 14:41
@mattdurham
Copy link
Collaborator

Looks good enabled automerge once conflicts are resolved.

Copy link
Collaborator

@mattdurham mattdurham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clayton-cornell
Copy link
Contributor

clayton-cornell commented Jan 10, 2024

@mattdurham Automerge can't complete... there are conflicts. I've tried a quick resolve.

Copy link
Collaborator

@mattdurham mattdurham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a comma

Copy link
Collaborator

@mattdurham mattdurham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets check now

@mattdurham mattdurham merged commit 19318b6 into grafana:main Jan 11, 2024
10 checks passed
BarunKGP pushed a commit to BarunKGP/grafana-agent that referenced this pull request Feb 20, 2024
* feat(exporter/windows): expose physical_disk collector

Signed-off-by: hainenber <[email protected]>

* fix(exporter/windows): correct river attr name for physical_disk

Signed-off-by: hainenber <[email protected]>

* feat(exporter/windows): set default args for physical_disk attr

Signed-off-by: hainenber <[email protected]>

* feat(exporter/windows): update unit test + integration doc

Signed-off-by: hainenber <[email protected]>

* Update docs/sources/static/configuration/integrations/windows-exporter-config.md

Co-authored-by: Clayton Cornell <[email protected]>

* Update docs/sources/static/configuration/integrations/windows-exporter-config.md

Co-authored-by: Clayton Cornell <[email protected]>

---------

Signed-off-by: hainenber <[email protected]>
Co-authored-by: Clayton Cornell <[email protected]>
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Feb 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose new collectors/config from windows_exporter to flow
4 participants