question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Label selector does not show up when uploading a unique series.

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
daterdotscommented, Jun 15, 2021

@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.

1reaction
abroekhofcommented, Jun 15, 2021

I’ve created a PR to fix this, see above

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found