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

Adding RBPEX stats collection, DBName for perfmon, proper type for resource stats #6869

Merged
merged 2 commits into from
Jan 9, 2020
Merged

Conversation

denzilribeiro
Copy link
Contributor

@denzilribeiro denzilribeiro commented Jan 7, 2020

Required for all PRs:

Added RBPEX IO statistics as part of DatabaseIO collector
Added space on disk for each file for #6711 as part of DatabaseIO collector. Also added space used only for Azure SQL DB ( gathering on MI/on-prem requires switching DB context to each DB and is expensive
Calculated DB Name instead of GUID in physical_db_name for specific perfmon countners for MI/ Azure SQL DB to address #6570
Changed query to convert resource stats to floats/measurements instead of prior strings to address #6397. Changed the measurement to sqlserver_azure_db_resource_stats

Change to address Case sensitive collation : #6867

closes #6711
closes #6570
closes #6397
closes #6867
closes #4382

Required for all PRs:

  • [X ] Signed CLA.
  • [ X] Associated README.md updated.
  • [ X] Has appropriate unit tests.

@danielnelson danielnelson added this to the 1.14.0 milestone Jan 7, 2020
@danielnelson danielnelson merged commit 1df88dd into influxdata:master Jan 9, 2020
athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment