gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
302 stars 85 forks source link

Remove the start/end filtering from aggregates resource query #1396

Closed pedro-martins closed 3 months ago

pedro-martins commented 3 months ago

The use of the start/end filtering in resources listage in the aggregates api was generating an undesired behavior that was not showing measures of resources when the measures timestamp were from before the resources start time, which were displayed before this filter was introduced. This patch restores the old behavior.

To achieve the current filtering behavior, now the users must explicitly apply these start/end filtering in the "search" parameter in the aggregates query.