Add support for Application Insights in the managed portal
See original GitHub issueIn hosted developer portal you do not see insights about end user interactions with the portal. And you do not want to use self-hosted developer portal just to enable this scenario.
Possible solutions:
- Add support for App Insights
- Add support for adding
script
elements to the head of the page (enables adding small js snippet to enable preferred monitoring solution)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Integrate Application Insights to developer portal - Azure API ...
Add Application Insights to your portal. Follow these steps to plug Application Insights into your managed or self-hosted developer portal.
Read more >Application Insights | Azure Apim Hands on Lab
Create a connection between Azure Application Insights and Azure API Management service instance. Navigate to your APIM instance in the Azure portal. Select ......
Read more >How to Use Application Insights (App Insights) with APIM
Log into https://portal.azure.com/ and search for Application Insights: Click Add: Enter a resource group, name and region and click Review + ...
Read more >Application Insights for AppManager - Akumina Community
Login to your Azure Portal, select your Resource Group, then “Overview” · Click on “+ADD” to add “Application Insights” · On the Everything...
Read more >Manage Azure Application Insights Monitoring
To manage the API key for the selected Application Insights instance; Click on the Action button and then click on the Manage API...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the last release, we added basic integration for App Insights, which currently logs just generic events. The next step will be emitting specific events across dev portal functionality.
Integration instructions can be found here: https://github.com/Azure/api-management-developer-portal/wiki/Integrate-Application-Insights
Oh sorry let me clarify this:
By that I mean that if people are viewing different APIs the urls are something like this:
https://devportal/api-details#api=echo-api&operation=modify-resource
https://devportal/api-details#api=products&operation=get
So technically they are in the “same page” (api-details) but of course as provider of the APIs you would like to see how many have viewed the
api=products
.If you would get these into App Insights you could create KQL queries and enable you to analyze this information. Hopefully this made more sense.