From 80847b054e64fb43e0823f86d2bf7e0c295b7fe4 Mon Sep 17 00:00:00 2001 From: Johnson Shi Date: Mon, 4 Jan 2021 12:13:44 -0800 Subject: Azure: Add telemetry for poll IMDS (#741) --- cloudinit/sources/DataSourceAzure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py index bedf8ea0..8a0bf91d 100755 --- a/cloudinit/sources/DataSourceAzure.py +++ b/cloudinit/sources/DataSourceAzure.py @@ -983,6 +983,7 @@ class DataSourceAzure(sources.DataSource): 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.""" -- cgit v1.2.3