Skip to content

thousandxu/kindling-topology-panel

Repository files navigation

This Topology Plugin is desgin for project Kindling?

This is a topology component based on ANTV developed specifically for the Kindling project. Prometheus data is queried using modified EBPF probes, so this topology is not a generic plugin。 To use this component together, you need to import a kindling customized dashboard(dashboard.json) that goes back to Prometheus to query the data collected by the probe If you want to use Kindling

After the integration plugin, configure the corresponding Prometheus data source and you will see the plugin as shown img

What does this plugin do?

Topology call relationships are generated based on data queried in Prometheus and can be aggregated based on namespace and workload. The topology call relationship displays indicators such as Latency、calls、error rate and Volume. You can also view indicator data of nodes。

Getting started

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev

    or

    yarn watch
  3. Build plugin in production mode

    yarn build

Releases

No releases published

Packages

No packages published