mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Validate completion time against opentelemetry for AT-906. See more in IJPL-148622
GitOrigin-RevId: 080095cbec6cef6541c679fe246385f3d6a5e376
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b881ca5608
commit
ecc69ea621
@@ -26,6 +26,9 @@ data class SpanElement(
|
||||
@JvmField val tags: List<Pair<String, String>>,
|
||||
)
|
||||
|
||||
val SpanElement.finishTimestamp: Long
|
||||
get() = startTimestamp + duration
|
||||
|
||||
internal fun toSpanElement(span: SpanData): SpanElement {
|
||||
val tags = getTags(span)
|
||||
return SpanElement(
|
||||
|
||||
Reference in New Issue
Block a user