Label selector does not show up when uploading a unique series.
See original GitHub issueWhen uploading a CSV file with a unique value in the column series
, the label selector does not show. Quite embarrassing! 😉
How to reproduce
Label selector does not show (bug):
series,timestamp,value,label
series_a,2019-01-14T16:26:37.000Z,29.4375,bar
series_a,2019-01-14T16:31:37.000Z,28.5625,
series_a,2019-01-14T16:36:37.000Z,21.8125,
series_a,2019-01-14T16:41:37.000Z,19.875,
series_a,2019-01-14T16:46:37.000Z,20.625,
series_a,2019-01-14T16:51:37.000Z,19.6875,
series_a,2019-01-14T16:56:37.000Z,20.125,
series_a,2019-01-14T17:01:37.000Z,19.9375,
series_a,2019-01-14T17:06:37.000Z,20.75,
series_a,2019-01-14T17:11:37.000Z,21.0625,foo
series_a,2019-01-14T17:16:37.000Z,20.3125,
It shows up when adding the workaround last line:
series,timestamp,value,label
series_a,2019-01-14T16:26:37.000Z,29.4375,bar
series_a,2019-01-14T16:31:37.000Z,28.5625,
series_a,2019-01-14T16:36:37.000Z,21.8125,
series_a,2019-01-14T16:41:37.000Z,19.875,
series_a,2019-01-14T16:46:37.000Z,20.625,
series_a,2019-01-14T16:51:37.000Z,19.6875,
series_a,2019-01-14T16:56:37.000Z,20.125,
series_a,2019-01-14T17:01:37.000Z,19.9375,
series_a,2019-01-14T17:06:37.000Z,20.75,
series_a,2019-01-14T17:11:37.000Z,21.0625,foo
series_a,2019-01-14T17:16:37.000Z,20.3125,
workaround,2019-01-14T17:16:37.000Z,20.3125,
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Error: selector does not match template labels - Stack Overflow
One possible workaround might be to keep the old labels and adding new labels along with old ones. This way, you don't have...
Read more >Labels and Selectors - Kubernetes
Labels are key/value pairs that are attached to objects, such as pods. Labels are intended to be used to specify identifying attributes of ......
Read more >kubectl logs command with label selector does not show all ...
Manually collecting the logs pod-by-pod shows many more results. It's as if using the label selector causes the results to be truncated.
Read more >Kubernetes Error Codes: Selector Does Not Match Template ...
The `selector does not match template labels` error message occurs when no resources match the selector defined for a deployment or ReplicaSet.
Read more >Label Selector | Mendix Documentation
The Label Selector widget enables easily creating objects, assigning objects to other objects, and removing objects (for example, labels) from ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@abroekhof - we have penciled in a day this week to close out a lot of these PRs. Hopefully it’s integrated and deployed by the end of the week.
I’ve created a PR to fix this, see above