aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add screenshots examples for zpages in the readme.md. (#1065)Yang Song2018-03-166-0/+32
* Store View.Name rather than View for StatsZ TreeNode (#1061)Yang Song2018-03-151-10/+10
* Deprecate Window and WindowData. (#1018)Yang Song2018-03-074-20/+28
* Don't declare any dependencies in the generated POM because the agent JAR is ...Stefan Schmidt2018-03-051-0/+12
* Update release versions for all readme and build files. (#1033)Yang Song2018-02-273-12/+12
* Update release versions for all readme and build files. (#1010)Yang Song2018-02-193-12/+12
* Synchronize the access to the tree, views and measures for Statsz. (#1006)Yang Song2018-02-161-13/+31
* Remove a redundant annotation. (#1005)Yang Song2018-02-161-1/+1
* Add StatsZ Zpage for stats. (#1002)Yang Song2018-02-164-0/+845
* Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen2018-02-162-8/+13
* Add Nullable annotation to tag values. (#998)Yang Song2018-02-151-5/+11
* Add RpcZ Zpage for stats. (#992)Yang Song2018-02-135-0/+593
* Add cumulative views for started and finished RPCs. (#993)Yang Song2018-02-123-9/+73
* Merge pull request #978 from sebright/javadoc-since-tags-agentsebright2018-02-1212-6/+61
|\
| * Add '@since' Javadoc tag to all agent APIs (issue #864).Kristen Kozak2018-02-0612-6/+61
* | Add javadoc for all RPC measures and views (#987)Yang Song2018-02-082-0/+480
* | Register STARTED and FINISHED views for RpcViews. (#986)Yang Song2018-02-081-1/+9
* | Start adding '@since' Javadoc tag to contrib APIs (issue #864).Kristen Kozak2018-02-066-4/+39
* | Delete redundant comment in RpcMeasureConstants.Kristen Kozak2018-02-061-1/+0
|/
* Update release versions for all readme and build files. (#961)Hailong Wen2018-01-243-12/+12
* Keep artifacts dependencyConvergence-clean (#959)Bogdan Drutu2018-01-231-2/+12
* Fixed bug that made it impossible to use short span id's (#950)Ricardo Lindooren2018-01-232-1/+13
* Update script in RELEASING.md and use them to update release version in all r...Hailong Wen2018-01-222-8/+8
* Add http propagation APIs. (#930)Hailong Wen2018-01-176-0/+557
* Add Javadocs for tag keys in RpcMeasureConstants.java (#932)Yang Song2018-01-171-0/+5
* Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu2018-01-171-5/+7
* Update the JMH plugin to 0.4.5 (was 0.4.4). (#927)Stefan Schmidt2018-01-081-1/+1
* Add Checker Framework stub file for Guava (fixes #920).Kristen Kozak2017-12-301-12/+2
* Add Checker Framework annotations in comments (issue #359).Kristen Kozak2017-12-191-2/+12
* Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak2017-12-193-1/+11
* Update contrib directory to pass Checker Framework null analysis (issue #359).Kristen Kozak2017-12-194-8/+19
* Add more null annotations (issue #359).Kristen Kozak2017-12-191-0/+2
* Update shadow plugin to 2.0.2. Fixes #825. (#911)Stefan Schmidt2017-12-181-1/+1
* Add helper class to register views. (#906)Bogdan Drutu2017-12-153-6/+258
* Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu2017-12-131-3/+3
* Update versions for all README files (#888)Yang Song2017-12-062-8/+8
* Update versions for all README files (#876)Yang Song2017-12-042-8/+8
* Use consistent text for AppVeyor status badges.Kristen Kozak2017-12-013-3/+9
* Update link to AppVeyor build in readmes.Kristen Kozak2017-12-013-3/+3
* Update version in ZPage README (#857)Yang Song2017-11-301-6/+6
* Change the message event to include (un)compressed sizes. (#853)Bogdan Drutu2017-11-301-8/+6
* Update OpenCensus version for all README files (#849)Yang Song2017-11-291-2/+2
* Introduce a Settings class. (#837)Stefan Schmidt2017-11-2611-58/+111
* Add initial support for configuring the agent. (#753)Stefan Schmidt2017-11-2013-9/+258
* Update OpenCensus version to 0.9.0 for all exporter README files (#820)Yang Song2017-11-171-2/+2
* Clean benchmarks and move in different package. (#805)Bogdan Drutu2017-11-161-1/+1
* Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak2017-11-131-0/+1
* Use Mockito API from Mockito 1.9.5.Kristen Kozak2017-11-103-3/+3
* Just target Java 1.6, it simplifies a few things. (#799)Stefan Schmidt2017-11-103-24/+6
* Fix the wrong use of notify and wait. (#798)Stefan Schmidt2017-11-091-21/+7