Re: POC: Extension for adding distributed tracing - pg_tracing - Mailing list pgsql-hackers

From Nikita Malakhov
Subject Re: POC: Extension for adding distributed tracing - pg_tracing
Date
Msg-id CAN-LCVOW7XtT3CYO7AfAXhD8egp7=aHVF2NxS3BK=9YjGGqarQ@mail.gmail.com
Whole thread Raw
In response to Re: POC: Extension for adding distributed tracing - pg_tracing  (Craig Ringer <craig.ringer@enterprisedb.com>)
Responses Re: POC: Extension for adding distributed tracing - pg_tracing
List pgsql-hackers
Hi!

Overall solution looks good for me except SQL Commenter - query instrumentation
with SQL comments is often not possible on production systems. Instead 
the very often requested feature is to enable tracing for a given single query ID,
or several (very limited number of) queries by IDs. It could be done by adding
SQL function to add and remove query ID into a list (even array would do)
stored in top tracing context.

Great job, thank you!

--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: LargeObjectRelationId vs LargeObjectMetadataRelationId, redux
Next
From: Michail Nikolaev
Date:
Subject: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements