{{ t("start") }}
-
{{
- dateFormat(parseInt(traceStore.currentTrace.start))
- }}
+
+ {{ dateFormat(parseInt(traceStore.currentTrace.start)) }}
+
{{ t("duration") }}
{{ traceStore.currentTrace.duration }} ms
{{ t("spans") }}
@@ -91,9 +95,10 @@ limitations under the License. -->