mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: add visualization
This commit is contained in:
@@ -14,6 +14,20 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export const ChartTypes = [
|
||||
{ label: "Bar", value: "bar" },
|
||||
{ label: "Line", value: "line" },
|
||||
{ label: "Area", value: "area" },
|
||||
{ label: "Heat Map", value: "heatMap" },
|
||||
{ label: "Pie", value: "pie" },
|
||||
{ label: "Sankey", value: "sankey" },
|
||||
{ label: "Gauge", value: "gauge" },
|
||||
{ label: "Card", value: "card" },
|
||||
{ label: "Table", value: "table" },
|
||||
{ label: "Progress Bar", value: "progressBar" },
|
||||
{ label: "Endpoint List", value: "endpointList" },
|
||||
{ label: "Instance List", value: "instanceList" },
|
||||
];
|
||||
export enum MetricQueryTypes {
|
||||
ReadMetricsValue = "readMetricsValue",
|
||||
ReadMetricsValues = "readMetricsValues",
|
||||
|
Reference in New Issue
Block a user