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.

Simplify search on specific tags

See original GitHub issue

Requirement - what kind of business use case are you trying to solve?

We’ve identified a few tags that are frequently used as a search criteria in Jaeger and would like to make it simpler to search on it.

Problem - what in Jaeger blocks you from solving the requirement?

Searching by Tags requires the tag name in addition to the value. There’s no way to “lock” a specific tag that is widely used

Proposal - what do you suggest to solve the problem or improve the existing situation?

It would be nice if we could provide the Query component with a list of tags that would always be shown. Something like this: screen shot 2018-10-02 at 10 00 31 am

A future version of this could be based on the selected service with a default for everyone (similar to the adaptive sampling config)

Any open questions to address

N/A

Might be related to https://github.com/jaegertracing/jaeger-ui/issues/235

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:6
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
yurishkurocommented, Oct 15, 2021

@jkowall there are 5 upvotes, summarily closing may not be the best approach.

I do agree with you that this feels like a very specific feature that will be a maintenance burden without much benefit. In particular, in a large enough installation/organization who decides which tags should be elevated to such special status?

I can see a different version of this that could be more useful - a history-based helper. The top text box will remain the generic multi-tag entry, and below it a new section

You used these tags previously [tag1] [tag2] [tag3]

where [tagN] are pills with tag names and clicking on appends tagN= back to the single multi-entry box and puts cursor right after it with focus.

1reaction
yurishkurocommented, Oct 16, 2021

I don’t think auto-completion would work here because it would remember the whole query, and I expect queries to differ while often using similar tags.

Browsers have local storage, I was thinking of that rather than cookies or server side.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I search for questions with (or without) specific tags?
Simply type the tag you're looking for inside square brackets. You can search for questions with multiple tags and/or search for other terms ......
Read more >
Searching a Tag Using Advance Search Criteria
The Advanced Tag Search window allows you to search the set of tags that match the search criteria and then to perform actions...
Read more >
How to search for questions not containing a certain tag?
For searches, you can apply a minus to a tag, so you could search for [java] -[android] and pull a feed from that....
Read more >
Combine tags for advanced search with simple clicks
A good way to filter a search is by clicking on a TAG. So once you click on it, you'll only see the...
Read more >
The Best Ways to Organize Your Files with Tags and Labels
But before you can become a master of the quick search, you'll need to actually tag your files. It's easy to add tags...
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