wavefrontHQ / sample-traces-generator

Apache License 2.0
1 stars 5 forks source link

services inside application's call does not appear unless you add them to the entrypoints #4

Closed howardyoo closed 3 years ago

howardyoo commented 3 years ago

Not sure why, but when I initially used the following definition in config yaml file, `entrypoints:

I could ONLY see the PE application with sendMsg call, and nothing else. I could see all the nodes properly shown in the graph only when I inserted all the services as such: `entrypoints:

I'm not sure whether that's a correct behavior, since in actual, the PE.message.sendMsg is the only logical entry point. Maybe the code is missing something.

howardyoo commented 3 years ago

Looks like this also MAY be resolved by using the

# custom tracing listener ports are essential when
# SDK is sending RAW traces
customTracingListenerPorts=31001

setting in the wavefront proxy. Testing to verify...

howardyoo commented 3 years ago

Closing this off - looks like the problem has gone away as soon as I started using the customTracingListenerPorts.