| 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 f2370233c59ec1c337ddfd19ab96de94102755c1..bc42da894ce5cfe76cab168b9011ad622591c75b 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,8 +9,7 @@
|
|
|
| up = metrics.BooleanMetric(
|
| 'presence/up',
|
| - 'Set to True when the program is running, missing otherwise.',
|
| - None)
|
| + description="Set to True when the program is running, missing otherwise.")
|
|
|
|
|
| def init():
|
|
|