Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Application Insights?

jellebens opened this issue · comments

I created a custom telemetry initiualizer cfr ServiceFabric. it works in local debugging but not when i deploy to azure, any plans for this? In local debug I do not seem to be able to tracing dependcie calls either without plumbing offcourse

In microservices this is a must (imo)

The SF module wouldn't work here and that wouldn't be our goal. You should be able to build something very similar from the context passed via environment variables to each container. We would eventually get to this if someone from the community doesn't get to it first. App Insights folks have been driving some really cool work with OpenTelemetry that I have been keeping a close eye on as well.

yes I have written my own TelemetryInitializer which effectively reads the environment variables. It works fine on my devbox but not when i publish because I assume the module or extension is not enabled there. I will try to fiddle around in the arm template a bit to get it enabled
snippit of what I get below from my local devbox
image