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

Unified Diff: infra_libs/ts_mon/protos/metrics.proto

Issue 1720323002: Update metrics.proto, and set metric descriptions in MetricsData messages (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 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: infra_libs/ts_mon/protos/metrics.proto
diff --git a/infra_libs/ts_mon/protos/metrics.proto b/infra_libs/ts_mon/protos/metrics.proto
index 9e01b4e1bb5d1646fed62f395ecc702a336d99f9..0e3861dd4a45121e8b22ab90a632838d5e3323be 100644
--- a/infra_libs/ts_mon/protos/metrics.proto
+++ b/infra_libs/ts_mon/protos/metrics.proto
@@ -103,4 +103,6 @@ message MetricsData {
DEGREES_CELSIUS = 62;
}
optional Units units = 41;
+
+ optional string description = 43;
}

Powered by Google App Engine
This is Rietveld 408576698