From 91dec9cee6914e52bd66cdf9b623d66eade42732 Mon Sep 17 00:00:00 2001 From: Marylia Gutierrez Date: Thu, 30 May 2024 11:56:36 -0400 Subject: [PATCH] remove link to non existing file (#2246) Co-authored-by: Marc Pichler --- plugins/node/opentelemetry-instrumentation-pg/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/node/opentelemetry-instrumentation-pg/README.md b/plugins/node/opentelemetry-instrumentation-pg/README.md index 3f624bd3b3..abc18e2089 100644 --- a/plugins/node/opentelemetry-instrumentation-pg/README.md +++ b/plugins/node/opentelemetry-instrumentation-pg/README.md @@ -38,8 +38,6 @@ registerInstrumentations({ PgInstrumentation contains both pg and [`pg.Pool`](https://node-postgres.com/api/pool) so it will be instrumented automatically. -See [examples/postgres](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/examples/postgres) for a short example. - ### PostgreSQL Instrumentation Options PostgreSQL instrumentation has few options available to choose from. You can set the following: