Statistics of opal-clients #151
|
EDIT: created the feature request ticket at https://github.com/authorizon/opal/issues/155 Hi OPAL team, assume we have
Is there a way such as letting opal-servers to return some statistics such as
Thanks! |
Replies: 2 comments
|
Hi @hongbo-miao :) We can essentially have a new component (as part of an OPAL server, or separate) subscribing to the OPAL channel (via And produce statistics about all of the metrics you listed and more... |
Hi @hongbo-miao :)
This should actually be very easy to achieve through OPAL's event driven nature (actually one of the main reasons we chose this architecture )
We can essentially have a new component (as part of an OPAL server, or separate) subscribing to the OPAL channel (via
ALL_TOPICS), similar to what the OPAL-Clients do.And produce statistics about all of the metrics you listed and more...
That said, the the K8S / pod information or other meta data would need to be correlated - either based on additional meta data, or the topic information.