Wenxuan

Results 265 comments of Wenxuan

https://github.com/prometheus/client_golang/blob/12af604cf208d3105ced825c65231b4ecf00a8cc/prometheus/process_collector.go#L170

@jiacai2050 I think you can try with [thread local metrics + static metrics](https://github.com/tikv/rust-prometheus/blob/master/static-metric/examples/make_auto_flush_static_counter.rs). According to our experiments this is already very efficient, although theoretically core-local is even better than thread...

@jiacai2050 The current implementation of the thread local metrics provided by this crate is an auto-flush one. Every time you update a thread local metric, the thread local last update...

@nolouch The 4.0.x ~ 5.1.x branch of tracking TiDB Dashboard is *currently* frozen, since new releases are unstable and we cannot ensure its quality. We will begin tracking later when...

There are two problems in margin collapse: 1. content below `target` is jumped (because margins of `target` are not applied in `spacer`) 2. `target` is jumped (because margins are no...

Experienced this issue as well.

It would be great to add option for excluding specified files by pattern

@BusyJay How about moving and clearify in the fastrace repository that fastrace is grown and incubated by the TiKV community and now it becomes a standalone project for better community...

@BusyJay However there is no developers actually developing the TiKV's minitrace :) So what's the purpose of leaving a repository there? Only to keep history issues and PRs?

@BusyJay I respect your concern about future development. It is indeed true. If minitrace is no longer tikv/minitrace, then there *could be* possibility that it cannot address the need of...