-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Workaround Exists
-
-
---
-
---
Metrics collection scans the resource tree at boot to find metrics to track and then uses that data until reload or shutdown. But this data can fall out of date if resources are removed, leading to log errors as metric collection tries to read non-existent resources.
Possible solutions:
1) Error handling that doesn't result in logging, if possible. (If the logging is from the OperationContext this likely isn't feasible.)
2) Adding management model listeners to track addition and removal of resources so the metrics registry can be kept current.