Search | Grafana Labs
https://grafana.com/docs/grafana/latest/dashboards/searchThe dashboard search is accessed through the dashboard picker, available in the dashboard top nav area. The dashboard search can also be opened by using the shortcut F. Search Bar: The search bar allows you to enter any string and search both database and file based dashboards in real-time. Starred: Here you find all your starred dashboards.
API documentation | Grafana Labs
grafana.com › docs › tempoTempo’s API. Tempo exposes an API for pushing and querying traces, and operating the cluster itself. For the sake of clarity, in this document we have grouped API endpoints by service, but keep in mind that they’re exposed both when running Tempo in microservices and singly-binary mode: Microservices: each service exposes its own endpoints.
grafana-api · PyPI
https://pypi.org/project/grafana-api16.08.2020 · Install the pip package: pip install -U grafana_api. And then connect to your Grafana API endpoint: from grafana_api.grafana_face import GrafanaFace grafana_api = GrafanaFace(auth='abcde....', host='api.my-grafana-host.com') # Search dashboards based on tag grafana_api.search.search_dashboards(tag='applications') # Find a user by email user ...
grafana-api · PyPI
pypi.org › project › grafana-apiAug 16, 2020 · Install the pip package: pip install -U grafana_api. And then connect to your Grafana API endpoint: from grafana_api.grafana_face import GrafanaFace grafana_api = GrafanaFace(auth='abcde....', host='api.my-grafana-host.com') # Search dashboards based on tag grafana_api.search.search_dashboards(tag='applications') # Find a user by email user ...
HTTP API | Grafana Labs
https://grafana.com/docs/grafana/latest/http_apiGrafana HTTP API. Getting started with Grafana 8 Grafana 8.0 is here! Join us for a live walkthrough on how to get started using Grafana 8 and the Grafana 8 user interface while showing how to set up monitoring for a web service that uses Prometheus and Loki to store metrics and logs.