blob: a4090e0b5e2edd981cab0f9bd6a6af4da9eca66d [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
##########################################################################
# This file contains MetricDefinitions used in Logger tests.
# It is compiled into unique_actives_test_registry.h, which is included
# in testing_constants.h.
#
# When editing this file, also update testing_constants.h with any
# changes to report IDs or to local aggregation parameters.
##########################################################################
metric_definitions:
- id: 1
metric_name: "DeviceBoots"
metric_type: EVENT_OCCURRED
metric_dimensions:
- max_event_code: 1
reports:
# Report ID: 131134909
- report_name: "DeviceBoots_UniqueDevices"
id: 1
report_type: UNIQUE_N_DAY_ACTIVES
local_privacy_noise_level: SMALL
window_size:
- 1
- id: 2
metric_name: "FeaturesActive"
metric_type: EVENT_OCCURRED
metric_dimensions:
- max_event_code: 4
reports:
# Report ID: 635837989
- report_name: "FeaturesActive_UniqueDevices"
id: 2
report_type: UNIQUE_N_DAY_ACTIVES
local_privacy_noise_level: LARGE
window_size:
- 7
- 30
- id: 3
metric_name: "NetworkActivity"
metric_type: EVENT_OCCURRED
metric_dimensions:
- max_event_code: 2
reports:
# Report ID: 1956746741
- report_name: "NetworkActivity_GlobalCount"
id: 5
report_type: SIMPLE_OCCURRENCE_COUNT
local_privacy_noise_level: MEDIUM
# Report ID: 3430665491
- report_name: "NetworkActivity_UniqueDevices_WindowSize"
id: 6
report_type: UNIQUE_N_DAY_ACTIVES
local_privacy_noise_level: LARGE
window_size:
- 1
- 7
- 28
- 30
# Report ID: 763431326
- report_name: "NetworkActivity_UniqueDevices_AggregationWindow"
id: 7
report_type: UNIQUE_N_DAY_ACTIVES
local_privacy_noise_level: LARGE
aggregation_window:
- days: 1
- days: 7
- days: 28
- days: 30