Skip to content

Commit b51b7af

Browse files
committed
feat: getTraceStack
1 parent 81f48d4 commit b51b7af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/spp/protocol/service/LiveViewService.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import io.vertx.core.eventbus.DeliveryOptions
2525
import io.vertx.core.eventbus.ReplyException
2626
import io.vertx.core.json.JsonObject
2727
import spp.protocol.artifact.metrics.MetricStep
28+
import spp.protocol.artifact.trace.TraceStack
2829
import spp.protocol.service.SourceServices.LIVE_VIEW
2930
import spp.protocol.view.HistoricalView
3031
import spp.protocol.view.LiveView
@@ -92,4 +93,6 @@ interface LiveViewService {
9293
start: Instant,
9394
stop: Instant?
9495
): Future<HistoricalView>
96+
97+
fun getTraceStack(traceId: String): Future<TraceStack?>
9598
}

0 commit comments

Comments
 (0)