-
Notifications
You must be signed in to change notification settings - Fork 515
[Microsoft SQLServer] Add support for list of Dynamic Counter values #14153
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
Conversation
🚀 Benchmarks reportTo see the full report comment with |
ritalwar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
💚 Build Succeeded
History
cc @muthu-mps |
|
| response_format: table | ||
| - query: "SELECT counter_name, cntr_value FROM sys.dm_os_performance_counters WHERE counter_name like '{{dynamic_counter_name}}'" | ||
| {{#if dynamic_counter_name}} | ||
| {{#each dynamic_counter_name as | dynamic_counter i|}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we intend to use "i" anywhere, else remove it.
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
@muthu-mps : I think this is an important enhancement. And I would like to get this through. |
Yeah I agree there is no blocker, We need to agree upon the breaking upgrade change. cc: @lalit-satapathy |
Can you point me to the exact point of contention here ? |
Please see this issue for more details. |
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution! |




Please see this issue for more details.
This PR adds capability to pass list of dynamic counter values. This way user has more flexibility to add multiple values as input to fetch the desired metrics.
This change introduces a breaking update, which is why we are releasing a new major version. Users will need to manually remove the dynamic counter input from the UI, upgrade the integration, and then re-add the dynamic counters. This is necessary because the input parameter type has changed from text to array.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues