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 d495580f42 Add telemetry initialization and opt out utility
This includes initializing the module which will handle printing the
notice and enabling/disabling telemetry based on config. The __main__
file also allows for the banner to have a consistent entry point for
disabling telemetry so instrumenting programs don't need to worry
about it if they are using the same default config file.

Bug: 326277821
Change-Id: I861d6b9311ed48c2e1effcac22b314b73e2641e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5901465
Reviewed-by: Terrence Reilly <treilly@google.com>
Commit-Queue: Struan Shrimpton <sshrimp@google.com>
9 months ago
..
proto Add anonymization and the protos to the telemetry lib 10 months ago
.vpython3 Add the detector to telemetry library 10 months ago
OWNERS
PRESUBMIT.py Add the detector to telemetry library 10 months ago
README.md
__init__.py Add telemetry initialization and opt out utility 9 months ago
__main__.py Add telemetry initialization and opt out utility 9 months ago
anonymization.py Add anonymization and the protos to the telemetry lib 10 months ago
anonymization_unittest.py Add exporter to the telemetry lib 9 months ago
clearcut_span_exporter.py Add exporter to the telemetry lib 9 months 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 Add the detector to telemetry library 10 months ago
detector_unittest.py Add the detector to telemetry library 10 months ago
pytest.ini Add the detector to telemetry library 10 months ago
trace.py Add Tracer to the telemetry lib 9 months ago
trace_unittest.py Add Tracer to the telemetry lib 9 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