index
:
platform_external_opencensus-java
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change examples to use runtime dependency on implementations. (#383)
Bogdan Drutu
2017-06-22
1
-3
/
+3
*
Fix Tracing method name to get ExportComponent (#382)
Bogdan Drutu
2017-06-22
7
-7
/
+7
*
Update repo release details and status badges. (#384)
Bogdan Drutu
2017-06-21
2
-5
/
+5
*
Change grpc version to 1.4.0. (#381)
Bogdan Drutu
2017-06-21
1
-1
/
+1
*
Change getNumberOf -> getNumbersOf in SampledSpanStore. (#378)
Bogdan Drutu
2017-06-20
2
-14
/
+14
*
Merge pull request #366 from ubschmidt2/agent-main
Stefan Schmidt
2017-06-20
3
-0
/
+179
|
\
|
*
Add a skeleton Java agent, which hooks up Bytebuddy, but doesn't do anything ...
Stefan Schmidt
2017-06-19
3
-0
/
+179
*
|
Add initial implementation of the SampleSpanStore. (#358)
Bogdan Drutu
2017-06-20
8
-18
/
+689
*
|
Update main build.gradle for export to use OpenCensus. (#374)
Bogdan Drutu
2017-06-19
2
-17
/
+15
*
|
Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367)
Bogdan Drutu
2017-06-19
5
-132
/
+191
*
|
Merge pull request #373 from sebright/rename-tag-map
sebright
2017-06-19
3
-22
/
+22
|
\
\
|
*
|
Rename TagMap to TagContext.
Kristen Kozak
2017-06-19
3
-22
/
+22
|
/
/
*
/
Clean minor things. (#372)
Bogdan Drutu
2017-06-19
8
-14
/
+19
|
/
*
Initial import of a preliminary README.md for the *OpenCensus Agent f… (#364)
Stefan Schmidt
2017-06-18
1
-0
/
+44
*
Add the *OpenCensus Agent for Java* to the build process. (#365)
Stefan Schmidt
2017-06-18
1
-0
/
+2
*
Merge pull request #370 from sebright/more-coverage
sebright
2017-06-16
1
-2
/
+2
|
\
|
*
Enable coverage and Javadocs for all directories.
Kristen Kozak
2017-06-16
1
-2
/
+2
*
|
Merge pull request #369 from sebright/move-stats-classes-to-opencensus
sebright
2017-06-16
64
-164
/
+157
|
\
\
|
|
/
|
/
|
|
*
Move stats classes to io.opencensus.stats.
Kristen Kozak
2017-06-16
64
-164
/
+157
|
/
*
Move TestClock in opencensus-testing package. (#368)
Bogdan Drutu
2017-06-16
22
-16
/
+60
*
Rename ActiveSpansExporter to RunningSpanStore. (#362)
Bogdan Drutu
2017-06-16
9
-83
/
+83
*
Merge pull request #363 from ubschmidt2/gitignore
Stefan Schmidt
2017-06-16
1
-0
/
+4
|
\
|
*
.gitignore the files generated by the NetBeans Gradle plugin.
Stefan Schmidt
2017-06-16
1
-0
/
+4
|
/
*
Enable checkstyle for all tests in io.opencensus.*. (#361)
Bogdan Drutu
2017-06-16
9
-40
/
+59
*
Add initial implementation of the ActiveSpansExporter. (#356)
Bogdan Drutu
2017-06-15
8
-28
/
+373
*
Add support to load lite or full implementations. (#360)
Bogdan Drutu
2017-06-15
9
-30
/
+117
*
Prepare the release of the opencensus library. (#357)
Bogdan Drutu
2017-06-15
51
-22
/
+88
*
Remove method left unintentionally. (#355)
Bogdan Drutu
2017-06-14
1
-7
/
+0
*
Add an IntrusiveList implementation to be used to implement ActiveSpans. (#353)
Bogdan Drutu
2017-06-14
3
-1
/
+319
*
Split InProcessDebuggingHandler into ActiveSpans and SampleStore. (#351)
Bogdan Drutu
2017-06-14
6
-189
/
+311
*
Add README.md for examples, change all reference to Instrumentation to OpenCe...
Bogdan Drutu
2017-06-13
10
-11
/
+23
*
Move SpanData to export package. Move implementation of export package class ...
Bogdan Drutu
2017-06-12
18
-32
/
+123
*
Move Sampler and StartSpanOptions in base. Create a samplers package for all ...
Bogdan Drutu
2017-06-12
24
-191
/
+291
*
Move SpanFactory into internal package. No need to be in the public API. (#352)
Bogdan Drutu
2017-06-10
6
-7
/
+15
*
Merge pull request #350 from sebright/move-tags-package-to-core
sebright
2017-06-09
4
-0
/
+0
|
\
|
*
Temporarily move "tags" package back to "core" directory.
Kristen Kozak
2017-06-09
4
-0
/
+0
|
/
*
Move more classes into internal packages to be clearer that they are internal...
Bogdan Drutu
2017-06-08
28
-37
/
+50
*
Cleanup in config package. (#346)
Bogdan Drutu
2017-06-08
6
-25
/
+61
*
Create a new package for all supported propagations. (#341)
Bogdan Drutu
2017-06-08
17
-99
/
+241
*
Fix all javadoc excludes for the internal package. (#349)
Bogdan Drutu
2017-06-08
3
-2
/
+4
*
Move all base types into a different package called base. (#342)
Bogdan Drutu
2017-06-08
47
-31
/
+146
*
Change StartSpanOptions to use Autovalue. (#345)
Bogdan Drutu
2017-06-08
6
-107
/
+130
*
Fix all javadocs warnings and errors and re-enable javadoc for api module. (#...
Bogdan Drutu
2017-06-07
6
-8
/
+23
*
Split TraceExporter class into ExportComponent and all the sub-components in ...
Bogdan Drutu
2017-06-07
21
-727
/
+843
*
Move TraceConfig into its own package, extract inner class TraceParams. (#340)
Bogdan Drutu
2017-06-07
17
-220
/
+250
*
Merge pull request #333 from bogdandrutu/latencybuckets
Bogdan Drutu
2017-06-07
1
-121
/
+84
|
\
|
*
Remove string format of the boundaries. Rename the enum to LatencyBucketBound...
Bogdan Drutu
2017-06-06
1
-45
/
+18
|
*
Define latency buckets boundaries in the API to allow UIs to use them when di...
Bogdan Drutu
2017-06-06
1
-120
/
+110
*
|
Add a link to JIRA bug for releasing instruction. (#338)
Yang Song
2017-06-06
1
-1
/
+4
|
/
*
Move internal & common & trace to the new package io.opencensus (#339)
Bogdan Drutu
2017-06-06
147
-513
/
+380
[next]