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 712066553a Telemetry: use print instead of logging
Using the logging library before UTR can set it up puts it in a weird
state that consumes all output. Instead of using logging, just print
anything from initializing telemetry.

Also make some small updated to avoid features not supported by
non-linux os's right now (these have been generating unnecessary
warnings)

Bug: 425298118
Change-Id: I1ccc749fb3c3410b105116ff25160fc23f0336df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6648785
Commit-Queue: Struan Shrimpton <sshrimp@google.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
2 weeks ago
..
proto Add anonymization and the protos to the telemetry lib 10 months ago
.vpython3 Telemetry: add win support 1 month ago
OWNERS
PRESUBMIT.py
README.md
__init__.py Telemetry: use print instead of logging 2 weeks ago
__main__.py Telemetry: add bot opt-in support 3 weeks ago
anonymization.py Add anonymization and the protos to the telemetry lib 10 months ago
anonymization_unittest.py telemetry: Fix imports 1 month ago
clearcut_span_exporter.py telemetry: Fix imports 1 month ago
clearcut_span_exporter_unittest.py Add exporter to the telemetry lib 9 months ago
config.py Telemetry: add bot opt-in support 3 weeks ago
config_unittest.py Reland "telemetry: Collect until opt-out" 4 weeks ago
detector.py Telemetry: use print instead of logging 2 weeks ago
detector_unittest.py Telemetry: use print instead of logging 2 weeks ago
pytest.ini
trace.py telemetry: Fix imports 1 month ago
trace_unittest.py telemetry: Fix imports 1 month 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