in src/metric-client.ts [243:247]
async function getToken() { const credential = new DefaultAzureCredential() const tokenResponse = await credential.getToken(`${resourceUri}/.default`) return tokenResponse.token }