Skip to content

Conversation

nikhilsinhaparseable
Copy link
Contributor

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

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
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12625899460

Details

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 12.483%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/otel/otel_utils.rs 0 1 0.0%
Totals Coverage Status
Change from base Build 12625599795: 0.0%
Covered Lines: 2467
Relevant Lines: 19763

💛 - Coveralls

@nitisht nitisht merged commit 71801df into parseablehq:main Jan 6, 2025
9 checks passed
parmesant pushed a commit to parmesant/parseable that referenced this pull request Jan 13, 2025
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
@nikhilsinhaparseable nikhilsinhaparseable deleted the otel-int-to-string-fix branch July 12, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants