1. af1eb96 Examples : set sampler to always sample (#1388) by Mayur Kale · 7 years ago
  2. 108bd04 Remove use of deprecated AggregationWindow from QuickStart.java. by Kristen Kozak · 7 years ago
  3. 9d53392 Example: record against an example method tag. (#1280) by Yang Song · 7 years ago
  4. 8f17edc Examples: Record some stats and spans for ZPageTester. (#1279) by Yang Song · 7 years ago
  5. 4e62aac Rename StatsRunner to TagContextExample because it's more about TagContext. (#1156) by Yang Song · 7 years ago
  6. 7d9562e Fix comment about bucket boundaries in the helloworld example. (#1070) by Ian Sturdy · 7 years ago
  7. 8bce79c Add a gRPC Hello World example. (#1044) by Yang Song · 7 years ago
  8. e45afa1 Change MBy to By units. (#1058) by easy · 7 years ago
  9. b40fd02 Make "./gradlew goJF" work in examples/ (#1059) by easy · 7 years ago
  10. fa2723c Prefer non-deprecated classes. (#1045) by Stefan Schmidt · 7 years ago
  11. 4d369a4 Update QuickStart to improve readability. (#1043) by Yang Song · 7 years ago
  12. d2b255e Add a QuickStart example. (#1039) by Yang Song · 7 years ago
  13. 8b84943 Enable PrivateConstructorForUtilityClass Error Prone warning. by Kristen Kozak · 7 years ago
  14. 6cb4dd2 Add gradle plugin for google java format. Enforce all files to be formatted. (#771) by Bogdan Drutu · 7 years ago
  15. ff43823 Rename StatsRecord to MeasureMap (#757) by Yang Song · 7 years ago
  16. 2536bd3 Remove support for multiple tag types. by Kristen Kozak · 7 years ago
  17. fc86613 Rename StatsBuilder to StatsRecord. by Kristen Kozak · 7 years ago
  18. 44b7acb Rename StatsRecorder.builder to newStatsBuilder. by Kristen Kozak · 7 years ago
  19. 0a53489 Move MeasureMap from the API to the implementation. by Kristen Kozak · 7 years ago
  20. 9076507 Refactor MeasureMap.Builder (#636) by Yang Song · 8 years ago
  21. c74c55e Rename TagContexts to Tagger (fixes #588). by Kristen Kozak · 8 years ago
  22. eb79056 Rename TagContextBuilder.set methods to "put". by Kristen Kozak · 8 years ago
  23. 45f115a Fix zpages readme and add helper function that starts a server. (#570) by Bogdan Drutu · 8 years ago
  24. b58a599 Merge pull request #564 from sebright/tag-value-class by sebright · 8 years ago
  25. 47433a7 Rename the package for exporters to match the artifact name. (#566) by Bogdan Drutu · 8 years ago
  26. 88c0dd0 Rename zpage package to match the artifact name. (#567) by Bogdan Drutu · 8 years ago
  27. 295778a Update StatsRunner for new tagging API. by Kristen Kozak · 8 years ago
  28. 843e959 Add a TagValue class. by Kristen Kozak · 8 years ago
  29. 81fc783 Update README for zpages configuration. Add a generic class that registers all Handlers. (#555) by Bogdan Drutu · 8 years ago
  30. efb18be Cleanup LoggingExporter. (#553) by Bogdan Drutu · 8 years ago
  31. b2f48c5 Change the licence to OpenCensus authors. (#539) by Bogdan Drutu · 8 years ago
  32. a77f1b6 Add initial implementation of the tracez page. (#517) by Bogdan Drutu · 8 years ago
  33. 6a60437 Replace original tag classes with classes in the tags package. by Kristen Kozak · 8 years ago
  34. 4a90bd0 Add Scope as interface for NonThrowingCloseables that work with current context. by Kristen Kozak · 8 years ago
  35. 67582d5 Rename Measure and Measurement subclasses. (#414) by Yang Song · 8 years ago
  36. 77a930f Refactor MeasurementValue and MeasurementMap (#405) by Yang Song · 8 years ago
  37. 6bf1e1d Move logging exporter into an independent package. (#416) by Bogdan Drutu · 8 years ago
  38. 4f17a46 Mark benchmark variables to be final. Add javadoc for main argument. (#409) by Bogdan Drutu · 8 years ago
  39. f93d676 Change tracer API names to create a SpanBuilder. (#407) by Bogdan Drutu · 8 years ago
  40. 39ac27f Refactor MeasurementDescriptor. (#396) by Yang Song · 8 years ago
  41. 07d6999 Change API to remove the "Option" logic and keep only Builder. (#380) by Bogdan Drutu · 8 years ago
  42. 831b9ce Fix Tracing method name to get ExportComponent (#382) by Bogdan Drutu · 8 years ago
  43. 08b8962 Move stats classes to io.opencensus.stats. by Kristen Kozak · 8 years ago
  44. f393044 Split TraceExporter class into ExportComponent and all the sub-components in an export package. (#332) by Bogdan Drutu · 8 years ago
  45. 80ec0c1 Move internal & common & trace to the new package io.opencensus (#339) by Bogdan Drutu · 8 years ago
  46. 7219d06 Update stats example to use APIs in StatsContextFactory. (#330) by Yang Song · 8 years ago
  47. 6099b21 Change the interface of Logging service to enforce that maximum one instance is registered at any moment. Change examples to use the logging service exporter. (#301) by Bogdan Drutu · 8 years ago
  48. 5448a85 Add a new class Trace which holds the global state for the trace implementation. (#201) by Bogdan Drutu · 8 years ago
  49. 2559a87 Run google java formatter on the tracing. (#205) by Bogdan Drutu · 8 years ago
  50. c6a59fb Add build rule for examples to generate executable binaries. Fix javadoc errors in examples. (#175) by Bogdan Drutu · 8 years ago
  51. 07f0dd2 Add gradle build support for benchmarks and examples. (#163) by Bogdan Drutu · 8 years ago
  52. 0337f59 Remove the try-with-resources support for the Span. This is important because we want to discourage the usage of the Span and encourage the usage of ScopedSpan. (#127) by Bogdan Drutu · 8 years ago
  53. b1d43a6 Add a SpanBuilder class. (#123) by Bogdan Drutu · 8 years ago
  54. dc9054f Add few usage examples for the trace API. by Bogdan Drutu · 8 years ago
  55. b8a7ae3 Use the correct maven path for examples which is src/main/java/... by Bogdan Drutu · 8 years ago
  56. df28c7c Move stats examples to the equivalent maven path. by Bogdan Drutu · 8 years ago