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
Ignoring label 'value' on metric with exporter name 'storage_groups' due to error when rendering the Jinja2 expression in the label value: AttributeError: 'Client' object has no attribute 'storage_groups'
Reason is that the code introduced in PRs #457 (in 1.6.0) and #458 (rollback to 1.5.1) incorrectly accessed "storage_groups" on the Client object when it should have done that on the Console object.
The text was updated successfully, but these errors were encountered:
Reason is that the code introduced in PRs #457 (in 1.6.0) and #458 (rollback to 1.5.1) incorrectly accessed "storage_groups" on the Client object when it should have done that on the Console object.
The text was updated successfully, but these errors were encountered: