I have a test implementation of the client and server.
OpenTelemetry-Go and Jaeger Exporter is used to collect statistics.
Also otelGRPC instrumentation is used.
Yes, I know that i need to run a spark task:
21/12/15 13:02:34 INFO CassandraDependenciesJob: Running Dependencies job for 2021-12-15T00:00Z: 1639526400000000 ≤ Span.timestamp 1639612799999999
21/12/15 13:02:34 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
21/12/15 13:02:41 INFO CassandraDependenciesJob: Storing dependencies into dependencies_v2
21/12/15 13:02:41 INFO CassandraDependenciesJob: Done, 0 dependency objects created
But for some reason this task can't find dependencies...
Just in case, I connected zipkin: And everything works in it!
Version:
- OS: mac
- Jaeger version: 1.29
- Deployment: Docker
As a result, I don't know where to look for the problem. The spark task does not report errors and simply exits with no dependencies found.
The screenshot shows that, although the requests are grouped, they are not nested. It was because of the lack of nesting in this particular example that it was not possible to build a dependency graph.