elastic / rally

Macrobenchmarking framework for Elasticsearch
Apache License 2.0
1.91k stars 314 forks source link

Override serverless cluster version in telemetry #1819

Closed gbanasiak closed 5 months ago

gbanasiak commented 5 months ago

https://github.com/elastic/rally/pull/1818 did not overwrite serverless cluster version in ClusterEnvironmentInfo telemetry device, information from which is carried into all rally-metrics-* documents (meta.source_revision, meta.distribution_version and meta.distribution_flavor fields). Now rally-results-* documents hold serverless version, and rally-metrics-* documents 8.11.0 version which might be confusing.

This PR aligns telemetry to report serverless version instead of 8.11.0 version.