xumingming opened a new issue, #1783: URL: https://github.com/apache/auron/issues/1783
Currently Auron is using completely different metric name from the vallina spark for the same metric, take the following two snapshots as an example: Vallina: <img width="511" height="537" alt="Image" src="https://github.com/user-attachments/assets/3e5db61f-4a1a-45e6-933b-e657bca43189" /> Native: <img width="414" height="346" alt="Image" src="https://github.com/user-attachments/assets/9ae2a340-62c1-4a74-bf0b-a571bc1e2a49" /> Here vallina has "sort time total", it corresponds to "Native.elapsed_time total"? (not sure) Using different name for the same metric makes the comparison difficult, especially if there are some tools that using the metric names to extract the metric and evaluate a plan. It might require the tools to be rewritten. For end user, they have to learn a new set of metric names, although it is not that difficult, but they have to learn. And lastly for the necessity, since these metrics are already in a operator named NativeXxx, we don't need to use different metric names to differentiate between vallina metrics and native 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]
