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
We may be able to auto-derive this by model introspection, traversing the relationships and describing the related objects by their natural key (Nautobot 2.0, see here)
Solved by #47. The introspection aspect is quite complicated, especially once you get into traversing multiple relationships, so I would like to avoid it at least for now,
Environment
Proposed Functionality
Make it possible to "subscribe" to additional labels for model counts, such as the region name for devices, by config.
Use Case
Allow for more flexibility.
Possible implementation
Extend configuration to include a list of labels to be added like
to include as labels on the relevant model count metric.
The text was updated successfully, but these errors were encountered: