| Index: infra_libs/ts_mon/common/interface.py
|
| diff --git a/infra_libs/ts_mon/common/interface.py b/infra_libs/ts_mon/common/interface.py
|
| index 61232e2e93dcd435aaef03ed293a0117feeeb465..df3f50286c7abadf96eb0f6d77d6b2a94555aea4 100644
|
| --- a/infra_libs/ts_mon/common/interface.py
|
| +++ b/infra_libs/ts_mon/common/interface.py
|
| @@ -77,6 +77,8 @@ class State(object):
|
| self.store = store_ctor(self)
|
| # Cached time of the last flush. Useful mostly in AppEngine apps.
|
| self.last_flushed = datetime.datetime.utcfromtimestamp(0)
|
| + # Metric name prefix
|
| + self.metric_name_prefix = '/chrome/infra/'
|
|
|
| def reset_for_unittest(self):
|
| self.metrics = {}
|
|
|