Search code examples
azureazure-application-insightsazure-sdk-python

Is there a azure python sdk to retrieve application insights data?


I use below App insights python sdk to send my custom metrics in app insights resource.

https://github.com/Microsoft/ApplicationInsights-Python

Now when I want to retrieve it, all i can find is Rest API based method to retrieve it.

https://dev.applicationinsights.io/documentation/Using-the-API/Metrics

Is there an alternative to RestAPI based curl or http request - in app insights python sdk ?


Solution

  • There are no SDKs for retrieving data. Only REST API.