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.77k forks source link

AzMon Distro should enable Azure AI Inference instrumentation #37479

Open lmolkova opened 3 hours ago

lmolkova commented 3 hours ago

Azure AI Inference instrumentation being added in https://github.com/Azure/azure-sdk-for-python/pull/36890 uses monkey-patching approach for instrumentation and needs someone to call AIInferenceApiInstrumentor().Instrument().

The approach can change in the future and hopefully can be done inside azure-ai-inference. For now it'd be great for AzMon distro to enable it by default along with other Azure SDKs.

Once #36890 is merged, we'll need to update distro to instrument it.

lmolkova commented 3 hours ago

/cc @lzchen