stackdriver_exporter icon indicating copy to clipboard operation
stackdriver_exporter copied to clipboard

Google Stackdriver Prometheus exporter

Results 114 stackdriver_exporter issues
Sort by recently updated
recently updated
newest added

This adds support for setting an aggregation. This aggregation is used for all metrics collection by the exporter. It adjust the resulting metric names into prometheus recording rule style to...

The current simple metric prefix selector works, but makes it difficult to do aggregation selection. Rather than a simple command line flag, a configuration file will make it easier to...

Hello, Thanks for all the work you've been doing on this exporter. Several times a day, I can notice some holes in my chart and the following error in the...

Seems like those series aren't documented anywhere, they're searchable in the metrics explorer though. ``` level=info ts=2020-07-23T15:07:06.333Z caller=stackdriver_exporter.go:161 msg="Starting stackdriver_exporter" version="(version=0.10.0, branch=HEAD, revision=b52e21b38d2968eb1de34736a7c1c3c888c660b8)" level=info ts=2020-07-23T15:07:06.333Z caller=stackdriver_exporter.go:162 msg="Build context" build_context="(go=go1.14.4, user=root@e0fc7c146b68,...

stackdriver-exporter 0.9.0 introduced timestamps associated with each exported series. When doing experiments, in some cases (in our case `stackdriver_l_7_lb_rule_logging_googleapis_com`-metrics) the timestamp jumped as much as 2 minutes into the past...

We're experiencing small gaps in the metrics exported by the stackdriver exporter and, after some investigation, ended up to be caused by the stackdriver exporter exiting each time an API...

When having the exporter look at a metric over a large interval, it can take quite some time to fetch all the metrics from StackDriver, due to the large number...

The flag `--monitoring.metrics-type-prefixes` can easily become a long string hard to read, in some file formats like when provided in a k8s yaml manifests within a list, indented, etc.. can...

I have a question about stackdriver_exporter. I am trying to get out Bigtable metrics into Prometheus. Currently, I am only getting the following metrics below: stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_cpu_load stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_cpu_load_hottest_node stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_disk_load stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_node_count stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_storage_utilization...