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 3be09c6d74 telemetry: Fix imports
Logging was missing from __init__.py which broke under mac. This adds
that back in and remove unused imports from other files. The os check
is also moved up to be the first thing we look for since is_google_host
does not work with mac at the moment.

Bug:326277821
Change-Id: I3f28838d367eb9583332fd33ad35d71c0851fe4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6604498
Commit-Queue: Struan Shrimpton <sshrimp@google.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
4 weeks ago
..
proto Add anonymization and the protos to the telemetry lib 10 months ago
.vpython3
OWNERS
PRESUBMIT.py
README.md
__init__.py telemetry: Fix imports 4 weeks ago
__main__.py telemetry: Fix imports 4 weeks ago
anonymization.py Add anonymization and the protos to the telemetry lib 10 months ago
anonymization_unittest.py telemetry: Fix imports 4 weeks ago
clearcut_span_exporter.py telemetry: Fix imports 4 weeks ago
clearcut_span_exporter_unittest.py Add exporter to the telemetry lib 9 months ago
config.py Add telemetry initialization and opt out utility 9 months ago
config_unittest.py Add config to the telemetry lib 10 months ago
detector.py
detector_unittest.py
pytest.ini
trace.py telemetry: Fix imports 4 weeks ago
trace_unittest.py telemetry: Fix imports 4 weeks 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