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

tag values are limited to 1024 chars #114

Open
maiermic opened this issue Oct 2, 2021 · 0 comments
Open

tag values are limited to 1024 chars #114

maiermic opened this issue Oct 2, 2021 · 0 comments

Comments

@maiermic
Copy link

maiermic commented Oct 2, 2021

Tag values of type string are limited to 1024 characters (see src/Jaeger/Span.php). No error or warning is logged, when this happens, which would be helpful.

Is there a specific reason for this hard limit? The Go client made it configurable. Is this possible in the PHP client, too?


My use case is tracing SQL queries. A recommended best practice is to add the query string as db.statement. Many of them have ca. 1200 characters and some have ca. 4000-6000 characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants