-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add azure storage metricset #15342
Add azure storage metricset #15342
Conversation
// select period to collect metrics, will double the interval value in order to retrieve any missing values | ||
//if timegrain is larger than intervalx2 then interval will be assigned the timegrain value |
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.
Just a suggestion here: wouldn't it be better to be calculated in a different helping method? :)
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.
Overall, data.json and the code looks good to me. But I haven't tested this PR locally.
thanks for the review, the PR will be in the test plan. |
* create metricset * work in prog * Work on metricset * Add serviceType config option * Fix tests * Add func to retrieve on all dimensions * work on different intervals * revert custom event format * work on reducing api calls * fix fields and dashboards, work on reducing amount of api calls * Add json example * refactor * refactor * fix tests * fix tests * feedback (cherry picked from commit ad8c503)
* Add azure storage metricset (#15342) * create metricset * work in prog * Work on metricset * Add serviceType config option * Fix tests * Add func to retrieve on all dimensions * work on different intervals * revert custom event format * work on reducing api calls * fix fields and dashboards, work on reducing amount of api calls * Add json example * refactor * refactor * fix tests * fix tests * feedback (cherry picked from commit ad8c503) * Fix changelog
Should handle:
#14548
#14549
#14551
#14552
Configuration:
Output:
PR also contains: