-
Notifications
You must be signed in to change notification settings - Fork 460
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
[Azure][Storage_account] Enable TSDB #8064
[Azure][Storage_account] Enable TSDB #8064
Conversation
🌐 Coverage report
|
@lalit-satapathy, I guess the grouping / time grain problems can happen or not, depending on the metricset configuration. If the migration kit didn't report any data loss, this probably means the storage account metrics config is not triggering the problem. However, it's worth double-checking this metricset more in the context of the changes happening with #7621. Thanks for bringing this up! |
I conducted testing with the TSDB migration kit and confirmed that there was no data loss. Furthermore, I reviewed the metricbeat code and found that grouping for the storage account is already occurring using allowed dimensions, so there should be no impact. In fact, for Azure storage accounts, we are also performing grouping based on the Timegrain. Please take a look. |
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 as this is not impacted by Azure metric grouping issue.
Package azure_metrics - 1.2.0 containing this change is available at https://epr.elastic.co/search?package=azure_metrics |
Proposed commit message
Enable time series data streams for the storage_account metrics dataset. This dramatically reduces storage for metrics and is expected to progressively improve query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
The changes have been validated using the
TSDB migration test kit
.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.
Closes Azure TSDB Enablement: storage_account datastream #7215
Screenshots
Refer #7215