[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. |
lalit-satapathy
left a comment
There was a problem hiding this comment.
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 |
* [Azure][Storage_account] Enable TSDB
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.ymlfile.I have verified that Kibana version constraints are current according to guidelines.
Closes Azure TSDB Enablement: storage_account datastream #7215
Screenshots
Refer #7215