William Chan

Results 5 issues of William Chan

I was chatting with [jyasskin](https://github.com/jyasskin) and [agl](https://github.com/agl) (explicitly chose not to cc them on this thread, although maybe I should have) over dinner today, talking about new C++ standard library...

byte streams
writable streams

In Prometheus, all metric labels are strings, and PromQL supports label selection with regular expressions. In Cloud Monitoring, some metric labels are integers. For example, we use a [log based...

query

It'd be nice to disable certificate verification for the kubelet. While obviously in an ideal world, this would always use certificate verification, in practice, many kubernetes installations [use self-signed certificates...

enhancement

I was trying to figure out what my biggest metrics were, per https://www.robustperception.io/which-are-my-biggest-metrics. So I tried `topk(10, count by (__name__)({__name__=~".+"}))`, which failed with `Error executing query: invalid parameter "query": substitute...

query

We've been running GMP managed collectors in our GKE Autopilot by deploying manifests, per https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed#config-mgd-collection, for half a year now. We've seen crashlooping before, but I only recently dove into...