Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client library: Use integers in span attributes again #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brettimus
Copy link
Contributor

@brettimus brettimus commented Aug 29, 2024

Revert changes from https://github.com/fiberplane/fpx/pull/137/files

Background: The otel rust collector was rejecting certain spans that had integer-values for attributes. We coerced these values to strings to make things work, but it turns out this was a bug in the rust lib.

We need to wait until that bug is resolved and released before updating. Ergo:

DO NOT MERGE UNTIL OTEL-RS HAS THE FOLLOWING PR MERGED AND RELEASED: open-telemetry/opentelemetry-rust#1906

Copy link

pkg-pr-new bot commented Aug 29, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/fiberplane/fpx/@fiberplane/studio@208
pnpm add https://pkg.pr.new/fiberplane/fpx/@fiberplane/hono-otel@208

commit: d063b3f

@brettimus brettimus changed the title WIP: Use integers in span attributes again WIP: Client library: Use integers in span attributes again Aug 29, 2024
@brettimus brettimus force-pushed the fp-3989-incorrect-attribute-used-for-http-status-code branch from 0e92b2c to 6ef5b6a Compare September 2, 2024 19:31
@brettimus brettimus force-pushed the fp-3989-incorrect-attribute-used-for-http-status-code branch 2 times, most recently from 7622f8b to ee1b8bf Compare September 20, 2024 10:51
@brettimus brettimus force-pushed the fp-3989-incorrect-attribute-used-for-http-status-code branch 2 times, most recently from e026911 to dd4d05b Compare October 2, 2024 09:28
@brettimus brettimus force-pushed the fp-3989-incorrect-attribute-used-for-http-status-code branch from dd4d05b to d063b3f Compare October 31, 2024 14:49
@brettimus brettimus marked this pull request as ready for review October 31, 2024 14:51
@brettimus
Copy link
Contributor Author

it seems like the otel Rust change has been merged upstream! we can merge this alongside changes to our rusty ingestion piece

@brettimus brettimus changed the title WIP: Client library: Use integers in span attributes again Client library: Use integers in span attributes again Oct 31, 2024
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.

1 participant