[Telemetry] Remove tir_label and grouping_keys from Values

These are no longer used by Telemetry.

Note:
- value.tir_label was replaced by the simpler value.grouping_label; and
- value.grouping_keys were no longer used, but story.grouping_keys
  remain.

TBR=crouleau@chromium.org
Bug: chromium:921616
Change-Id: Icd88f4a670f93f34a5f01470b6f25b79a37cc0d4
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/1658049
Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org>
9 files changed
tree: db7872b2a977184318ae1157e9f70645212648b5
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. web_page_replay_go/
  19. .eslintignore
  20. .eslintrc
  21. .gitignore
  22. .vpython
  23. AUTHORS
  24. BUILD.gn
  25. codereview.settings
  26. CONTRIBUTING.md
  27. generate_telemetry_build.py
  28. LICENSE
  29. navbar.md
  30. OWNERS
  31. PRESUBMIT.py
  32. pylintrc
  33. README.md
  34. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide

Current build status