You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 string
0 commit comments