|
|
|
|
|
by gobwas
2216 days ago
|
|
As a library developer, don't you need to define exactly the same trace points (hooks) in your code? Am I understand it right, that you suggest instead of doing it in a generic way (any tracing method could be plugged in this way), to stick to one particular library? |
|
And since this is a standard, it means that when a user includes a bunch of disparate libraries/remote calls in his app, he can define his instrumentation wishes once for everything during app initialization. The libraries can even cooperate since they use the same underlying API and concepts for instrumentation.