grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
60.72k stars 11.61k forks source link

Scopes: Add Find subresource to query ScopesNodes and search thru titles. #87324

Closed bergquist closed 4 days ago

bergquist commented 2 weeks ago

I want to add an API handler that can filter for scopenodes based on ParentName and also search for titles matching a keyword passed as query. AFAIK the query part is not something that the API server itself support which is why I'm adding a sub resource for it instead.

But I can't figure out how to query the apiserver from the handler.