clarify telemetry key names at the service level (#769)

This commit is contained in:
bmc-msft
2021-04-05 15:23:03 -04:00
committed by GitHub
parent c452a8aff3
commit e21eafd135
8 changed files with 14 additions and 33 deletions

View File

@ -205,8 +205,8 @@ def build_task_config(
job_id=job_id,
task_id=task_id,
task_type=task_config.task.type,
instrumentation_key=os.environ.get("APPINSIGHTS_INSTRUMENTATIONKEY"),
telemetry_key=os.environ.get("ONEFUZZ_TELEMETRY"),
instance_telemetry_key=os.environ.get("APPINSIGHTS_INSTRUMENTATIONKEY"),
microsoft_telemetry_key=os.environ.get("ONEFUZZ_TELEMETRY"),
heartbeat_queue=get_queue_sas(
"task-heartbeat",
StorageType.config,