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 exporter has multiple ways it maintains the resource objects.
Redesign the internal data structures for more simplicity.
Goals are:
Store each resource only once.
The data structure must support using the same single resource object for all use cases, e.g. use in labels, in property metric values of the resource itself and also for metrics of other resources.
Lookup by URI is needed (the metric service references resources by URI)
Fetch each resource only once. The current code fetches some resources multiple times (e.g. CPC).
Consider using the inventory service instead of listing resources or retrieving single resources. This may drive changes to the auto-update concept of the zhmcclient library.
Consider the need to be selective by CPC, and fetch only resources on the enabled CPCs (see issue Limit CPCs the exporter exports #323). Consider that different metric groups may have different sets of CPCs enabled.
Currently, the exporter has multiple ways it maintains the resource objects.
Redesign the internal data structures for more simplicity.
Goals are:
The text was updated successfully, but these errors were encountered: