Results 12 comments of Drew Michel

You should just be able to add `--google.project-id project-a,projectb` as an argument. https://github.com/prometheus-community/stackdriver_exporter#flags describes it more.

@mishako thanks for reporting. Can you provide me a code snippet on how I can reproduce this error you are seeing? I believe this is error is happening because of...

@mishako thank you! I'm thinking the best path forward is to move the `ffwd-http-client` into it's own repo since it doesn't have any dependencies on the rest of `ffwd` and...

>The GitRepository manifest should rather itself live in Git and be protected by e.g. PRs or MRs. In our current setup, terraform is managing the `GitRepository` manifest on the cluster...

I was thinking this could be implemented as an additional metric and not added as a label to existing metrics because of all the reasons you listed (and I 100%...

Does having `EXPORTER_BUFFER_SIZE = 32` and https://github.com/census-instrumentation/opencensus-java/blob/a95cc72948c142e05163af16c7fbbe0718010058/impl_core/src/main/java/io/opencensus/implcore/trace/export/SpanExporterImpl.java#L261 imply only 128 spans can be buffered at a time by default?

For Bigtable this was beginning to be solved by https://github.com/spotify/heroic/pull/231 which would limit the number of cells being read.

Currently for Bigtable the partition period is set to `0x100_000_000L;` which roughly equates to ~50 days of values contained in a single row. This value made more sense when Spotify...

Good point - we could have the default policy be forever (current behavior) and have the GC policy always be set through a shell task. It would be good to...

Does going all in PromQL mean adding it within Heroic itself or writing a remote read prometheus adapter that would translate between PromQL and the heroic json API? The latter...