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
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move MeasureMap from the API to the implementation.
Kristen Kozak
2017-10-23
1
-2
/
+1
*
Move stats and tags packages to opencensus-api to prepare for release. (#723)
sebright
2017-10-23
1
-2
/
+1
*
Add instructions how to use zpages examples. (#722)
Bogdan Drutu
2017-10-23
1
-1
/
+13
*
Refactor MeasureMap.Builder (#636)
Yang Song
2017-09-19
1
-1
/
+1
*
Rename TagContexts to Tagger (fixes #588).
Kristen Kozak
2017-09-16
1
-13
/
+13
*
Rename TagContextBuilder.set methods to "put".
Kristen Kozak
2017-09-13
1
-2
/
+2
*
Fix zpages readme and add helper function that starts a server. (#570)
Bogdan Drutu
2017-08-29
1
-10
/
+1
*
Merge pull request #564 from sebright/tag-value-class
sebright
2017-08-29
1
-1
/
+1
|
\
|
*
Add a TagValue class.
Kristen Kozak
2017-08-25
1
-1
/
+1
*
|
Rename the package for exporters to match the artifact name. (#566)
Bogdan Drutu
2017-08-28
3
-3
/
+3
*
|
Rename zpage package to match the artifact name. (#567)
Bogdan Drutu
2017-08-28
1
-1
/
+1
*
|
Add a Stackdriver trace exporter using V1 Stackdriver Trace API. (#554)
Bogdan Drutu
2017-08-28
1
-2
/
+2
*
|
Update StatsRunner for new tagging API.
Kristen Kozak
2017-08-25
1
-20
/
+23
|
/
*
Update README for zpages configuration. Add a generic class that registers al...
Bogdan Drutu
2017-08-25
1
-2
/
+2
*
Cleanup LoggingExporter. (#553)
Bogdan Drutu
2017-08-24
3
-6
/
+6
*
Rename contrib projects. (#551)
Stefan Schmidt
2017-08-24
1
-1
/
+1
*
Change the licence to OpenCensus authors. (#539)
Bogdan Drutu
2017-08-23
5
-5
/
+20
*
Add initial implementation of the tracez page. (#517)
Bogdan Drutu
2017-08-16
2
-1
/
+45
*
Replace original tag classes with classes in the tags package.
Kristen Kozak
2017-08-14
1
-42
/
+37
*
Add Scope as interface for NonThrowingCloseables that work with current context.
Kristen Kozak
2017-07-11
3
-10
/
+9
*
Rename Measure and Measurement subclasses. (#414)
Yang Song
2017-07-06
1
-5
/
+5
*
Refactor MeasurementValue and MeasurementMap (#405)
Yang Song
2017-07-06
1
-6
/
+12
*
Move logging exporter into an independent package. (#416)
Bogdan Drutu
2017-07-05
5
-13
/
+11
*
Mark benchmark variables to be final. Add javadoc for main argument. (#409)
Bogdan Drutu
2017-07-04
4
-4
/
+20
*
Change tracer API names to create a SpanBuilder. (#407)
Bogdan Drutu
2017-07-03
3
-4
/
+4
*
Refactor MeasurementDescriptor. (#396)
Yang Song
2017-06-30
1
-10
/
+6
*
Change API to remove the "Option" logic and keep only Builder. (#380)
Bogdan Drutu
2017-06-30
2
-2
/
+2
*
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
3
-3
/
+3
*
Move stats classes to io.opencensus.stats.
Kristen Kozak
2017-06-16
2
-12
/
+11
*
Move TestClock in opencensus-testing package. (#368)
Bogdan Drutu
2017-06-16
1
-1
/
+3
*
Add README.md for examples, change all reference to Instrumentation to OpenCe...
Bogdan Drutu
2017-06-13
2
-1
/
+13
*
Split TraceExporter class into ExportComponent and all the sub-components in ...
Bogdan Drutu
2017-06-07
3
-6
/
+6
*
Move internal & common & trace to the new package io.opencensus (#339)
Bogdan Drutu
2017-06-06
8
-139
/
+22
*
Update stats example to use APIs in StatsContextFactory. (#330)
Yang Song
2017-06-01
2
-37
/
+17
*
Change the interface of Logging service to enforce that maximum one instance ...
Bogdan Drutu
2017-05-13
3
-0
/
+6
*
Fix the examples application. (#300)
Bogdan Drutu
2017-05-13
1
-4
/
+4
*
Rename gradle subprojects name to match the directories name. (#298)
Bogdan Drutu
2017-05-12
1
-3
/
+3
*
Remove java7/8 directories. Currently we do not need any feature from java8. ...
Bogdan Drutu
2017-05-10
1
-1
/
+0
*
Update other build files for core_impl split.
Kristen Kozak
2017-04-27
1
-0
/
+2
*
Add a new class Trace which holds the global state for the trace implementati...
Bogdan Drutu
2017-04-14
6
-6
/
+12
*
Run google java formatter on the tracing. (#205)
Bogdan Drutu
2017-04-13
1
-2
/
+2
*
Add build rule for examples to generate executable binaries. Fix javadoc erro...
Bogdan Drutu
2017-03-28
8
-10
/
+69
*
Change project name to be instrumentation-java. Helps IDEs to have the same n...
Bogdan Drutu
2017-03-24
1
-2
/
+2
*
Add gradle build support for benchmarks and examples. (#163)
Bogdan Drutu
2017-03-22
8
-18
/
+38
*
Remove the try-with-resources support for the Span. This is important because...
Bogdan Drutu
2017-03-11
2
-10
/
+10
*
Add a SpanBuilder class. (#123)
Bogdan Drutu
2017-03-07
6
-11
/
+11
*
Add few usage examples for the trace API.
Bogdan Drutu
2017-02-28
6
-0
/
+240
*
Use the correct maven path for examples which is src/main/java/...
Bogdan Drutu
2017-02-15
1
-0
/
+0
*
Move stats examples to the equivalent maven path.
Bogdan Drutu
2017-02-15
1
-0
/
+0
[prev]
[next]