promQL monitoring queries via API

Does anyone know how to use promQL instead of MQL for queries via the https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/query API?

Hey @asimpson , the Prometheus APIs to query are actually here and are exposed by Managed Prometheus: https://cloud.google.com/stackdriver/docs/managed-prometheus/query#http-api-details

1 Like

Ah thank you!