stackdriver-prometheus-sidecar icon indicating copy to clipboard operation
stackdriver-prometheus-sidecar copied to clipboard

A sidecar for the Prometheus server that can send metrics to Stackdriver.

Results 53 stackdriver-prometheus-sidecar issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I am not sure this is possible, however we have prometheus exporting cloud based metrics that we would like to import into stackdriver. We are unable to use stackdriver...

Is there a way to use an operator in a filter? I want to send only metric with value greater than 0 to stackdriver. ex) PromQL: {__name__="kube_pod_status_phase", namespace="kubeflow", phase=~"Pending|Failed"} >0...

Hello, I would like to suggest a feature. It would be to allow to set an export interval (reporting interval) with the same kind of filter used for the include...

I just set up stackdriver with prometheus in my kubernetes cluster. I have debug level logging turned on for the sidecar (it was very useful for debugging all the permissions...

Adds a new configuration file setting `metric_label_filters` to allow importing metrics that would otherwise be silently dropped for `too many labels`. Addresses #278.

cla: yes

This PR introduces the fix added to [lightstep/opentelemetry-prometheus-sidecar here](https://github.com/lightstep/opentelemetry-prometheus-sidecar/pull/71). All credit goes to @jmacd! Closes https://github.com/Stackdriver/stackdriver-prometheus-sidecar/issues/268

cla: yes

I've deployed the sidecar on a cluster with Istio/Knative, and some metrics aren't showing up in the Metrics Explorer. The sidecar log didn't reveal anything at first, only after turning...

I am on go version - go1.16.5 windows/amd64 I am trying to follow the installation step mentioned in README ```go get github.com/Stackdriver/stackdriver-prometheus-sidecar/...``` During the installation I am getting following error....

Hi all, Could you please explain or advice, why additional labels added by Prometheus are not exported to GCP/stackdriver ? My assumption this is due to WAL updates processed by...

Hi all, Is it possible to use '--include=' flag values in configuration file ?