Bug 1425909 - Mention the support for scalars in artifact and build-faster workflows. r=chutten

MozReview-Commit-ID: 4sJlNiEVLv7

--HG--
extra : rebase_source : b297c95b77344ea952c286cb3d880d149dd81d46
This commit is contained in:
Alessio Placitelli 2018-01-30 18:19:19 +01:00
parent 52d0b9348d
commit 59916d55b4

View File

@ -5,7 +5,7 @@ Scalars
Historically we started to overload our histogram mechanism to also collect scalar data,
such as flag values, counts, labels and others.
The scalar measurement types are the suggested way to collect that kind of scalar data.
The serialized scalar data is submitted with the :doc:`main pings <../data/main-ping>`.
The serialized scalar data is submitted with the :doc:`main pings <../data/main-ping>`. Adding scalars is supported in artifact builds and build faster workflows.
.. important::
@ -290,3 +290,5 @@ Version History
- Added support for recording new scalars from add-ons (`bug 1393801 <bug https://bugzilla.mozilla.org/show_bug.cgi?id=1393801>`_).
- Ignore re-registering existing scalars for a category instead of failing (`bug 1409323 <https://bugzilla.mozilla.org/show_bug.cgi?id=1409323>`_).
- Firefox 60: Enabled support for adding scalars in artifact builds and build-faster workflows (`bug 1425909 <https://bugzilla.mozilla.org/show_bug.cgi?id=1425909`_).