aboutsummaryrefslogtreecommitdiff
path: root/examples/src
AgeCommit message (Expand)Author
2018-03-04Prefer non-deprecated classes. (#1045)Stefan Schmidt
2018-03-02Update QuickStart to improve readability. (#1043)Yang Song
2018-03-01Add a QuickStart example. (#1039)Yang Song
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-10-31Rename StatsRecord to MeasureMap (#757)Yang Song
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-23Rename StatsBuilder to StatsRecord.Kristen Kozak
2017-10-23Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak
2017-10-23Move MeasureMap from the API to the implementation.Kristen Kozak
2017-09-19Refactor MeasureMap.Builder (#636)Yang Song
2017-09-16Rename TagContexts to Tagger (fixes #588).Kristen Kozak
2017-09-13Rename TagContextBuilder.set methods to "put".Kristen Kozak
2017-08-29Fix zpages readme and add helper function that starts a server. (#570)Bogdan Drutu
2017-08-29Merge pull request #564 from sebright/tag-value-classsebright
2017-08-28Rename the package for exporters to match the artifact name. (#566)Bogdan Drutu
2017-08-28Rename zpage package to match the artifact name. (#567)Bogdan Drutu
2017-08-25Update StatsRunner for new tagging API.Kristen Kozak
2017-08-25Add a TagValue class.Kristen Kozak
2017-08-25Update README for zpages configuration. Add a generic class that registers al...Bogdan Drutu
2017-08-24Cleanup LoggingExporter. (#553)Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-16Add initial implementation of the tracez page. (#517)Bogdan Drutu
2017-08-14Replace original tag classes with classes in the tags package.Kristen Kozak
2017-07-11Add Scope as interface for NonThrowingCloseables that work with current context.Kristen Kozak
2017-07-06Rename Measure and Measurement subclasses. (#414)Yang Song
2017-07-06Refactor MeasurementValue and MeasurementMap (#405)Yang Song
2017-07-05Move logging exporter into an independent package. (#416)Bogdan Drutu
2017-07-04Mark benchmark variables to be final. Add javadoc for main argument. (#409)Bogdan Drutu
2017-07-03Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu
2017-06-30Refactor MeasurementDescriptor. (#396)Yang Song
2017-06-30Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu
2017-06-22Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu
2017-06-16Move stats classes to io.opencensus.stats.Kristen Kozak
2017-06-07Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu
2017-06-01Update stats example to use APIs in StatsContextFactory. (#330)Yang Song
2017-05-13Change the interface of Logging service to enforce that maximum one instance ...Bogdan Drutu
2017-04-14Add a new class Trace which holds the global state for the trace implementati...Bogdan Drutu
2017-04-13Run google java formatter on the tracing. (#205)Bogdan Drutu
2017-03-28Add build rule for examples to generate executable binaries. Fix javadoc erro...Bogdan Drutu
2017-03-22Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu
2017-03-11Remove the try-with-resources support for the Span. This is important because...Bogdan Drutu
2017-03-07Add a SpanBuilder class. (#123)Bogdan Drutu
2017-02-28Add few usage examples for the trace API.Bogdan Drutu
2017-02-15Use the correct maven path for examples which is src/main/java/...Bogdan Drutu
2017-02-15Move stats examples to the equivalent maven path.Bogdan Drutu