Commit b8cf7cd
authored
elastic-opentelemetry-instrumentation-openai: schema versions are strings (#9)
Enum attributes are not strings and opentelemetry-instrument json
serializer is failing to serialize it.
Reproducible with:
opentelemetry-instrument --metrics_exporter=console \
--traces_exporter=none examples/use_openai.py1 parent bbc17c0 commit b8cf7cd
File tree
1 file changed
+2
-2
lines changed- instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments