We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1b171 commit dee908fCopy full SHA for dee908f
operator/requirements.txt
@@ -53,4 +53,4 @@ opentelemetry-instrumentation-urllib==0.49b2
53
opentelemetry-instrumentation-urllib3==0.49b2
54
opentelemetry-instrumentation-wsgi==0.49b2
55
56
-elastic-opentelemetry-instrumentation-openai==0.5.0
+elastic-opentelemetry-instrumentation-openai==0.6.0
src/elasticotel/instrumentation/bootstrap.py
@@ -32,7 +32,7 @@
32
_EDOT_INSTRUMENTATIONS = [
33
{
34
"library": "openai >= 1.2.0",
35
- "instrumentation": "elastic-opentelemetry-instrumentation-openai==0.5.0",
+ "instrumentation": "elastic-opentelemetry-instrumentation-openai==0.6.0",
36
}
37
]
38
0 commit comments