Is there any way to do Metric Label value Mapping?

Hi Folks,

I have have a metric “CONFIG” which has a label “stage” with value “design”

To show the value of the label in the Singlestat panel, I am using "Option > Stat > Name "

However I would like to do some transformation to this before displaying the value

For example, in the above case, the value is “design”, but I would like to maintain mappings such that
instead of “design”, I want to display another value “integration-design”

So am looking for some kind of Text to Text Mapping like the below

design --> integration-design
dev --> code-in-progress
test --> system-test

Is there some way to do this ?

Regards