Skip to content

Extend syntax to allow for field selections #2

@bhermann

Description

@bhermann

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions