We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f48d4 commit b51b7afCopy full SHA for b51b7af
src/main/kotlin/spp/protocol/service/LiveViewService.kt
@@ -25,6 +25,7 @@ import io.vertx.core.eventbus.DeliveryOptions
25
import io.vertx.core.eventbus.ReplyException
26
import io.vertx.core.json.JsonObject
27
import spp.protocol.artifact.metrics.MetricStep
28
+import spp.protocol.artifact.trace.TraceStack
29
import spp.protocol.service.SourceServices.LIVE_VIEW
30
import spp.protocol.view.HistoricalView
31
import spp.protocol.view.LiveView
@@ -92,4 +93,6 @@ interface LiveViewService {
92
93
start: Instant,
94
stop: Instant?
95
): Future<HistoricalView>
96
+
97
+ fun getTraceStack(traceId: String): Future<TraceStack?>
98
}
0 commit comments