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

Unified Diff: tracing/tracing/value/numeric.html

Issue 1860753003: [Telemetry] Ignore non-scalar numerics for TBMv2 metrics (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Address Ned's comment Created 4 years, 8 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
« no previous file with comments | « tracing/tracing/metrics/sample_metric.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/numeric.html
diff --git a/tracing/tracing/value/numeric.html b/tracing/tracing/value/numeric.html
index 68dac339b6da24cad45634c60118193cc85d97a4..c023416ddaf69ae176a2fe4b643027b65acdac73 100644
--- a/tracing/tracing/value/numeric.html
+++ b/tracing/tracing/value/numeric.html
@@ -275,6 +275,7 @@ tr.exportTo('tr.v', function() {
asDict: function() {
var d = {
unit: this.unit.asJSON(),
+ type: 'numeric',
min: this.range.min,
max: this.range.max,
« no previous file with comments | « tracing/tracing/metrics/sample_metric.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698