This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 94f864e admin: add "Sync all to OAP" (diffs-only) with confirm +
diverged filter
new 890c90a dashboard: add `table` widget type; align K8S to upstream
new 0a85286 templates: render labeled latest(...) metrics as tables
(kong/mongodb/es)
new d73818e templates: scalar latest(...) → cards, split k8s_service pod
tables
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/bundled_templates/layers/clickhouse.json | 27 ++-
.../bundled_templates/layers/elasticsearch.json | 109 ++++++---
apps/bff/src/bundled_templates/layers/flink.json | 25 +-
apps/bff/src/bundled_templates/layers/k8s.json | 268 ++++++++++++++-------
.../src/bundled_templates/layers/k8s_service.json | 41 +++-
apps/bff/src/bundled_templates/layers/kafka.json | 50 ++--
apps/bff/src/bundled_templates/layers/kong.json | 11 +-
apps/bff/src/bundled_templates/layers/mongodb.json | 31 ++-
.../bff/src/bundled_templates/layers/rocketmq.json | 79 +++---
apps/bff/src/http/query/dashboard.ts | 46 +++-
.../render/layer-dashboard/LayerDashboardsView.vue | 13 +
apps/ui/src/render/widgets/TableWidget.vue | 99 ++++++++
packages/api-client/src/dashboard.ts | 27 ++-
packages/api-client/src/index.ts | 1 +
14 files changed, 616 insertions(+), 211 deletions(-)
create mode 100644 apps/ui/src/render/widgets/TableWidget.vue