resolveMetricId
public java.lang.String resolveMetricId(java.lang.String metricName)
Always resolves metricName to metric identifier without any modifications.
Resolves metric identifier from metric name, is useful when id of registered metric is required
to be different from metric name. (For example if metric is sent from a point with unreachable source code
- Specified by:
resolveMetricId in interface MetricsIdentifierResolver
- Parameters:
metricName - name of metric
- Returns:
- resolved metric id if resolved, metricName otherwise