From ed297c17da3509f0b763698d4ee4926c6dd96fca Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Thu, 13 Dec 2018 10:02:31 +0000 Subject: [PATCH] Bug 1511307 - Remove not-ready note from docs r=chutten Differential Revision: https://phabricator.services.mozilla.com/D14136 --HG-- extra : moz-landing-system : lando --- toolkit/components/telemetry/docs/collection/histograms.rst | 4 ---- toolkit/components/telemetry/docs/collection/scalars.rst | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/toolkit/components/telemetry/docs/collection/histograms.rst b/toolkit/components/telemetry/docs/collection/histograms.rst index b311163fac8a..6b5addb93bfd 100644 --- a/toolkit/components/telemetry/docs/collection/histograms.rst +++ b/toolkit/components/telemetry/docs/collection/histograms.rst @@ -238,10 +238,6 @@ If this field is left out it defaults to ``all``. ``record_into_store`` --------------------- -.. note:: - - This field is not yet ready for use. - Optional. This field is a list of stores this histogram should be recorded into. If this field is left out it defaults to ``[main]``. diff --git a/toolkit/components/telemetry/docs/collection/scalars.rst b/toolkit/components/telemetry/docs/collection/scalars.rst index e79a5d8b16c6..5e9abf33cb26 100644 --- a/toolkit/components/telemetry/docs/collection/scalars.rst +++ b/toolkit/components/telemetry/docs/collection/scalars.rst @@ -173,7 +173,7 @@ Optional Fields - ``geckoview`` - ``all`` (record on all products) -- ``record_into_store``: A list of stores this scalar should be recorded into. It defaults to ``[main]`` (*Note: This field is not yet ready to use*). +- ``record_into_store``: A list of stores this scalar should be recorded into. It defaults to ``[main]``. String type restrictions ------------------------