Will Tran

Results 15 comments of Will Tran

@safris I think I figured out the LinkageError, surefire needs to be run with `false`. I've put together a project that builds a working kafka-streams rule: https://github.com/william-tran/specialagent-rules. In terms of...

How does the application get coupled? When the kafka-streams rule is added as a dependency, it adds two classes of no use to the rest of the application outside of...

Ok thanks for clarifying the intent. I had originally used `-Dsa.instrumentation.plugin.include` with my own build of the kafka-streams rule produced by my sample project, and not included that same jar...

@safris ack, but I might not be able to get around to that this week. Maybe next.

I'm leaning towards a programmatic self-attach mechanism, similar to https://www.elastic.co/guide/en/apm/agent/java/master/setup-attach-api.html. That would make it easy to write a JUnit Rule or Extension, or better yet integrated into the application in...

Also, this was working in 1.6.0.

I think this has something to do with the Jaeger exporter, because -Dsa.exporter=jaeger fails the same way

Alternatively, if using a Jaeger tracer, we could get the same thing by setting a default sampling strategy of probability 0, and having a whitelist of services + operations. -...

@jpkrohling sorry this might be a red herring, when I use `interval: 1m` instead, it eventually returns 500, but after a minute it reverts back to 200.

More context: when running a traces exporter like otlp or kafka, sometimes the TCP connection dies, but there is no built-in connection restart, so the exporter queue starts filling up....