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
Provide a full example on how the OpenTelemetry JS library can be used to instrument postgres and export them to Jaeger/Zipkin backend using OpenTelemetry Jaeger/Zipkin exporter.
@xiao-lix idk if you have started working on this or not but the example I'm using in my local development of mysql should be fairly easy to swap out for the pg module.
if you have not started working, I could easily modify my example to include pg as an option, the same way the examples allow Zipkin or jaeger as an option
@dyladan Hi, I've started working on it and almost done. May have different implementation with your example, please feel free to comment after I create the PR. Thanks. :)
Provide a full example on how the OpenTelemetry JS library can be used to instrument postgres and export them to Jaeger/Zipkin backend using OpenTelemetry Jaeger/Zipkin exporter.
https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-postgres/opentelemetry-plugin-pg
The text was updated successfully, but these errors were encountered: