blob: b4780c4f5b2ad9c58bb645acab15c99ce620fcdd [file] [log] [blame]
# Copyright 2018 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 the Metrics and EncodingConfigs used in
# file_observation_store_test.cc
#
# It is compiled into file_observation_store_test_config.h which is included into the
# test.
################################################################################
################################################################################
# Metrics
################################################################################
metric_configs:
# Metric 1 has one string part, and local time_zone_policy.
- id: 1
name: "Default"
time_zone_policy: UTC
parts:
"Part1":
data_type: STRING
################################################################################
# EncodingConfigs
################################################################################
encoding_configs:
# EncodingConfig 1 is the NoOp encoding.
- id: 1
name: "NoOp"
no_op_encoding: {}