Azure / Azure/AppConfiguration-DotnetProvider

[Feature Request] `OpenTelemetry` tracing integration

Open
#666 4 comments 1 reaction 1 assignee Claimed by @zhiyuanliang-ms View on GitHub
enhancement
Dominant language
C#
Stars
93
Forks
46
Avg merge
3d 1h
Merged PRs (30d)
3

Description

I noticed in the latest release notes for 8.2.0:
- https://github.com/Azure/AppConfiguration-DotnetProvider/releases/tag/8.2.0

That new Activities are now created for some of the actions performed by this package, with an activity source named `Microsoft.Extensions.Configuration.AzureAppConfiguration`.

With this in mind, could the team also provide an official instrumentation package for OpenTelemetry that listens on that activity source?

Usually, all traces and metrics are exposed to OTEL via one of those `OpenTelemetry.Instrumentation.*` packages, that either instrument the code themselves, or just tap into existing instrumentation (which I assume would be the case here).

In the meantime, my assumption is that we just need to call `AddSource("Microsoft.Extensions.Configuration.AzureAppConfiguration")` on the `TracerProviderBuilder` for the newly introduced activities to be propagated in a simplistic manner?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.