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
Currently, the Jinja2 expressions for labels in the metric definition file are parsed each time Prometheus retrieves metrics from the exporter.
This should be optimized, e.g. by compiling the Jinja2 expressions so that the Jinja2 parsing is done only once. The evaluation of the Jinja2 expressions cannot be done just once, because it way include other metrics or property values.
The text was updated successfully, but these errors were encountered:
Currently, the Jinja2 expressions for labels in the metric definition file are parsed each time Prometheus retrieves metrics from the exporter.
This should be optimized, e.g. by compiling the Jinja2 expressions so that the Jinja2 parsing is done only once. The evaluation of the Jinja2 expressions cannot be done just once, because it way include other metrics or property values.
The text was updated successfully, but these errors were encountered: