Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-cloud-python
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
5.4k
Code
Issues
440
Pull requests
90
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(api-core): add ClientInterceptor and apply_interceptors helper (A)
- #18236
#18236
Merged
chalmerlowe
merged 16 commits into
main
googleapis/google-cloud-python:main
from
feat/otel-tracing-centralized-interceptor
googleapis/google-cloud-python:feat/otel-tracing-centralized-interceptor
Copy head branch name to clipboard
Sep 2, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat(api-core): add ClientInterceptor and apply_interceptors helper (A)
#18236
chalmerlowe
merged 16 commits into
main
googleapis/google-cloud-python:main
from
feat/otel-tracing-centralized-interceptor
googleapis/google-cloud-python:feat/otel-tracing-centralized-interceptor
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2026
feat(api-core): add ClientInterceptor and apply_interceptors helper
chalmerlowe
committed
2e6861f
View commit details
Copy full SHA for 2e6861f
Browse repository at this point
fix(api-core): unpack interceptors directly into grpc.intercept_channel
chalmerlowe
committed
84e4cd5
View commit details
Copy full SHA for 84e4cd5
Browse repository at this point
docs(api-core): clarify apply_interceptors execution order in docstring
chalmerlowe
committed
9ea6cc6
View commit details
Copy full SHA for 9ea6cc6
Browse repository at this point
test(api-core): remove redundant execution order test and simplify interceptor unit tests
chalmerlowe
committed
ea38a98
View commit details
Copy full SHA for ea38a98
Browse repository at this point
test(api-core): align mock variable naming to Option 1 convention
chalmerlowe
committed
8e65db0
View commit details
Copy full SHA for 8e65db0
Browse repository at this point
feat(api-core): update default env var to GOOGLE_SDK_EXPERIMENTAL_PYTHON_TRACING_ENABLED
Show description for b41b0c1
chalmerlowe
committed
b41b0c1
View commit details
Copy full SHA for b41b0c1
Browse repository at this point
feat(api-core): add ChannelWrapper and apply_channel_wrappers helper
chalmerlowe
committed
8b2dc1f
View commit details
Copy full SHA for 8b2dc1f
Browse repository at this point
style(api-core): format imports with isort via ruff
chalmerlowe
committed
7aeb5a2
View commit details
Copy full SHA for 7aeb5a2
Browse repository at this point
refactor(api-core): use PEP 604 union syntax in grpc_helpers.py and clarify reverse execution
chalmerlowe
committed
9149df8
View commit details
Copy full SHA for 9149df8
Browse repository at this point
fix(api-core): add TypeAlias and typing.cast to satisfy mypy
chalmerlowe
committed
f89cfbd
View commit details
Copy full SHA for f89cfbd
Browse repository at this point
Commits on Sep 1, 2026
feat(api-core): add channel orchestration for OpenTelemetry (B) (#18237)
Show description for 3687533
chalmerlowe
authored
3687533
View commit details
Copy full SHA for 3687533
Browse repository at this point
feat(api-core): rename channel wrapper terminology to interceptor
chalmerlowe
committed
b907213
View commit details
Copy full SHA for b907213
Browse repository at this point
style(api-core): format imports with isort via ruff
chalmerlowe
committed
ceb0be8
View commit details
Copy full SHA for ceb0be8
Browse repository at this point
Commits on Sep 2, 2026
refactor(api-core): simplify interceptor type signatures and use concrete channel types
chalmerlowe
committed
49b2824
View commit details
Copy full SHA for 49b2824
Browse repository at this point
style(api-core): separate first-party imports in grpc_helpers
chalmerlowe
committed
abd9847
View commit details
Copy full SHA for abd9847
Browse repository at this point
refactor(api-core): type get_otel_async_interceptor with grpc.aio.ClientInterceptor
chalmerlowe
committed
a3b25e0
View commit details
Copy full SHA for a3b25e0
Browse repository at this point
You can’t perform that action at this time.