Skip to main content

GetUnlabeledMetricName

Appends "_unlabeled" to the provided metric name string.

def GetUnlabeledMetricName(
metricName: string
) - > string

Appends the suffix "_unlabeled" to a given metric name. This function is used to generate a distinct name for an unlabeled version of a metric.

Parameters

NameTypeDescription
metricNamestringThe original name of the metric to be modified.

Returns

TypeDescription
stringThe modified metric name with the "_unlabeled" suffix appended.