diff --git a/gclient.py b/gclient.py index 1a3054ee7..2d3bdd196 100755 --- a/gclient.py +++ b/gclient.py @@ -2845,8 +2845,7 @@ def CMDverify(parser, args): @subcommand.epilog("""For more information on what metrics are we collecting and -why, please read metrics.README.md or visit -.""") +why, please read metrics.README.md or visit https://bit.ly/2ufRS4p""") def CMDmetrics(parser, args): """Reports, and optionally modifies, the status of metric collection.""" parser.add_option('--opt-in', action='store_true', dest='enable_metrics', diff --git a/git_nav_downstream.py b/git_nav_downstream.py index 6ea085b43..1b9cce5e4 100755 --- a/git_nav_downstream.py +++ b/git_nav_downstream.py @@ -13,8 +13,10 @@ import argparse import sys from git_common import current_branch, branches, upstream, run, hash_one +import metrics +@metrics.collector.collect_metrics('git nav-downstream') def main(args): parser = argparse.ArgumentParser() parser.add_argument('--pick',