prometheus-engine icon indicating copy to clipboard operation
prometheus-engine copied to clipboard

Google Cloud Managed Service for Prometheus libraries and manifests.

Results 190 prometheus-engine issues
Sort by recently updated
recently updated
newest added

We're running into an issue that's been reported to Grafana: https://github.com/grafana/grafana/issues/44542 The tl;dr of that is that in newer versions of Grafana, `$__rate_interval` can be formatted like `1h30m` (where it...

Extension of new reconciliation functionality provided by #311 as suggested by @damemi.

enhancement

Hi all, i'm using self-deploy rule evaluator on my GKE cluster, how can i see all the rules -> records\alerts that i configured in the rules.yaml ? i was able...

enhancement

This PR adds support for exporting prometheus exemplars into Google Cloud Monitoring. I have added a parameter of type `[]record.RefExemplar` called `exemplarBatch` to the `Export` function in `export.go`. The `Export`...

Hi, We are running our cortex and want to use alertmanager for cortex for routing the alerts. I couldn't see support for adding headers in [alertmanagers](https://github.com/GoogleCloudPlatform/prometheus-engine/blob/v0.4.3-gke.0/doc/api.md#alertmanagerendpoints)

enhancement

```shell kubectl -n gmp-test apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/prometheus-engine/v0.3.1/examples/pod-monitoring.yaml ``` ` Error from server (InternalError): error when creating "https://raw.githubusercontent.com/GoogleCloudPlatform/prometheus-engine/v0.3.1/examples/pod-monitoring.yaml": Internal error occurred: failed calling webhook "default.podmonitorings.gmp-operator.gmp-system.monitoring.googleapis.com": Post "https://gmp-operator.gmp-system.svc:8443/default/monitoring.googleapis.com/v1alpha1/podmonitorings?timeout=10s": context deadline exceeded `

In Prometheus, all metric labels are strings, and PromQL supports label selection with regular expressions. In Cloud Monitoring, some metric labels are integers. For example, we use a [log based...

query

This PR adds target polling and aggregation into the pod monitoring status subresource. Polling happens every 10 seconds with 4 concurrent jobs by default but this can be configured, and...