fomeiherz

Results 5 comments of fomeiherz

I change title "for prometheus". 我修改了标题加上了 prometheus

> 可以区分下场景,比如dubbo.registry. , dubbo.thread. dubbo.thread 这个使用在哪个场景?我补充到文档上

尝试新增一个 CounterMetricSample,然后修改类 AbstractMetricsReporter#scheduleMetricsCollectorSyncJob() 方法时,发现 `COUNTER` 类型无法设置值进去,因为 io.micrometer.core.instrument.Counter 并没有直接设置值的方法,只有 increment() 方法,即默认官方认为 Counter 是一个计数器,并非给你设置值使用的。