From 083996d64d76767a612ee728402d78cab146c745 Mon Sep 17 00:00:00 2001 From: Johnson Shi Date: Sat, 19 Dec 2020 03:02:19 +0000 Subject: [PATCH] Azure: Add telemetry for poll IMDS --- cloudinit/sources/DataSourceAzure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py index bedf8ea0d27..8a0bf91d6da 100755 --- a/cloudinit/sources/DataSourceAzure.py +++ b/cloudinit/sources/DataSourceAzure.py @@ -983,6 +983,7 @@ def _wait_for_all_nics_ready(self): if nl_sock: nl_sock.close() + @azure_ds_telemetry_reporter def _poll_imds(self): """Poll IMDS for the new provisioning data until we get a valid response. Then return the returned JSON object."""