[Telemetry] Add 'important' to JSON output.
commitba3e74deda690c0c30877a3396b4c0c9c6bbb497
authoreakuefner <eakuefner@chromium.org>
Fri, 5 Sep 2014 08:10:45 +0000 (5 01:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Sep 2014 08:12:58 +0000 (5 08:12 +0000)
tree88edfae55100cd6aecafc0d4c46a6a46dfef6fd3
parent731b3521c0fda48786861e9c95795f3d2218a27b
[Telemetry] Add 'important' to JSON output.

We have a plan in progress to upgrade the 'important' field to a combination
of two fields 'primary' and 'improvement_direction'. This will be a two-sided
patch that will require reworking the dashboard's handling of chart JSON. Since
the dashboard has been modified to accept chart JSON with 'important' values,
we want to update Telemetry to continue serializing values with this field for
now.

R=nednguyen

Review URL: https://codereview.chromium.org/541253002

Cr-Commit-Position: refs/heads/master@{#293468}
tools/telemetry/telemetry/value/__init__.py
tools/telemetry/telemetry/value/value_unittest.py