codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

api support for registering multiple metrics reporters #264

Closed codingchili closed 3 years ago

codingchili commented 3 years ago

need to split reports for multiple contexts, so that data can be tagged properly.

for example a realm may run multiple instances, each instance should report on the same metric fields to simplify visualizations. This is "only" possible if events are separated.