You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current use of regex for selector can be confusing for clients, particularly when a metric name is a prefix of another one.
Define a simple selector syntax with wildcards that is converted to a regex in the manager - or if no wildcards are included just query the name itself.
Different kinds of selectors (full regex, simple selector, name only) could either use different optional parameters, or one parameter and a "selector type".
Maybe use the RabbitMQ syntax?
Coherent selector concept
Definition of RPC
Implementation in manager
Implement C++ interface
Implement Python interface
Adapt grafana endpoint
Adapt Score-P plugin
The text was updated successfully, but these errors were encountered:
As an intermediate step, the selector can now be a list of string which are matched exactly. So in order to get metadata for one specific metric, you can pass a list with a single entry being the name.
The current use of regex for selector can be confusing for clients, particularly when a metric name is a prefix of another one.
Define a simple selector syntax with wildcards that is converted to a regex in the manager - or if no wildcards are included just query the name itself.
Different kinds of selectors (full regex, simple selector, name only) could either use different optional parameters, or one parameter and a "selector type".
Maybe use the RabbitMQ syntax?
The text was updated successfully, but these errors were encountered: