Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document regex filter in UI #68

Open
tilsche opened this issue May 10, 2021 · 3 comments
Open

Document regex filter in UI #68

tilsche opened this issue May 10, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@tilsche
Copy link
Contributor

tilsche commented May 10, 2021

Not sure what the endpoint can do at the moment with respect to regex filtering. This might involve changes to the endpoint, RPC protocol, manager, couchdb, and could be difficult to implement with reasonable performance.

@bmario bmario added the enhancement New feature or request label May 23, 2022
@bmario
Copy link
Member

bmario commented May 23, 2022

It already works if the regex is put in slashes / ... /. We need to document this feature instead. And it's sloooooooooow.

@bmario bmario changed the title Regex filter Document regex filter in UI May 23, 2022
@tilsche
Copy link
Contributor Author

tilsche commented May 23, 2022

It actually works out of the box. Maybe we need some documentation.

@tilsche
Copy link
Contributor Author

tilsche commented May 23, 2022

Explanation text Draft

Während der Eingabe wird die Metrik-Liste nach Einträgen gefiltert, die den eingegebenen Namen als Komponente enthalten. Die Metrik foo.bar.power kann so beispielsweise bei der Eingabe von fo, foo, ba, pow oder auch bar.pow gefunden werden. Die Eingabe von ar oder wer findet diese Metrik jedoch nicht, da diese Sucheingaben nicht direkt nach einem Punkt . beginnen.

Eine Eingabe von Regulären Ausdrücken ist möglich in dem die Sucheingabe von Schrägstrichen eingeklammert wird, z.B. /^elab\..*\.power$/. Auch Treffer auf Teile des Metrik-Namen werden erkannt, so findet z.B. eine suche nach /wer/ auch foo.bar.power. Reguläre Ausdrücke können lange Zeit benötigen, bis die Metrik-Liste aktualisiert wird.

Bei sehr vielen zutreffenden Metriken kann es sein, dass die angezeigte Liste unvollständig ist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants