File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
instrumentation/elastic-opentelemetry-instrumentation-openai Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ jiter==0.5.0
4949 # via openai
5050multidict==6.1.0
5151 # via yarl
52- openai==1.46.0
52+ openai==1.50.2
5353 # via elastic-opentelemetry-instrumentation-openai (pyproject.toml)
5454opentelemetry-api==1.27.0
5555 # via
Original file line number Diff line number Diff line change @@ -1228,4 +1228,8 @@ async def test_async_local_connection_error(self):
12281228 self .assertEqual (span .events , ())
12291229
12301230 (operation_duration_metric ,) = self .get_sorted_metrics ()
1231- self .assertErrorOperationDurationMetric (operation_duration_metric , {"error.type" : "APIConnectionError" })
1231+ self .assertErrorOperationDurationMetric (
1232+ operation_duration_metric ,
1233+ {"error.type" : "APIConnectionError" },
1234+ data_point = 0.0072969673201441765 ,
1235+ )
You can’t perform that action at this time.
0 commit comments