| Index: client/third_party/infra_libs/ts_mon/common/standard_metrics.py
|
| diff --git a/client/third_party/infra_libs/ts_mon/common/standard_metrics.py b/client/third_party/infra_libs/ts_mon/common/standard_metrics.py
|
| index bc42da894ce5cfe76cab168b9011ad622591c75b..f2370233c59ec1c337ddfd19ab96de94102755c1 100644
|
| --- a/client/third_party/infra_libs/ts_mon/common/standard_metrics.py
|
| +++ b/client/third_party/infra_libs/ts_mon/common/standard_metrics.py
|
| @@ -9,7 +9,8 @@ from infra_libs.ts_mon.common import metrics
|
|
|
| up = metrics.BooleanMetric(
|
| 'presence/up',
|
| - description="Set to True when the program is running, missing otherwise.")
|
| + 'Set to True when the program is running, missing otherwise.',
|
| + None)
|
|
|
|
|
| def init():
|
|
|