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
Currently we have two HTTP based probes (net/http and gorilla) and a third to be added in #100. The probes are almost identical apart from the registration name and could be unified. The instrumentors would then deploy the unified probe instead of a custom version. Each probe is based on the net/http ServeHTTP(w ResponseWriter, r *Request) interface.
This would make probe maintenance easier by reducing code and would allow improvements to be applied generically instead. eg HTTP response parsing.
Currently we have two HTTP based probes (net/http and gorilla) and a third to be added in #100. The probes are almost identical apart from the registration name and could be unified. The instrumentors would then deploy the unified probe instead of a custom version. Each probe is based on the net/http
ServeHTTP(w ResponseWriter, r *Request)
interface.This would make probe maintenance easier by reducing code and would allow improvements to be applied generically instead. eg HTTP response parsing.
TODOs
The text was updated successfully, but these errors were encountered: