Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.73k stars 2.92k forks source link

There are too many Master Metric,there we have some method to filter those? #18625

Open gegnhigwej227 opened 3 weeks ago

gegnhigwej227 commented 3 weeks ago

Page Include the link to the page you are reporting a defect

Summary Hi,guys, In my company ,the Prometheus collector timeout can't greater than 10s,but the Master metric is too many , The collector always timeout we can founded。Can I use any configuration to filter exported metric? (like Re Match or somthing? )

YichuanSun commented 3 weeks ago

What's the version you use? We have improve and simplify the metrics system in Alluxio 3.x.

gegnhigwej227 commented 2 weeks ago

What's the version you use? We have improve and simplify the metrics system in Alluxio 3.x.

it's 2.9. I couldn't find the relevant metric filter, I made some simplifications in the MetricsSystem class for now. Can you send me a link for improving version 3. x

YichuanSun commented 1 week ago

https://github.com/Alluxio/alluxio/blob/main/dora/core/common/src/main/java/alluxio/metrics/MetricKey.java maybe this one? I'm not sure.