Lee Yanco

Results 56 comments of Lee Yanco

Hey Mike, Our binaries only work on Linux nodes. You could scrape Windows by running our [self-deployed collector](https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-unmanaged) on a Linux node and configuring it to reach out to exporters...

Our query engine doesn't handle compound time units correctly right now. We'll have to add support for that. In the meantime, lopping off the 30m or converting to 90m as...

Yeah - figured. We end up playing catchup when Grafana decides to simply change how they do things on us. Will look into this and see if we can't fix...

FWIW I think downgrading your Grafana should work in the interim - 8.3.4 or 8.3.2 seem to work fine.

"This is because there are exactly 2 collector pods per node and we hit each collector, so more nodes means more collectors." -- do we have to hit both? IIRC...

Does this also support polling for ClusterPodMonitoring? Or is that later?

I imagine with very large clusters, there may be a significant delay (~1m) after applying the CR before the status is correct. This could lead to people thinking their CR...

Hey William, You're right - we don't currently convert the int to a string, which PromQL expects. Can you paste your PromQL here?

There's an open feature for Monarch to basically do a cast_int_as_string which would fix this problem. Not ready yet, unfortunately. That's the real long term fix but we're trying to...