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
| Name | Type | Description |
|---|---|---|
| metricName | string | The original name of the metric to be modified. |
Returns
| Type | Description |
|---|---|
string | The modified metric name with the "_unlabeled" suffix appended. |