From 0b12d9b2bf12163e29ad2d7b1525841db8437c20 Mon Sep 17 00:00:00 2001 From: Markus Jonsson Date: Wed, 31 Jan 2024 16:31:25 +0000 Subject: [PATCH] * adding github workflow for psycopg3 instrumentation testing --- .github/workflows/instrumentations_1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/instrumentations_1.yml b/.github/workflows/instrumentations_1.yml index a920f34dca..937be75c12 100644 --- a/.github/workflows/instrumentations_1.yml +++ b/.github/workflows/instrumentations_1.yml @@ -31,6 +31,7 @@ jobs: - "distro" - "richconsole" - "prometheus-remote-write" + - "psycopg3" - "sdkextension-aws" - "propagator-aws-xray" - "propagator-ot-trace"