feat: implement owner option for TopList widgets in related trace options (#426)

This commit is contained in:
Fine0830
2024-11-07 10:31:06 +08:00
committed by GitHub
parent 14fa5d65b6
commit aeddb39637
4 changed files with 16 additions and 11 deletions

View File

@@ -266,8 +266,9 @@ export const TextColors: { [key: string]: string } = {
};
export const RefIdTypes = [
{ label: "Trace ID", value: "traceId" },
{ label: "None", value: "none" },
{ label: "Trace ID", value: "traceId" },
{ label: "Owner", value: "owner" },
];
export const RefreshOptions = [
{ label: "Last 30 minutes", value: "30", step: "MINUTE" },