DEV Community

Cover image for OpenTelemetry, Azure Function and AppInsights
Antoine
Antoine

Posted on

OpenTelemetry, Azure Function and AppInsights

Photo by Luke Chesser on Unsplash

The question has been raised about: how to do Distributed Tracing in Azure Function ?

And since December 2020, the PR that allow us to use AppInsights as backend has been merged (in 2.4.0 release).

For now, the best documentation is in this sample, that describes simple configuration.

So:

  • upgrade your azure function durable extension to at least 2.4.0
  • enable distributed tracing through configuration in your host.json

Span can be found in AppInsights using Search for Requests and then clicking on any one.

Hope this helps !

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs