Frederic Branczyk

Results 513 comments of Frederic Branczyk

It'll probably be a while until we take these measures, but essentially it's reading the same data as `+JPperf true` exposes via the jitdump/perf-map interface directly from the Erlang VM....

At least one person from the Parca project attends every OpenTelemetry Profiling working group call. If you have any more specific questions I think it would be best to continue...

You need to ensure that your kube-proxy is actually listening on some address other than localhost so Prometheus can actually scrape it :)

It seems you are right. I don't think we have a ServiceMonitor for kube-proxy anywhere. It seems that kind and minikube both run it as a pod, so it would...

Yes adding those docs would be fantastic! Could you also make sure to adapt the [minikube command](https://github.com/coreos/kube-prometheus#minikube) we provide to do this? (we already do the same for controller-manager and...

:+1: on interactive inputs, (Y/n) for agree and [default] for defaults to be closer to conventions everywhere else for CLIs

I don’t think we’ve established yet whether the parser is faulty or the tooling around query completion is behaving inconsistently. So we don’t really know yet how we would want...

> The issue is really just that the table output is really dumb and doesn't do any escaping (besides automatic HTML safety stuff): It's not just the table though, when...

> @brancz Hm yeah. Optimally the autocompletion would be able to understand the string context it's in (double-quoted string vs. backtick-quoted) and escape any inserted label values accordingly, if necessary....