telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

feat(inputs.sqlserver): adding data and log used space metrics for Azure SQL DB

Open dba-leshop opened this issue 3 years ago • 1 comments

Required for all PRs

  • [X] Updated associated README.md.
  • [X] Wrote appropriate unit tests => No additional unit tests required
  • [X] Pull request title or commits are in conventional commit format

resolves #11406

Currently, available_storage_mb value doesn't include all available space (only space available in database file). Azure SQL DB available / used space takes into account allocated space as well. 3 new additional metrics related to data and log space usage for each Azure SQL DB including used_space_data_mb / total_log_mb / used_space_log_mb. They allow to compute database real space used and available space for both data and log.

dba-leshop avatar Aug 28 '22 20:08 dba-leshop

Hello! I am closing this issue due to inactivity. I hope you were able to resolve your problem, if not please try posting this question in our Community Slack or Community Page. Thank you!

telegraf-tiger[bot] avatar Sep 23 '22 18:09 telegraf-tiger[bot]

Hello! I am closing this issue due to inactivity. I hope you were able to resolve your problem, if not please try posting this question in our Community Slack or Community Page. Thank you!

telegraf-tiger[bot] avatar Sep 24 '22 18:09 telegraf-tiger[bot]

Hi @dba-leshop are you willing to resolve the conflict and implement the suggested changes?

Hipska avatar Sep 28 '22 10:09 Hipska

Hi @dba-leshop are you willing to resolve the conflict and implement the suggested changes?

I will do it.

dba-leshop avatar Sep 28 '22 10:09 dba-leshop

Great, you can mark the PR as ready to review when done.

Hipska avatar Sep 28 '22 11:09 Hipska

Issue when pushing last change.

dba-leshop avatar Oct 30 '22 17:10 dba-leshop

New PR #12126 @Hipska @powersj @abair34 @Trovalo @dimitri-furman @MyaLongmire @srebhan

dba-leshop avatar Oct 30 '22 18:10 dba-leshop