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 ?