influxdata / influxdata/influxdb
show tag values no working in filter time
Open
Nobody has claimed this yet.
1.x
kind/bug
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
- show tag values on telegraf from vm_cpu with key = brand where time >= now() - 2h
Expected behavior:
return empty values or can return Values in time range
Actual behavior:
return values outside the time range. Time filtering doesn't work
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported SHOW TAG VALUES query against vm_cpu with the brand tag and a two-hour time filter. Compare the returned values with the selected time range; done when the query returns only values in range or an empty result when none qualify.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100