1. 1664cc9 Update README with OpenCensus sunset notice (#236) by Aaron Abbott · 2 years, 10 months ago master
  2. 3619b5d Remove unnecessary script (#229) by Bogdan Drutu · 3 years, 5 months ago
  3. 47d0550 Run go mod tidy, forgot to do after proto updates (#228) by Bogdan Drutu · 3 years, 5 months ago
  4. 7bf1abd Start 0.5.0 development cycle (#226) by David Ashpole · 3 years, 5 months ago
  5. a5f3b19 Add makefile, upgrade to use opentelemetry protoc docker, newer protoc (#225) by Bogdan Drutu · 3 years, 5 months ago
  6. 032ec2a Add go.mod, so dependencies are controlled (#224) by Bogdan Drutu · 3 years, 5 months ago
  7. 54c9a4c Start 0.4.0 development cycle (#219) by Nail Islamov · 6 years ago
  8. cfe95db Generate Go types using protocolbuffers/protobuf-go (#218) by Nail Islamov · 6 years ago
  9. be218fb Load proto_library() rule. (#216) by easy · 6 years ago
  10. 5cec5ea Remove grpc_java dependency and java_proto rules. (#214) by easy · 6 years ago
  11. 26aa36c Add C++ targets, especially for gRPC services. (#212) by easy · 7 years ago
  12. 5d4f91a Upgrade bazel and dependencies to latest. (#211) by easy · 7 years ago
  13. 97b4403 Bring back bazel cache to make CI faster. (#210) by easy · 7 years ago
  14. 97194d1 Travis: don't require sudo for bazel installation. (#209) by easy · 7 years ago
  15. d89fa54 Add grpc-gateway for metrics service. (#205) by Yang Song · 7 years ago v0.2.1
  16. df67dc5 Pin bazel version in travis builds (#207) by Owais Lone · 7 years ago
  17. e2601ef Update gen-go files (#199) by Dave Raffensperger · 7 years ago
  18. 9c12a57 Add Web JS as a LibraryInfo.Language option (#198) by Dave Raffensperger · 7 years ago
  19. 0994559 Set up Python packaging for PyPI release. (#197) by Yang Song · 7 years ago
  20. d4d9f63 Add tracestate to links. (#191) by Yang Song · 7 years ago
  21. 3f2badc Python proto file generator and generated proto files (#196) by Yang Song · 7 years ago
  22. a9646cb Ruby proto file generator and generated proto files (#192) by Jiren Patel · 7 years ago
  23. d5d8095 Add py_proto_library() rules for envoy/api. (#194) by easy · 7 years ago
  24. 7d01b0b Gradle: Upgrade dependency versions. (#193) by Yang Song · 7 years ago
  25. e43d650 Update release versions for readme. (#189) by Yang Song · 7 years ago
  26. 0fafccb Start 0.3.0 development cycle by songy23 · 7 years ago
  27. ff7a782 Update gen-go files. (#187) by Yang Song · 7 years ago
  28. 90c3e10 Revert "Start 0.3.0 development cycle (#167)" (#183) by Yang Song · 7 years ago
  29. 24a9c0d Revert optimization for metric descriptor and bucket options for now. (#184) by Yang Song · 7 years ago
  30. 85674de Constant sampler: add option to always follow the parent's decision. (#182) by easy · 7 years ago
  31. b822001 Document that all maximum values must be specified. (#181) by easy · 7 years ago
  32. c9cc5de Fix typo in bucket bounds. (#178) by rghetia · 7 years ago
  33. ca9d8b3 Restrict people who can approve reviews. This is to ensure code quality. (#177) by Bogdan Drutu · 7 years ago
  34. a61e5d0 Use bazel cache to make CI faster. (#176) by easy · 7 years ago
  35. 29d5a42 Add grpc generated files to the idea plugin. (#175) by Bogdan Drutu · 7 years ago
  36. fb7c17e Add Resource to Span (#174) by Steven Karis · 7 years ago
  37. 6d79e46 time is required (#170) by Sergey Kanzhelev · 7 years ago
  38. 459753e Upgrade protobuf dependency to v3.6.1.3. (#173) by easy · 7 years ago
  39. 84867c6 assume Ok Status when not set (#171) by Sergey Kanzhelev · 7 years ago
  40. f1f2125 Minor comments fixes (#160) by Sergey Kanzhelev · 7 years ago
  41. 853d694 Start 0.3.0 development cycle (#167) by Yang Song · 7 years ago
  42. 192f992 Update gen-go files. (#162) by Yang Song · 7 years ago
  43. 671b21d Update releasing instruction. (#163) by Yang Song · 7 years ago
  44. b3e29c5 Fix Travis build. (#165) by Yang Song · 7 years ago
  45. ba49f56 Add OpenApi doc for trace agent grpc-gateway (#157) by Dave Raffensperger · 7 years ago
  46. db93b72 Add command to generate OpenApi/Swagger doc for grpc-gateway (#156) by Dave Raffensperger · 7 years ago
  47. fc7914d Update gen-go files (#155) by Dave Raffensperger · 7 years ago
  48. ad721dc Add trace export grpc-gateway config (#77) by Dave Raffensperger · 7 years ago
  49. 654f072 Fix bazel build after bazel upgrade (#154) by Dave Raffensperger · 7 years ago
  50. b11a674 README: Add gitter, javadoc and godoc badge. (#151) by Yang Song · 7 years ago
  51. 2034125 Update release versions for README. (#150) by Yang Song · 7 years ago
  52. a97eda6 Start 0.2.0 development cycle by Yang Song · 7 years ago
  53. f656f46 Add resource and metrics_service proto to mkgogen. Re-generate gen-go files. (#147) by Yang Song · 7 years ago
  54. fc93f64 Add resource to protocol (#137) by Fabian Reinartz · 7 years ago
  55. 61f8bc7 Fix generating the javadoc. (#144) by Bogdan Drutu · 7 years ago
  56. 99162e4 Metrics/TimeSeries: start time should not be included while end time should. (#142) by Yang Song · 7 years ago
  57. bbcfad0 README: Add instructions on using opencensus_proto with Bazel. (#140) by Yang Song · 7 years ago
  58. 7c72602 agent/README: update package info. (#138) by Yang Song · 7 years ago
  59. 5f7f863 Agent: Add metrics service. (#136) by Yang Song · 7 years ago
  60. 8b70832 Tracing: Add default limits to TraceConfig. (#133) by Yang Song · 7 years ago
  61. f7dc453 Remove a stale TODO. (#134) by Yang Song · 7 years ago
  62. a7dfdb5 README: Add a note about go_proto_library rules. (#135) by Yang Song · 7 years ago
  63. 475e1d0 add golang bazel build support (#132) by yancl · 7 years ago
  64. 1aa5559 Remove exporter protos from mkgogen. (#128) by Yang Song · 7 years ago
  65. 1b4abee Update README and RELEASING. (#130) by Yang Song · 7 years ago
  66. 1076b33 Change histogram buckets definition to be OpenMetrics compatible. (#121) by Bogdan Drutu · 7 years ago
  67. 72d0978 Remove exporter/v1 protos. (#124) by Yang Song · 7 years ago
  68. 5a272b6 Clean up the README for Agent proto. (#126) by Yang Song · 7 years ago
  69. f132850 Change Quantiles to ValuesAtPercentile. (#122) by Bogdan Drutu · 7 years ago
  70. df894b5 Extend the TraceService service to support export/config for multiple Applications. (#119) by Bogdan Drutu · 7 years ago
  71. fe6b407 Add specifications on Agent implementation details. (#112) by Yang Song · 7 years ago
  72. 91e0b92 Update gitignore (#118) by Yang Song · 7 years ago
  73. d22fd70 Remove maven support. Not used. (#116) by Bogdan Drutu · 7 years ago
  74. a74b002 Add gauge distribution. (#117) by Bogdan Drutu · 7 years ago
  75. 23a39c7 Add support for Summary type and value. (#110) by Bogdan Drutu · 7 years ago
  76. a3c5631 Add Maven status and instructions on adding dependencies. (#115) by Yang Song · 7 years ago
  77. 359b6fd Bump version to 0.0.3-SNAPSHOT by songy23 · 7 years ago
  78. 2433329 Bump version to 0.0.2 by songy23 · 7 years ago v0.0.2
  79. b5d9858 Update gen-go files. (#114) by Yang Song · 7 years ago
  80. dd59275 Gradle: Add missing source and javadoc rules. (#113) by Yang Song · 7 years ago
  81. da6971d Add support for float attributes. (#98) by Bogdan Drutu · 7 years ago
  82. cbeb482 Change from mean to sum in distribution. (#109) by Bogdan Drutu · 7 years ago
  83. 3a6c8d9 Bump version to v0.0.2-SNAPSHOT by songy23 · 7 years ago
  84. ba2c2de Bump version to v0.0.1 by songy23 · 7 years ago
  85. 9c75164 Add releasing instructions in RELEASING.md. (#106) by Yang Song · 7 years ago
  86. f303ae3 Add Gradle build rules for generating gRPC service and releasing to Maven. (#102) by Yang Song · 7 years ago
  87. d3b7200 Re-organize proto directory structure. (#103) by Yang Song · 7 years ago
  88. 91fbd95 Update gen-go files. (#101) by Yang Song · 7 years ago
  89. 988957f Add a note about interceptors of other libraries. (#94) by Yang Song · 7 years ago
  90. f6d872a agent/common/v1: use exporter_version, core_library_version in LibraryInfo (#100) by Emmanuel T Odeke · 7 years ago
  91. ee2e6d8 opencensus/proto: add default Agent port to README (#97) by Emmanuel T Odeke · 7 years ago
  92. 2333df4 Update the message names for Config RPC. (#93) by Yang Song · 7 years ago v0.0.1
  93. 3234379 Add details about agent protocol in the README. (#88) by Yang Song · 7 years ago
  94. 8c13818 Update gen-go files. (#92) by Yang Song · 7 years ago
  95. e7dbba3 agent/trace/v1: fix signature for Config and comments too (#91) by Emmanuel T Odeke · 7 years ago
  96. 10f8683 Update gen-go files. (#86) by Yang Song · 7 years ago
  97. 0f60ee6 Make tracestate a list instead of a map to preserve ordering. (#84) by Bogdan Drutu · 7 years ago
  98. 8ca5a12 Allow MetricDescriptor to be sent only the first time. (#78) by Bogdan Drutu · 7 years ago
  99. 554e673 Update mkgogen.sh. (#85) by Yang Song · 7 years ago
  100. 3d9e99d Add agent trace service proto definitions. (#79) by Yang Song · 7 years ago