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>
6 months ago
..
proto Add anonymization and the protos to the telemetry lib 1 year ago
.vpython3
OWNERS
PRESUBMIT.py
README.md
__init__.py telemetry: Fix imports 6 months ago
__main__.py telemetry: Fix imports 6 months ago
anonymization.py Add anonymization and the protos to the telemetry lib 1 year ago
anonymization_unittest.py telemetry: Fix imports 6 months ago
clearcut_span_exporter.py telemetry: Fix imports 6 months ago
clearcut_span_exporter_unittest.py Add exporter to the telemetry lib 1 year ago
config.py Add telemetry initialization and opt out utility 1 year ago
config_unittest.py Add config to the telemetry lib 1 year ago
detector.py
detector_unittest.py
pytest.ini
trace.py telemetry: Fix imports 6 months ago
trace_unittest.py telemetry: Fix imports 6 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