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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
> node --env-file=./config/local.env dist/index.js
@opentelemetry/api: Registered a global for diag v1.8.0.
@opentelemetry/api: Registered a global for trace v1.8.0.
@opentelemetry/api: Registered a global for context v1.8.0.
@opentelemetry/api: Registered a global for propagation v1.8.0.
@opentelemetry/instrumentation-http Applying patch for [email protected]
@opentelemetry/instrumentation-http Applying patch for [email protected]
http auto instrumentation working correctly, the issue is only with opentelemetry-instrumentation-kafkajs
Took me couple of hours and eventually I found out that we need to use opentelemetry/instrumentation-kafkajs. The one in your package.json is deprecated
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
instrumentation.ts
index.ts
package-json
Here's the debug log
http auto instrumentation working correctly, the issue is only with opentelemetry-instrumentation-kafkajs
The documentation here: https://github.com/aspecto-io/opentelemetry-ext-js/tree/master/packages/instrumentation-kafkajs
seems out of date. "plugins" does not exist in NodeTracerProvider config:
Object literal may only specify known properties, and plugins does not exist in type TracerConfig
The text was updated successfully, but these errors were encountered: