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>
5 months ago
..
proto Add anonymization and the protos to the telemetry lib 6 months ago
.vpython3 Add the detector to telemetry library 6 months ago
OWNERS Establish a directory for chrome infra telemetry 6 months ago
PRESUBMIT.py Add the detector to telemetry library 6 months ago
README.md Establish a directory for chrome infra telemetry 6 months ago
__init__.py Add telemetry initialization and opt out utility 5 months ago
__main__.py Add telemetry initialization and opt out utility 5 months ago
anonymization.py Add anonymization and the protos to the telemetry lib 6 months ago
anonymization_unittest.py Add exporter to the telemetry lib 5 months ago
clearcut_span_exporter.py Add exporter to the telemetry lib 5 months ago
clearcut_span_exporter_unittest.py Add exporter to the telemetry lib 5 months ago
config.py Add telemetry initialization and opt out utility 5 months ago
config_unittest.py Add config to the telemetry lib 6 months ago
detector.py Add the detector to telemetry library 6 months ago
detector_unittest.py Add the detector to telemetry library 6 months ago
pytest.ini Add the detector to telemetry library 6 months ago
trace.py Add Tracer to the telemetry lib 5 months ago
trace_unittest.py Add Tracer to the telemetry lib 5 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