Remove left-overs from .NET Framework observers #1423
Labels
Component/Management
Issues related to Steeltoe Management (actuators)
Type/bug
Something isn't working
Milestone
The observer for legacy outgoing HTTP requests on .NET Framework was removed, but there are still references to it, such as here.
The
MetricsObserverOptions.HttpClientDesktop
property should be removed.May also rename
MetricsObserverOptions.HttpClientCore
to just.HttpClient
and update its comment. Doing so is a breaking change, though.Also, this looks broken:
Because the type is named
HttpClientObserver
. It looks like there aren't any tests for it.The text was updated successfully, but these errors were encountered: