Skip to content

Commit ad48dc3

Browse files
author
Amit Joshi
committed
chore(telemetry): provision real 1DS iKey + INT collector URL
Replace the PLACEHOLDER_REPLACE_BEFORE_SHIPPING value with the provisioned iKey for tenant ffdb4c99... and point the dispatcher at the Aria INT OneCollector endpoint. With this in place the dispatcher takes the HTTPS POST path instead of writing to the local JSONL fallback. The iKey is a write-only identifier, safe to commit in plaintext per the design spec (Microsoft OSS precedent: VS Code, dotnet SDK, Azure CLI). Both shared/telemetry/ikey.json and the synced plugin copy are updated together.
1 parent 22679ef commit ad48dc3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"ikey": "PLACEHOLDER_REPLACE_BEFORE_SHIPPING",
3-
"collector_url": "https://self.events.data.microsoft.com/OneCollector/1.0/"
2+
"ikey": "ffdb4c99ca3a4ad5b8e9ffb08bf7da0d-65357ff3-efcd-47fc-b2fd-ad95a52373f4-7402",
3+
"collector_url": "https://self.pipe.aria.int.microsoft.com/OneCollector/1.0/"
44
}

shared/telemetry/ikey.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"ikey": "PLACEHOLDER_REPLACE_BEFORE_SHIPPING",
3-
"collector_url": "https://self.events.data.microsoft.com/OneCollector/1.0/"
2+
"ikey": "ffdb4c99ca3a4ad5b8e9ffb08bf7da0d-65357ff3-efcd-47fc-b2fd-ad95a52373f4-7402",
3+
"collector_url": "https://self.pipe.aria.int.microsoft.com/OneCollector/1.0/"
44
}

0 commit comments

Comments
 (0)