Tomer Shafir
Tomer Shafir
@lmangani hey again :) key grafana issues to push forward for qryn integration by [pyroscope slack thread](https://grafana.slack.com/archives/C049PLMV8TB/p1691565712584859): 1. [https://github.com/grafana/pyroscope/issues/2156](https://github.com/grafana/pyroscope/issues/2156) 2. [https://github.com/grafana/pyroscope/issues/2010](https://github.com/grafana/pyroscope/issues/2010) btw pyroscope cloud is now GA I can probably...
write path edge is the distributor, and read path edge is indeed the querier, so these are the apis we need: [https://github.com/grafana/pyroscope/blob/main/api/querier/v1/querier.proto](https://github.com/grafana/pyroscope/blob/main/api/querier/v1/querier.proto) [https://github.com/grafana/pyroscope/blob/main/api/push/v1/push.proto](https://github.com/grafana/pyroscope/blob/main/api/push/v1/push.proto) they released v1.0 btw, here is their...
@kssenii fixed, sorry had problems with local build
I'm not intimately familiar with the storage engine, but I guess a label makes sense. jfr has the thread table anyway, so maybe: 1. Opt-in server event type level granularity...
hey guys, whats the status here? could you pls export https://github.com/prometheus/client_golang/blob/main/prometheus/go_collector.go or https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/runtime/example/main.go its really essential. I may help
@bogdandrutu maybe you can help here?
I think it useful to have metrics visibility in prod on profiler overhead and valid operation, for start maybe: /health endpoint, error rates, upload latency, meminfo exposed by ap, transmitted...
Following curr config flow, the way is configurable dynamic class loading behind an interface. I understand you want minimum deps for security and maintenance, but dont you think its an...
[https://github.com/prometheus/prometheus/issues/3756](https://github.com/prometheus/prometheus/issues/3756) this is a problem, I see 3 options: 1. prom/kube will fix it 2. sidecar/background merge manager that multiplex several ports into one (external to the agent) 3. shared...
- it requires `CAP_SYS_ADMIN` - see https://github.com/torvalds/linux/blob/master/include/uapi/linux/capability.h#L406 on linux master, which only improves upon previous state with `CAP_BPF` ([CAP_BPF patch on LWN](https://lwn.net/Articles/820560/)). - As mentioned, stats collection is possible since...