-
|
Hi. I couldn't find any docs which could clarify difference between
Which rule should contributors use when choosing name for a new integration? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Plugin was the original system (pretty much ported from opencensus) in which we implement support for auto-instrumentation, however it has several drawbacks:
So we started to migrate all of them to the new PS: koa and hapi have both |
Beta Was this translation helpful? Give feedback.
Plugin was the original system (pretty much ported from opencensus) in which we implement support for auto-instrumentation, however it has several drawbacks:
@opentelemetry/instrumentation-httpthat both handle http and https or@opentelemetry/instrumentation-grpcthat handlegrpcand@grpc/grpc-js, that allows to keep related utils where we use them@opentelemetry/apiso they works with any SDK (and not necessarily only the sdk…