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

List parameters not supported #7

Open
salvatorefurnari opened this issue Jan 23, 2024 · 0 comments
Open

List parameters not supported #7

salvatorefurnari opened this issue Jan 23, 2024 · 0 comments

Comments

@salvatorefurnari
Copy link

salvatorefurnari commented Jan 23, 2024

Hi,
I added opentracing to get the query parameters from Dynatrace

        Tracer tracer = GlobalTracer.get();
        Driver driver = GraphDatabase.driver(protocol + "://" + host + ":" + port,
                AuthTokens.basic(username, password));
        return new TracingDriver(driver, tracer);

Unfortunately when I use a List as parameter, it is not displayed correctly and I've this type in parameters IDS_VALUE -> [Ljava.lang.Long;@7e0beb13

I think that this issue is related to the method io.opentracing.contrib.neo4j.TracingHelper.mapToString which doesn't check if the parameter is a List or something else and casts it directly as String.

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

No branches or pull requests

1 participant