From b9291aa317f80680bf70de0d510d98eae90dee19 Mon Sep 17 00:00:00 2001 From: jeffj6123 Date: Fri, 10 Sep 2021 08:53:33 -0700 Subject: [PATCH] allow telemetry here --- .github/workflows/test.yml | 2 +- src/sfctl/helps/main.py | 2 +- src/sfctl/send_telemetry_background.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea959545..1c9b91f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Pre Test configuration run: | python scripts/check_and_use_custom_sdk.py - sfctl settings telemetry set-telemetry --off +# sfctl settings telemetry set-telemetry --off - name: test run: | scripts/verify.sh local \ No newline at end of file diff --git a/src/sfctl/helps/main.py b/src/sfctl/helps/main.py index 3a6a730f..7c021d7f 100644 --- a/src/sfctl/helps/main.py +++ b/src/sfctl/helps/main.py @@ -11,7 +11,7 @@ helps[''] = """ type: group short-summary: Commands for managing Service Fabric clusters - and entities. This version is compatible with Service Fabric 7.1 + and entities. This version is compatible with Service Fabric 8.1 runtime. long-summary: Commands follow the noun-verb pattern. See subgroups for more information. diff --git a/src/sfctl/send_telemetry_background.py b/src/sfctl/send_telemetry_background.py index 6074cba5..0e5c9c60 100644 --- a/src/sfctl/send_telemetry_background.py +++ b/src/sfctl/send_telemetry_background.py @@ -15,7 +15,7 @@ from sfctl.telemetry import TELEMETRY_FILE_PATH from sfctl.state import set_telemetry_send_retry_count -INSTRUMENTATION = '482faeea-c22b-4c75-a1af-5bfe79f36cb7' +INSTRUMENTATION = 'bcc8168f-be0f-4622-8fe7-b930d173b8a9' SINGLE_UPLOAD_TIMEOUT = 30 def read_telemetry_entries():