mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
siso: enable collector by default when metrics collection is on.
Bug: b/455433899 Change-Id: Icdc8f0fb516ed9782f85a935d733b9f26a6a6964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7366313 Commit-Queue: Alex Ovsienko <ovsienko@google.com> Reviewed-by: Junji Watanabe <jwata@google.com>
This commit is contained in:
2
siso.py
2
siso.py
@@ -256,7 +256,7 @@ def apply_metrics_labels(args: list[str]) -> list[str]:
|
||||
def apply_telemetry_flags(args: list[str], env: dict[str, str]) -> list[str]:
|
||||
telemetry_flags = [
|
||||
"enable_cloud_monitoring", "enable_cloud_profiler",
|
||||
"enable_cloud_trace", "enable_cloud_logging"
|
||||
"enable_cloud_trace", "enable_cloud_logging", "enable_collector"
|
||||
]
|
||||
# Despite go.dev/issue/68312 being fixed, the issue is still reproducible
|
||||
# for googlers. Due to this, the flag is still applied while the
|
||||
|
||||
Reference in New Issue
Block a user