Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opentelemetry-php/contrib-auto-pdo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: opentelemetry-php/contrib-auto-pdo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 5, 2025

  1. feat: sqlcommenter for PDO, MySqli, PostgreSql (pdo_mysql, pdo_pgsql)…

    … (#442)
    
    * Initial
    
    * Added SqlCommenter and its tests
    
    * Added context propagator and updated PDO
    
    * Fixed the dependencies
    
    * Changed for MySqli
    
    * Changed for PostgreSql
    
    * nits
    
    * Updated README.md
    
    * Simplify PostgreSqlInstrumentation
    
    * Considered the attributes in PostgreSql
    
    * Updated
    
    * Updated
    
    * Typo
    
    * Updated README.md(s)
    
    * Added comments
    
    * Remove the query command re-extraction
    
    * Moved Context Propagator into SqlCommenter to make it per component
    
    * Renamed env variable OTEL_PHP_SQLCOMMENTER_CONTEXT_PROPAGATORS
    
    * Renamed other environment variables
    
    * Moved logic to SqlCommenter
    
    * nits
    jerrytfleung authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    f5dcc93 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Added database context propagation supported functions list to each d…

    …atabase instrumentation library README (#450)
    jerrytfleung authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    bbd0461 View commit details
    Browse the repository at this point in the history
Loading