How do I configure my AWS application (which is mostly lambda functions called by state machines) to properly propagate trace context? Right now I see traces that represent portions of my state machines, but not the whole state machine
Can splunk ingest the x-ray traceID generated by AWS Step Functions (if I turn on x-ray tracing for step function)?
I am assuming that without that traceID being generated, splunk APM won't be able to track lambda functions across a state machine.
... View more