lens icon indicating copy to clipboard operation
lens copied to clipboard

Support for getting metrics from Google Managed Prometheus (GMP)

Open kettenbach-it opened this issue 1 year ago • 5 comments

Google offers a managed service for Prometheus: https://cloud.google.com/stackdriver/docs/managed-prometheus which is internally based on their own big data solution "Monarch" but has PromQL compatible interfaces so it can replace a self-hosted Prometheus. There is a frontend that looks and feels like a regular Prometheus server. It primarily serves as a target URL for a Prometheus datasource in Grafana and to access GMP via the well-known Prometheus UI. https://github.com/GoogleCloudPlatform/prometheus-engine/tree/main/cmd/frontend

It would be nice if Lens could get its metrics from this frontend. I tried it, but couldn't get it to work.

kettenbach-it avatar Dec 24 '22 12:12 kettenbach-it