Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: client/third_party/infra_libs/ts_mon/common/standard_metrics.py

Issue 2708113002: Revert of Add field_specs to all metrics in luci-py (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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():
« no previous file with comments | « client/third_party/infra_libs/ts_mon/common/monitors.py ('k') | client/third_party/infra_libs/ts_mon/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698