influxdata / influxdata/influxdb

Weird Graph if they have same tag value

Open
#24,188 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

If I have data that contains `tagA=someValue1,tagB=someValue2` and `tagA=someValue2,tagB=someValue1`, the quried `Raw Data` has

| table | _field | _value | tagA | tagB |
|------|-------|----------|------|----|
|0 | field_name | field_val1 | someValue1 | someValue2|
|0 | field_name | field_val2 | someValue1 | someValue2|
|0 | field_name | field_val3 | someValue1 | someValue2|
|1 | field_name | field_val1 | someValue2 | someValue1|
|1 | field_name | field_val2 | someValue2 | someValue1|
|1 | field_name | field_val3 | someValue2 | someValue1|

but when it goes to graph, there is juse one line, just like

Screenshot 2023-04-07 at 4 47 01 PM

Contributor guide

Open the contributing guide

Research direction

No source file, test, or entry point is identified. Reproduce the reported Raw Data and graph combination with the two tag pairs, then trace how the rows become graph series. Done means both distinct tag combinations render as separate lines rather than one combined line.

Written by the indexing model from the issue text.

Assessment

Domain
data-visualization
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.