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
Problem:
The efficiency of the Grafana dashboard is deteriorating due to the use of the suboptimal /series API call. A more effective approach would be the use of the label/values call.
Solution:
To improve performance, it is necessary to adjust the logic for determining which API to use. It is important to minimize the use of the /series call in favor of more efficient methods.
Addition:
It may also be beneficial to implement a selector for choosing variable types, similar to what is used in Prometheus. This will allow for more accurate and efficient API interaction.
The text was updated successfully, but these errors were encountered:
Problem:
The efficiency of the Grafana dashboard is deteriorating due to the use of the suboptimal
/series
API call. A more effective approach would be the use of thelabel/values
call.Solution:
To improve performance, it is necessary to adjust the logic for determining which API to use. It is important to minimize the use of the
/series
call in favor of more efficient methods.Addition:

It may also be beneficial to implement a selector for choosing variable types, similar to what is used in Prometheus. This will allow for more accurate and efficient API interaction.
The text was updated successfully, but these errors were encountered: