Commit 71801df
authored
fix: convert int to string for otel attributes (#1065)
The OTEL collector intermittently sends the intValue attribute
as both a string and as an integer
Schema merge fails in Parseable because of error -
`from data_type = Float64 does not equal Utf8`
A few field attributes that cause such issues are -
`server.port`, `http.status_code`, `status` etc
hence, it is safe to treat the intValue as string1 parent 8d666f0 commit 71801df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments