Skip to content

Flag duplicate friendly_name for metrics #1093

@mikewilli

Description

@mikewilli

This is likely a mistake and we should flag it in CI if possible.

Example:

[metrics.newtab_any_searches]
data_source = "newtab_clients_daily"
select_expression = '{{agg_any("searches > 0")}}'
friendly_name = "Any Newtab Searches"
description = """
Client performed any Newtab Handoff searches during the experiment
"""
[metrics.newtab_gt4_searches]
data_source = "newtab_clients_daily"
select_expression = 'COALESCE(CASE WHEN SUM(searches) > 4 THEN 1 ELSE 0 END, 0)'
friendly_name = "Any Newtab Searches"
description = """
Client performed any Newtab Handoff searches during the experiment
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    config-parserrelated to config parsing as opposed to metric definitions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions