Skip to content
Snippets Groups Projects
  • Denis Smirnov's avatar
    c6961c92
    feat!: refactor opentelemetry tracing · c6961c92
    Denis Smirnov authored
    BREAKING CHANGE!: renamed __SBROAD_STAT into _sql_stat,
    __SBROAD_QIERY into _sql_query.
    
    1. _sql_stat primary key also includes the parent_span cause
       we support PG extended protocol and we need to bind same spans
       to different trees.
    2. Fix some bugs in the telemetry for queries.
    Verified
    c6961c92
    History
    feat!: refactor opentelemetry tracing
    Denis Smirnov authored
    BREAKING CHANGE!: renamed __SBROAD_STAT into _sql_stat,
    __SBROAD_QIERY into _sql_query.
    
    1. _sql_stat primary key also includes the parent_span cause
       we support PG extended protocol and we need to bind same spans
       to different trees.
    2. Fix some bugs in the telemetry for queries.