{"id":70762,"library":"exaring-otelpgx","title":"otelpgx","description":"OpenTelemetry instrumentation for the pgx PostgreSQL driver.","status":"active","version":"0.11.1","language":"go","source_language":null,"source_url":"https://github.com/exaring/otelpgx","tags":["opentelemetry","postgresql","pgx","tracing","database"],"install":[{"cmd":"go get github.com/exaring/otelpgx","lang":"bash","label":"Install github.com/exaring/otelpgx"}],"dependencies":[],"imports":[{"symbol":"otelpgx","correct":"github.com/exaring/otelpgx"}],"quickstart":{"code":"package main\n\nimport (\n    \"github.com/exaring/otelpgx\"\n    \"github.com/jackc/pgx/v5/pgxpool\"\n)\n\nfunc main() {\n    config, _ := pgxpool.ParseConfig(\"postgres://...\")\n    config.ConnConfig.Tracer = otelpgx.NewTracer()\n    pool, _ := pgxpool.NewWithConfig(context.Background(), config)\n    defer pool.Close()\n}","lang":"go","description":"Instrument pgx connection pool with OpenTelemetry."},"warnings":[],"env_vars":null,"search_vec":"'databas':13 'driver':8 'instrument':3 'opentelemetri':2,9 'otelpgx':1 'pgx':6,11 'postgresql':7,10 'trace':12","created_at":"2026-06-17T18:18:49.595442+00:00","updated_at":"2026-06-17T18:18:49.595442+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/exaring/otelpgx","github":"https://github.com/exaring/otelpgx","docs":"https://pkg.go.dev/github.com/exaring/otelpgx#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}