Azure / azure-docs-sdk-java

☕️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
https://docs.microsoft.com/java/api/?view=azure-java-stable
Creative Commons Attribution 4.0 International
56 stars 241 forks source link

Redirect to Application Insights Java Page Instead of specifying only TrackMetric API #818

Open dhaval24 opened 5 years ago

dhaval24 commented 5 years ago

Application Insights Java SDK supports multiple APIs - trackMetric(), trackRequest(), trackDependency(), trackEvent(), trackException().

The current page : https://docs.microsoft.com/en-us/java/api/overview/azure/appinsights?view=azure-java-stable only shows an example of trackMetric() API.

It's recommended to redirect the user to complete application insights api documentation page for full reference instead of only showing one API.

https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-custom-events-metrics

dhaval24 commented 5 years ago

@mrbullwinkle could you please take care of this if possible on your side?

brunoborges commented 5 years ago

This is something for @dend and his team to look at, since they are the ones managing the API Browser.

The proposed fix here is a workaround, and quite honestly the issue is not clear, as it seems something is missing (perhaps other Java SDKs for App Insights) in the API browser itself.