Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.54k stars 2.76k forks source link

Tracking issue: Add support for customEvents based on OTel signal, when Events are stable #29255

Open lzchen opened 1 year ago

lzchen commented 1 year ago

We currently have customEvents enabled via the custom events extension. This works through the logging SDK. At some point in the future, however, the OTel events spec will be stabilized and implemented in Python. At that point will we be able to provide an OTel-native custom events solution based purely on stable OTel Event signals.

Krumelur commented 6 months ago

Are there plans to get this implemented?

lzchen commented 6 months ago

Until the OpenTelemetry specs have been finalized around how to send event telemetry, we are suggesting users to use the custom events extension in the meantime to send customEvents to app insights.