You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/infra_lib/telemetry
Struan Shrimpton 75449d2000 mcp: Add some buildbucket tools and the mcp server
These tools are still being evaluated and may change. get_build vs
get_build_from_id and get_build_from_build_number in particular are two
distinct ways of implementing the same tool that need to be compared.
get_build gives flexibility but is extremely verbose which means it
might be too flaky or consume unnecessary tokens. The return of these
might also need filtering for unnecessary output. Particularly steps
which can be very verbose without much information.

Bug: 430952168
Change-Id: Ia9b092a6b6c546198939deb36ea1b89ff33d7fc6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6758660
Auto-Submit: Struan Shrimpton <sshrimp@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Reviewed-by: Erik Staab <estaab@chromium.org>
Commit-Queue: Struan Shrimpton <sshrimp@google.com>
3 weeks ago
..
proto
.vpython3 Telemetry: add win support 2 months ago
OWNERS
PRESUBMIT.py
README.md
__init__.py mcp: Add some buildbucket tools and the mcp server 3 weeks ago
__main__.py Telemetry: add bot opt-in support 2 months ago
anonymization.py
anonymization_unittest.py telemetry: Fix imports 3 months ago
clearcut_span_exporter.py telemetry: Fix imports 3 months ago
clearcut_span_exporter_unittest.py
config.py Telemetry: add bot opt-in support 2 months ago
config_unittest.py Reland "telemetry: Collect until opt-out" 2 months ago
detector.py Telemetry: use print instead of logging 2 months ago
detector_unittest.py Telemetry: use print instead of logging 2 months ago
pytest.ini
trace.py telemetry: Fix imports 3 months ago
trace_unittest.py telemetry: Fix imports 3 months ago

README.md

Chrome Infra Telemetry

TODO: This a placeholder to establish a folder to build the telemetry lib, this will be filled out in follow up CLs