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 specific format for metric names that are considered unlabeled.

Parameters

NameTypeDescription
metricNamestringThe original metric name to which the "_unlabeled" suffix will be appended.

Returns

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