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 }}
ankurcha
/
cloud-trace-java
Public
forked from
GoogleCloudPlatform/cloud-trace-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 28, 2016
Merge pull request #22 from ubschmidt/master
Show description for bac4b09
erikmcc
authored
bac4b09
View commit details
Copy full SHA for bac4b09
Browse repository at this point
Commits on Sep 27, 2016
Merge pull request #23 from erikmcc/master
Show description for 50d3cbe
erikmcc
authored
50d3cbe
View commit details
Copy full SHA for 50d3cbe
Browse repository at this point
Remove unused dependencies.
erikmcc
committed
4afdc66
View commit details
Copy full SHA for 4afdc66
Browse repository at this point
Merge pull request #18 from kevinmdavis/master
Show description for 023fd67
erikmcc
authored
023fd67
View commit details
Copy full SHA for 023fd67
Browse repository at this point
Commits on Sep 26, 2016
Fixing typo
kevinmdavis
committed
8c4f845
View commit details
Copy full SHA for 8c4f845
Browse repository at this point
Changing GrpcTraceSink to use MoreCallCredentials instead of deprecated ClientAuthInterceptor and removing executor from GrpcTraceSink constructor.
kevinmdavis
committed
73b8b2a
View commit details
Copy full SHA for 73b8b2a
Browse repository at this point
Fixing deprecation warnings
kevinmdavis
committed
32e9865
View commit details
Copy full SHA for 32e9865
Browse repository at this point
Setting java version to 1.6
kevinmdavis
committed
8e66a34
View commit details
Copy full SHA for 8e66a34
Browse repository at this point
Upgrading gRPC version
kevinmdavis
committed
25b2ba9
View commit details
Copy full SHA for 25b2ba9
Browse repository at this point
Use TraceContext#rootContext instead of #initialContext so that the trace options factory will actually be invoked.
ubschmidt2
committed
ff29db9
View commit details
Copy full SHA for ff29db9
Browse repository at this point
Commits on Sep 24, 2016
Merge pull request #21 from erikmcc/master
Show description for e86c947
erikmcc
authored
e86c947
View commit details
Copy full SHA for e86c947
Browse repository at this point
Add build status to README.
erikmcc
committed
70850e3
View commit details
Copy full SHA for 70850e3
Browse repository at this point
Merge pull request #20 from erikmcc/master
Show description for 6e920ba
erikmcc
authored
6e920ba
View commit details
Copy full SHA for 6e920ba
Browse repository at this point
Add root pom.xml file.
erikmcc
committed
6bb476c
View commit details
Copy full SHA for 6bb476c
Browse repository at this point
Merge pull request #19 from erikmcc/master
Show description for bec4fc5
erikmcc
authored
bec4fc5
View commit details
Copy full SHA for bec4fc5
Browse repository at this point
Add Travis CI configuration.
erikmcc
committed
8c10735
View commit details
Copy full SHA for 8c10735
Browse repository at this point
Commits on Sep 14, 2016
Merge pull request #17 from ubschmidt/master
Show description for 8095c92
erikmcc
authored
8095c92
View commit details
Copy full SHA for 8095c92
Browse repository at this point
Add a DefaultCredentialModule which provides the application default credentials for using the Stackdriver Trace API.
ubschmidt2
committed
2683cb0
View commit details
Copy full SHA for 2683cb0
Browse repository at this point
Commits on Sep 13, 2016
Merge pull request #15 from erikmcc/master
Show description for 31530ec
erikmcc
authored
31530ec
View commit details
Copy full SHA for 31530ec
Browse repository at this point
Add managed gRPC sample.
erikmcc
committed
4c1cd3a
View commit details
Copy full SHA for 4c1cd3a
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
erikmcc
committed
f39369c
View commit details
Copy full SHA for f39369c
Browse repository at this point
Remove java version specification.
erikmcc
committed
22d52cf
View commit details
Copy full SHA for 22d52cf
Browse repository at this point
Commits on Sep 12, 2016
Merge pull request #14 from ubschmidt/master
Show description for 55ece7a
erikmcc
authored
55ece7a
View commit details
Copy full SHA for 55ece7a
Browse repository at this point
Commits on Sep 7, 2016
Revert "Explicitly set the Java source and target version to 1.8."
Show description for 16f8335
ubschmidt2
committed
16f8335
View commit details
Copy full SHA for 16f8335
Browse repository at this point
Specify default Java source and target versions.
erikmcc
committed
026cb2b
View commit details
Copy full SHA for 026cb2b
Browse repository at this point
Cleanup unused const.
erikmcc
committed
f623a90
View commit details
Copy full SHA for f623a90
Browse repository at this point
Commits on Sep 5, 2016
Introduce a RateLimitingTraceOptionsFactory which limits the number of enabled
Show description for 96ae96b
ubschmidt2
committed
96ae96b
View commit details
Copy full SHA for 96ae96b
Browse repository at this point
Explicitly set the Java source and target version to 1.8.
ubschmidt2
committed
8f6c48b
View commit details
Copy full SHA for 8f6c48b
Browse repository at this point
Commits on Jul 9, 2016
Merge pull request #13 from erikmcc/master
Show description for d040622
erikmcc
authored
d040622
View commit details
Copy full SHA for d040622
Browse repository at this point
Fix javadoc typo in id factory.
erikmcc
committed
7ab5708
View commit details
Copy full SHA for 7ab5708
Browse repository at this point
Merge pull request #12 from erikmcc/master
Show description for a30c241
erikmcc
authored
a30c241
View commit details
Copy full SHA for a30c241
Browse repository at this point
Fix javadoc errors and source paths.
erikmcc
committed
0fa189b
View commit details
Copy full SHA for 0fa189b
Browse repository at this point
Merge pull request #11 from erikmcc/master
Show description for 5a47e97
erikmcc
authored
5a47e97
View commit details
Copy full SHA for 5a47e97
Browse repository at this point
Fix javadocs for annotations.
erikmcc
committed
2efa7f9
View commit details
Copy full SHA for 2efa7f9
Browse repository at this point
Merge pull request #10 from erikmcc/master
Show description for 2ce254f
erikmcc
authored
2ce254f
View commit details
Copy full SHA for 2ce254f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.