aboutsummaryrefslogtreecommitdiffstats
path: root/examples/src
Commit message (Expand)AuthorAgeFilesLines
* Fix comment about bucket boundaries in the helloworld example. (#1070)Ian Sturdy2018-03-191-2/+2
* Add a gRPC Hello World example. (#1044)Yang Song2018-03-174-0/+416
* Change MBy to By units. (#1058)easy2018-03-151-4/+6
* Make "./gradlew goJF" work in examples/ (#1059)easy2018-03-151-10/+13
* Prefer non-deprecated classes. (#1045)Stefan Schmidt2018-03-043-6/+6
* Update QuickStart to improve readability. (#1043)Yang Song2018-03-021-3/+1
* Add a QuickStart example. (#1039)Yang Song2018-03-011-0/+110
* Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak2017-11-135-0/+10
* Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu2017-11-031-3/+1
* Rename StatsRecord to MeasureMap (#757)Yang Song2017-10-311-1/+1
* Remove support for multiple tag types.Kristen Kozak2017-10-251-10/+10
* Rename StatsBuilder to StatsRecord.Kristen Kozak2017-10-231-1/+1
* Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak2017-10-231-1/+1
* Move MeasureMap from the API to the implementation.Kristen Kozak2017-10-231-2/+1
* Refactor MeasureMap.Builder (#636)Yang Song2017-09-191-1/+1
* Rename TagContexts to Tagger (fixes #588).Kristen Kozak2017-09-161-13/+13
* Rename TagContextBuilder.set methods to "put".Kristen Kozak2017-09-131-2/+2
* Fix zpages readme and add helper function that starts a server. (#570)Bogdan Drutu2017-08-291-10/+1
* Merge pull request #564 from sebright/tag-value-classsebright2017-08-291-1/+1
|\
| * Add a TagValue class.Kristen Kozak2017-08-251-1/+1
* | Rename the package for exporters to match the artifact name. (#566)Bogdan Drutu2017-08-283-3/+3
* | Rename zpage package to match the artifact name. (#567)Bogdan Drutu2017-08-281-1/+1
* | Update StatsRunner for new tagging API.Kristen Kozak2017-08-251-20/+23
|/
* Update README for zpages configuration. Add a generic class that registers al...Bogdan Drutu2017-08-251-2/+2
* Cleanup LoggingExporter. (#553)Bogdan Drutu2017-08-243-6/+6
* Change the licence to OpenCensus authors. (#539)Bogdan Drutu2017-08-235-5/+20
* Add initial implementation of the tracez page. (#517)Bogdan Drutu2017-08-161-0/+35
* Replace original tag classes with classes in the tags package.Kristen Kozak2017-08-141-42/+37
* Add Scope as interface for NonThrowingCloseables that work with current context.Kristen Kozak2017-07-113-10/+9
* Rename Measure and Measurement subclasses. (#414)Yang Song2017-07-061-5/+5
* Refactor MeasurementValue and MeasurementMap (#405)Yang Song2017-07-061-6/+12
* Move logging exporter into an independent package. (#416)Bogdan Drutu2017-07-054-12/+9
* Mark benchmark variables to be final. Add javadoc for main argument. (#409)Bogdan Drutu2017-07-044-4/+20
* Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu2017-07-033-4/+4
* Refactor MeasurementDescriptor. (#396)Yang Song2017-06-301-10/+6
* Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu2017-06-302-2/+2
* Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu2017-06-223-3/+3
* Move stats classes to io.opencensus.stats.Kristen Kozak2017-06-161-11/+10
* Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu2017-06-073-6/+6
* Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu2017-06-067-136/+19
* Update stats example to use APIs in StatsContextFactory. (#330)Yang Song2017-06-011-35/+16
* Change the interface of Logging service to enforce that maximum one instance ...Bogdan Drutu2017-05-133-0/+6
* Add a new class Trace which holds the global state for the trace implementati...Bogdan Drutu2017-04-146-6/+12
* Run google java formatter on the tracing. (#205)Bogdan Drutu2017-04-131-2/+2
* Add build rule for examples to generate executable binaries. Fix javadoc erro...Bogdan Drutu2017-03-287-9/+29
* Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu2017-03-227-18/+24
* Remove the try-with-resources support for the Span. This is important because...Bogdan Drutu2017-03-112-10/+10
* Add a SpanBuilder class. (#123)Bogdan Drutu2017-03-076-11/+11
* Add few usage examples for the trace API.Bogdan Drutu2017-02-286-0/+240
* Use the correct maven path for examples which is src/main/java/...Bogdan Drutu2017-02-151-0/+0