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

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

Issue 2705273003: Roll infra_libs and gae_ts_mon in luci-py, and add field_specs to all metrics (Closed)
Patch Set: Rebase Created 3 years, 9 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 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():
« 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