feat: enhance associating metrics with traces by refId (#192)

This commit is contained in:
Fine0830
2022-11-25 17:33:51 +08:00
committed by GitHub
parent 7a1c83b5fb
commit 23e9742946
6 changed files with 99 additions and 42 deletions

View File

@@ -298,3 +298,7 @@ export const CalculationOpts = [
{ label: "Seconds to days", value: "secondToDay" },
{ label: "Nanoseconds to milliseconds", value: "nanosecondToMillisecond" },
];
export const RefIdTypes = [
{ label: "Trace ID", value: "traceId" },
{ label: "None", value: "none" },
];