apm-agent-python
apm-agent-python copied to clipboard
Support for Azure OpenAI
The APM agent should have support for auto-instrumentation of OpenAI library in order to better support applications that interacts with this LLM.
What we need to collect that we don’t collect OOTB today :
- User prompt (string)
- LLM response (string)
- Token count (number)
Related
- https://github.com/elastic/observability-docs/issues/3961
- https://github.com/elastic/apm-agent-nodejs/issues/4074