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
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。
-
Install dependencies
yarn install
-
Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
-
Build plugin in production mode
yarn build