azure monitor ama
9 TopicsPure standards based instrumenting
After spending a little time researching, I have a concern that there's some implicit goal to create lock-in scenarios by insisting that people add Azure-specific SDKs to their projects. Despite the fact that there are already numerous cloud agnostic wire protocols to choose from. Is there any plan to provide a way to forward standard (opentelemetry, opencensus, opentracing, zipkin, jaeger) tracing formats directly to Monitor? Specifically without having to install an Azure SDK to my project as I already am producing standard traces. My hope was that there would be a forwarder I could run per-host, even better would be to just add Monitor support to https://github.com/open-telemetry/opentelemetry-collector... This also ensures that no matter what language I have to instrument, I don't have to rely on Microsoft to offer support for it.Solved3.2KViews2likes5CommentsHave you tried workspace-based Application Insights yet?
Announced at BUILD this new version of Azure APM lets you store all your application data in Log Analytics workspace, next to your other monitoring data. No more cross-workspace/app queries, no more separate RBAC to manage, and a plethora of new enterprise features available to you, including continuous export to network isolated storage, Event Hub, secondary LA workspaces, encryption at rest with customer managed keys, private link support, much faster ingestion, option to save up to 25% on your APM bill with reserved capacity tiered pricing, an improved APM schema, and more. The docs are here: https://docs.microsoft.com/en-us/azure/azure-monitor/app/create-workspace-resource If you have questions on Azure APM, we are here to help! Best, Michael -Azure Monitor Product Management4.9KViews1like2CommentsDimensions in webhook payload
Hi Azure Monitor team! Recent blog update from 24 June mentions dimensions in fired alerts now showing better what was affected. When using common alert schema, it appears I'm starting to consistently see the actual affected device from a searchquery result in AffectedConfigurationItems. Is AffectedConfigurationItems the "best" place searchresults always will be placed in? I'm asking so that I know what part of the json webhook payload I need to go through to see what device the alert is for.3KViews1like6Comments