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

Thanks for all of your work on this project. Now that the project is in maintenance mode do you have any recommendations or alternative solutions for getting data to Google...

The stackdriver sidecar injected into prometheus pod (deployed by prometheus-operator) does not send application metrics to Stackdriver. With the default sidecar configuration I can see default metrics related to alertmanager,...

I am trying to set up the stackdriver-prometheus-sidecar to push a few CronJob/Job metrics from `kube-state-metrics` to Stackdriver. I'm running into an issue where no matter what I do, all...

We have a basic installation of the sidecar together with the Prometheus Operator, and have configured the sidecar with the following flags: ``` args: - --stackdriver.project-id=${PROJECT_ID} - --prometheus.wal-directory=/prometheus/wal - --stackdriver.kubernetes.location=${CLUSTER_REGION}...

Hi, is Stackdriver sidecar supported to be deployed in scenarios where Prometheus deployment has a replica count of 2? If the answer is yes, would we then end with duplicate...

Trying to load any metrics into metrics explorer shows a "no data for this time range" in the graph. The metrics are being pushed as I see metrics ingress bytes...

We've been running Prometheus for a few months now, but with only two metrics; about a dozen times a day, we run a process and we record into Prometheus the...

Hi, Just got a bill of $600 for 2,5GB of metrics on Stackdriver within a month... surprise! haha After investigating it seems to come from external metrics, which are pushed...

Hi there, we setup this infra in the google k8s cluster. But when we redeploy the prometheus pod, firstly we got: " evel=info ts=2020-01-19T02:13:53.643Z caller=queue_manager.go:221 component=queue_manager msg="Stopping remote storage..." level=warn...

I have `kube-state-metrics` running in the `kube-system` namespace and prometheus reading from the `/metrics` endpoint using the following configuration in the prometheus-config.yaml: ``` - job_name: 'kube-state-metrics' static_configs: - targets: ['kube-state-metrics.kube-system.svc.cluster.local:8080']...