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
ResourceUtilizationInstruments is an internal class with constant strings such Meter and Instrument names which are used by Resource Monitoring and Health check libraries. Since the class is internal, it can't be accessed from outside, e.g. Health Check must use hard-coded strings.
Consider moving the ResourceUtilizationInstruments to Shared project and inject its source code to all necessary projects.
The text was updated successfully, but these errors were encountered:
evgenyfedorov2
changed the title
Move ResourceUtilizationInstruments constant to Shared project
Move ResourceUtilizationInstruments constants to Shared project
Jan 24, 2025
ResourceUtilizationInstruments is an
internal class
withconstant
strings such Meter and Instrument names which are used by Resource Monitoring and Health check libraries. Since the class is internal, it can't be accessed from outside, e.g. Health Check must use hard-coded strings.Consider moving the ResourceUtilizationInstruments to Shared project and inject its source code to all necessary projects.
The text was updated successfully, but these errors were encountered: