{{ t("service") }}:
{{ currentSpan.serviceCode }}
{{ t("instance") }}:
{{ currentSpan.serviceInstanceName }}
{{ t("endpoint") }}:
{{ currentSpan.label }}
{{ t("spanType") }}:
{{ currentSpan.type }}
{{ t("component") }}:
{{ currentSpan.component }}
Peer:
{{ currentSpan.peer || "No Peer" }}
{{ t("isError") }}:
{{ currentSpan.isError }}
{{ t("traceID") }}.
{{ item.traceId }}
{{ t("tags") }}.
{{ i.key }}:
{{ i.value }}
{{ t("logs") }}.
{{ t("time") }}:
{{ dateFormat(i.time) }}
{{ _i.key }}:
{{ _i.value }}
{{ t("events") }}.