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

netframework: merge multiple collector into one (Click here for more information) #1633

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

jkroepke
Copy link
Member

@jkroepke jkroepke commented Sep 19, 2024

Fixes #300

This PR merges the multiple netframework collector into one.

Before:

--collectors.enabled=netframework_clrexceptions,netframework_clrinterop,netframework_clrjit,netframework_clrloading,netframework_clrlocksandthreads,netframework_clrmemory,netframework_clrremoting,netframework_clrsecurity

After:

--collectors.enabled=netframework
--collectors.netframework.enabled=clrexceptions,clrinterop,clrjit,clrloading,clrlocksandthreads,clrmemory,clrremoting,clrsecurity

@jkroepke jkroepke requested a review from a team as a code owner September 19, 2024 22:03
@jkroepke jkroepke merged commit 2635e5d into prometheus-community:master Sep 20, 2024
8 checks passed
@jkroepke jkroepke deleted the dotnet branch September 20, 2024 08:02
astigmata pushed a commit to astigmata/windows_exporter that referenced this pull request Sep 26, 2024
astigmata pushed a commit to astigmata/windows_exporter that referenced this pull request Sep 26, 2024
astigmata pushed a commit to astigmata/windows_exporter that referenced this pull request Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge the dotnet_* collectors
1 participant