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