stackdriver-prometheus-sidecar
stackdriver-prometheus-sidecar copied to clipboard
A sidecar for the Prometheus server that can send metrics to Stackdriver.
Howdy, I was wondering if it is possible to configure the sidecar to export some specific labels of our metrics? Or are we constrained to the generic task resource labels...
We had an incident (seemed to coincide with the recent Google outage on Dec 14) where, for a period of about 50 minutes, ALL requests to MetricService.CreateTimeSeries were failing. When...
error message : Tailing WAL failed: retrieve last checkpoint: open /data/wal: no such file or directory export KUBE_NAMESPACE=monitoring export GCP_PROJECT= export GCP_REGION=us-central1 export KUBE_CLUSTER=standard-cluster-1 export SIDECAR_IMAGE_TAG=release-0.4.0 prometheus operator values.yaml ```yaml...
I want to use the configuration file to rename a metric but in the documentation only says: "A configuration file should not be required for the majority of users."
Is this sidecar only work with kubernates? what if I want to push some metrics that I already have in prometheus to stack driver? can I do this from this...
Hello, I have kubernetes clusters in multiple clouds (GCP, AWS, on-prem OpenStack) and would like to export all my prometheus metrics to Stackdriver. Right now, stackdriver-prometheus-sidecar does not have the...
I'd like to deploy the SD prometheus sidecar without having to patch (i.e: just one YAML, no subst). Ideally it would look like this: ``` containers: - name: prometheus image:...
Hi All, We're struggling a bit with custom job metrics being pushed to stackdriver, here's what we do: 1. Install prometheus from helm 2. Install a sidecar by patching deployment...
This test failed during presubmit, and it's unrelated to my PR (which was documentation only): https://travis-ci.com/Stackdriver/stackdriver-prometheus-sidecar/builds/94064905 @fabxc how can we investigate this?