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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We currently do not have such feature, let's spec it out together. |
Beta Was this translation helpful? Give feedback.
-
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... |
Beta Was this translation helpful? Give feedback.
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.