You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment, when we hit the endpoint /metrics from the client. The backend create a websocket that returns all the metrics from all the microservices with all the nodes and all the metrics.
We need to allow hit the next endpoint /metrics/$microservice/$node/$metricand in function of the parameters that we receive in the url, we will return a subset of all metrics.
The text was updated successfully, but these errors were encountered:
At this moment, when we hit the endpoint
/metrics
from the client. The backend create a websocket that returns all the metrics from all the microservices with all the nodes and all the metrics.We need to allow hit the next endpoint
/metrics/$microservice/$node/$metric
and in function of the parameters that we receive in the url, we will return a subset of all metrics.The text was updated successfully, but these errors were encountered: