api/dependencies?endTs=xxxxxxxxxxxxxxxxx&lookback=xxxxxxxxxx
api/traces?start=xxxxxxxxxxxxxx&lookback=1h
Regarding the roadmap, a couple things.
1) this summer we are planning to open source Kafka/flink based data pipeline and a dependencies job that would run continuously and flush aggregated service graph more frequently, like every 15min (configurable).
2) there are no concrete plans for accurate real-time counts in the service graph, because most orgs are using Jaeger with head-based sampling that makes accurate counts impossible (you can only extrapolate based on sampling probabilities). We plan to do a proof of concept for tail-based sampling this year, then we might reconsider real time measures.