clintropolis commented on PR #18742: URL: https://github.com/apache/druid/pull/18742#issuecomment-3603516604
>👋 Can we add a plain text mapping to metric name to meaning. naive example: storage/used/bytes : data stored in hot tier/cache > by reading the PR description, i understand these metrics are per segment usage. how does it translate to tier labeled as hot? Well, there isn't a really clear way to do this since tiers are just labels, so there isn't really a concept of 'hot', that is something operators decide depending on configurations and such. Also, in the future I plan to support specifying virtual loads via load rules instead of a system level configuration, so at that point the same node could be emitting both regular and virtual metrics. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
