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
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Currently, metrics for an app are fetched from a single backend. We could support multiple backends for a single app and show each on different tabs. This will be useful to start supporting different metrics for different backends and for metrics that dont fit particularly well for some backends (e.g. connections on prometheus).
The text was updated successfully, but these errors were encountered:
Instead of returning a single backend for an app, we might return a list
and will consider the metric from the first backend without an empty
response. Related to #132.
nettoclaudio
pushed a commit
to nettoclaudio/tsuru-dashboard
that referenced
this issue
May 22, 2018
Instead of returning a single backend for an app, we might return a list
and will consider the metric from the first backend without an empty
response. Related to tsuru#132.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, metrics for an app are fetched from a single backend. We could support multiple backends for a single app and show each on different tabs. This will be useful to start supporting different metrics for different backends and for metrics that dont fit particularly well for some backends (e.g. connections on prometheus).
The text was updated successfully, but these errors were encountered: