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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: