apache / apache/auron

Use the same vallina Spark's metric name for corresponding metric

Open
#1,783 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
241
Avg merge
2d 14h
Merged PRs (30d)
22

Description

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:

Image

Native:

Image

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.