mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: add config and create querys to get metric data
This commit is contained in:
@@ -116,6 +116,10 @@ export const EntityType = [
|
||||
},
|
||||
{ value: "endpointRelation", label: "Endpoint Relation", key: 4 },
|
||||
];
|
||||
export const SortOrder = [
|
||||
{ label: "DES", value: "DES" },
|
||||
{ label: "ASC", value: "ASC" },
|
||||
];
|
||||
export const Options = [
|
||||
{
|
||||
value: "Option1",
|
||||
|
Reference in New Issue
Block a user