LiskArchive / lisk-newrelic

📟 NewRelic instrumentation for Lisk Core
GNU General Public License v3.0
4 stars 2 forks source link

Remove unused instrumentWeb method #13

Closed nazarhussain closed 5 years ago

nazarhussain commented 5 years ago

Expected behavior

The interface instrumentWeb interface method should record HTTP activity http_api module with new structure.

Actual behavior

Due to file restructuring 1.6 this method is broken. It seems much better to remove that method from this repository and keep the module specific instrumentation inside respective modules. We must keep shared instruments still in here.