- Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.

hagen1778
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request