-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, search queries only return data on the queried fields. With this issue, we would like to give users control over the returned fields.
For example:
[metrics.api.unsafe.heapget] > 0 #[metrics.bytecode.*]
Should return projects with Unsafe Heap Get operations. For these projects metrics.api.unsafe.heapget
is returned, but also any metric prefixed with [metrics.bytecode.*]
.
In this issue, the syntax needs to be extended to allow for the field selection.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request