Skip to content

Conversation

@muthu-mps
Copy link
Contributor

@muthu-mps muthu-mps commented Jun 5, 2025

  • Breaking change

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

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

  • Install the 2.12.0 integration version
  • Validate the metrics collection.
  • Upgrade the integration to 3.0.0. Follow the manual steps mentioned in the document on upgrade.
  • Validate the metrics collection.

Related issues

@muthu-mps muthu-mps self-assigned this Jun 5, 2025
@muthu-mps muthu-mps added Integration:microsoft_sqlserver Microsoft SQL Server Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] labels Jun 5, 2025
@elastic-vault-github-plugin-prod

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@muthu-mps muthu-mps marked this pull request as ready for review June 5, 2025 10:13
@muthu-mps muthu-mps requested a review from a team as a code owner June 5, 2025 10:13
Copy link
Contributor

@ritalwar ritalwar left a comment

Choose a reason for hiding this comment

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

LGTM!

@elasticmachine
Copy link

💚 Build Succeeded

History

cc @muthu-mps

@elastic-sonarqube
Copy link

@muthu-mps muthu-mps marked this pull request as draft June 5, 2025 10:56
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|}}
Copy link
Member

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.

@andrewkroh andrewkroh added the documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. label Jul 1, 2025
@botelastic
Copy link

botelastic bot commented Jul 31, 2025

Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Jul 31, 2025
@andrewkroh andrewkroh added the enhancement New feature or request label Aug 7, 2025
@botelastic botelastic bot removed the Stalled label Aug 7, 2025
@botelastic
Copy link

botelastic bot commented Sep 6, 2025

Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Sep 6, 2025
@ishleenk17
Copy link
Member

@muthu-mps : I think this is an important enhancement. And I would like to get this through.
I don't see any blocker. Can we take it to closure ?

@botelastic botelastic bot removed the Stalled label Sep 7, 2025
@muthu-mps
Copy link
Contributor Author

@muthu-mps : I think this is an important enhancement. And I would like to get this through. I don't see any blocker. Can we take it to closure ?

Yeah I agree there is no blocker, We need to agree upon the breaking upgrade change. cc: @lalit-satapathy

@ishleenk17
Copy link
Member

@muthu-mps : I think this is an important enhancement. And I would like to get this through. I don't see any blocker. Can we take it to closure ?

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 ?

@muthu-mps
Copy link
Contributor Author

@muthu-mps : I think this is an important enhancement. And I would like to get this through. I don't see any blocker. Can we take it to closure ?

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.

@botelastic
Copy link

botelastic bot commented Oct 8, 2025

Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Oct 8, 2025
@botelastic
Copy link

botelastic bot commented Nov 7, 2025

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!

@botelastic botelastic bot closed this Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:microsoft_sqlserver Microsoft SQL Server Stalled Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Microsoft SQLServer] Add support for List of Dynamic counters

5 participants