Skip to content

feat(go/adbc/driver/flightsql): add logging for Flight SQL#4322

Open
davidhcoe wants to merge 7 commits into
apache:mainfrom
davidhcoe:dev/flightsql-logging
Open

feat(go/adbc/driver/flightsql): add logging for Flight SQL#4322
davidhcoe wants to merge 7 commits into
apache:mainfrom
davidhcoe:dev/flightsql-logging

Conversation

@davidhcoe
Copy link
Copy Markdown
Contributor

  • Adds Open Telemetry logging for Flight SQL
  • Adds support for passing values as parameters to support TOML integration

@davidhcoe davidhcoe requested a review from zeroshade as a code owner May 18, 2026 20:38
Comment thread go/adbc/drivermgr/adbc_driver_manager.cc
Comment thread go/adbc/adbc.go
// the host process's environment. When neither this option nor the
// environment variable is set, the driver falls back to the
// process-global OpenTelemetry tracer provider.
OptionKeyTelemetryTracesExporter = "adbc.telemetry.traces_exporter"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so we can pass values using the driver manager / TOML values and not need to use environment variables.

@davidhcoe davidhcoe requested a review from lidavidm as a code owner May 18, 2026 21:24
Comment thread go/adbc/driver/flightsql/flightsql_database.go
Comment thread go/adbc/driver/flightsql/flightsql_database.go
Comment thread go/adbc/driver/flightsql/record_reader.go Outdated
Comment thread go/adbc/driver/flightsql/record_reader.go Outdated
Comment thread go/adbc/driver/flightsql/flightsql_connection.go Outdated
Comment thread go/adbc/driver/flightsql/flightsql_database.go Outdated
Comment thread go/adbc/driver/flightsql/flightsql_database.go Outdated
Comment thread go/adbc/driver/internal/driverbase/database.go Outdated
Comment thread go/adbc/driver/internal/driverbase/database.go Outdated
Comment thread go/adbc/driver/flightsql/record_reader.go Outdated
Comment thread go/adbc/driver/flightsql/logging.go Outdated
Comment thread go/adbc/driver/flightsql/logging.go Outdated
Comment thread go/adbc/driver/flightsql/logging.go Outdated
@davidhcoe davidhcoe force-pushed the dev/flightsql-logging branch from 85d42aa to 7736fd3 Compare May 31, 2026 17:09
@lidavidm lidavidm requested a review from zeroshade May 31, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants