| Index: infra_libs/ts_mon/common/metrics.py
|
| diff --git a/infra_libs/ts_mon/common/metrics.py b/infra_libs/ts_mon/common/metrics.py
|
| index 4596f4c90885aa259ca405e8b60c7448017330ee..33a543761940d2f758dd5294ec722b361daeadbb 100644
|
| --- a/infra_libs/ts_mon/common/metrics.py
|
| +++ b/infra_libs/ts_mon/common/metrics.py
|
| @@ -94,7 +94,7 @@ class Metric(object):
|
| """
|
|
|
| metric_pb = collection_pb.data.add()
|
| - metric_pb.metric_name_prefix = '/chrome/infra/'
|
| + metric_pb.metric_name_prefix = interface.state.metric_name_prefix
|
| metric_pb.name = self._name
|
| if self._description is not None:
|
| metric_pb.description = self._description
|
|
|