FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
15 stars 5 forks source link

Support to call agent management APIs on all connected instances #523

Closed FrankChen021 closed 1 year ago

FrankChen021 commented 1 year ago

Now management APIs are exposed by web-service module which internally calls APIs provided in collector module.

To make it work, this requires a Nacos server, and the Nacas configuration should be correctly reflected in the bootstrap.yaml

image image