nautobot-app-device-lifecycle-mgmt icon indicating copy to clipboard operation
nautobot-app-device-lifecycle-mgmt copied to clipboard

Disable metrics by default and allow operators to selectively enable metrics of interest.

Open progala opened this issue 1 year ago • 2 comments

Proposed Functionality

Some of the DLM metrics take a lot of time to process for large enough data sets. The proposal is to disable DLM metrics by default and allow operators to specify which metrics to enable via the configuration settings.

progala avatar Apr 11 '24 09:04 progala

If someone else also hits this problem, there is a new feature in the later versions of Nautobot to disable metrics as a workaround.

Add the following environmental variable to the instance: NAUTOBOT_METRICS_DISABLED_APPS=nautobot_device_lifecycle_mgmt

ubajze avatar Jun 07 '24 08:06 ubajze

Implemented in next3.0

progala avatar Jul 01 '24 08:07 progala