signoz icon indicating copy to clipboard operation
signoz copied to clipboard

FE: limit variable values by the selected time range

Open prashant-shahi opened this issue 2 years ago • 1 comments

Currently all of the variables values are shown, irrespective of time range.

We could either provide flag to limit response over time range, or we could introduce start_time and end_time built-in variables which could be used in the CH query.

image

/cc @ankitnayan @palashgdev @srikanthccv

prashant-shahi avatar Jan 11 '23 17:01 prashant-shahi

  • Users can use start_time and end_time in queries https://github.com/SigNoz/signoz/pull/5714
  • We will cap the number of values in dropdown https://github.com/SigNoz/signoz/issues/5761

srikanthccv avatar Aug 28 '24 07:08 srikanthccv

Queries now can use the time range variables. The dynamic variable will do it automatically.

srikanthccv avatar Mar 21 '25 05:03 srikanthccv