blob: 900664354013ef8e0fdff2f5f1f742ab4b835ae6 [file] [log] [blame]
###########################################################################
# This file contains the source of truth for the set of ReportConfigs
# that are registered in version 0.1 of Cobalt.
#
# This file is maintained by hand. To add a new ReportConfig or change
# the definition of an ReportConfig, manually edit this file and
# commit the change to the Cobalt repo.
#
# The format of this file is the textual representation of the
# RegisteredReports Protocol Buffer message, which is defined in
# report_configs.proto.
##########################################################################
#########################
# Customer 1 (Fuchsia)
########################
## Project 1
#### ReportConfig (1, 1, 1)
element {
customer_id: 1
project_id: 1
id: 1
name: "Fuchsia Popular URLs"
description: "This is a fictional report used for the development of Cobalt."
metric_id: 1
variable {
metric_part: "url"
}
aggregation_epoch_type: DAY
report_delay_days: 1
}
#### ReportConfig (1, 1, 2)
element {
customer_id: 1
project_id: 1
id: 2
name: "Fuchsia Usage by Hour"
description: "This is a fictional report used for the development of Cobalt."
metric_id: 2
variable {
metric_part: "hour"
}
aggregation_epoch_type: WEEK
report_delay_days: 5
}
#### ReportConfig (1, 1, 3)
element {
customer_id: 1
project_id: 1
id: 3
name: "Fuchsia Fruit Consumption and Rating Joint Analysis"
description: "This is a fictional report used for the development of Cobalt."
metric_id: 3
variable {
metric_part: "fruit"
}
variable {
metric_part: "rating"
}
aggregation_epoch_type: DAY
report_delay_days: 1
}
#########################
# Customer 2 (Acme)
########################
## Project 1
#### ReportConfig (2, 1, 1)
element {
customer_id: 2
project_id: 1
id: 1
name: "Acme Module Names"
description: "This is a fictional report used for the development of Cobalt."
metric_id: 1
variable {
metric_part: "name"
candidate_map_location: "a/path"
}
aggregation_epoch_type: MONTH
report_delay_days: 5
}
#### ReportConfig (2, 1, 2)
element {
customer_id: 2
project_id: 1
id: 3
name: "Acme Popular URLs"
description: "This is a fictional report used for the development of Cobalt."
metric_id: 3
variable {
metric_part: "url"
}
aggregation_epoch_type: DAY
report_delay_days: 1
}