1. 59d1ce3 Update LRU usage (#1164) by Joshua Seaton · 4 years, 8 months ago main master v0.22.1
  2. 556cb5b Fix typo in view documentation and remove unnecessary type conversions (#1162) by Ben Wells · 4 years, 8 months ago
  3. c3153da Fix bug in ocgrpc client logging (#1161) by Ben Wells · 4 years, 8 months ago
  4. 19caf3a Use time.Since rather than time.Now().Sub (#1160) by Ben Wells · 4 years, 8 months ago
  5. 29aa3ca change unit to dimensionless when aggregation is count. (#1157) by rghetia · 4 years, 9 months ago
  6. b4a1468 Clean up comments in view.go (#1152) by Andrew Sinclair · 4 years, 10 months ago
  7. 19a9151 Map 422 Unprocessable Entity to INVALID_ARGUMENT (#1149) by Luke Cawood · 4 years, 10 months ago
  8. df42942 Add deployment key for k8s resource. (#1148) by rghetia · 5 years ago
  9. f6172e4 Replace tag.NewKey calls with tag.MustNewKey where appropriate (#1146) by Ramon Nogueira · 5 years ago
  10. a092815 Fix typo in docs An => A (#1145) by Ran Tavory · 5 years ago
  11. 6325d76 Bump up the version to v0.23.0 (#1144) by rghetia · 5 years ago
  12. 9c37759 tag: add func MustNewKey to wrap NewKey with panic (#1141) by Olivier Mengué · 5 years ago v0.22.0
  13. 766cc5b update comment for cloud resources. by rahulpa · 5 years ago
  14. fff365e add constant keys for resources. by rahulpa · 5 years ago
  15. 54a91f5 Fix a couple of broken links (#1142) by Edwin Ikechukwu · 5 years ago
  16. f24e562 Fix typos and imports. (#1139) by Yang Song · 5 years ago
  17. 17d7955 Replace "x/net/context" import with "context" (#1138) by Yang Song · 5 years ago
  18. a2c785e Upgrade dependencies. (#1137) by Yang Song · 5 years ago
  19. 3f87460 remove triage-me label from template. by rahulpa · 5 years ago
  20. 5c6a904 Bump up the version to v0.22.0 by rahulpa · 5 years ago
  21. df6e200 Run go mod tidy before merging dev to master. by rahulpa · 5 years ago v0.21.0
  22. 9328d44 Remove deprecated exemplar package. (#1124) by Yang Song · 5 years ago
  23. beff310 Exemplar: Record with sampled SpanContext in gRPC plugin. (#1127) by Yang Song · 5 years ago
  24. 648e9a0 fix buckets in example/quickstart (#1132) by Han Kang · 5 years ago
  25. d00fa0c Added payload size to http server integration (#1129) by Alex Amies · 5 years ago
  26. 6161d2e Add support for Tag metadata (#1125) by rghetia · 5 years ago
  27. ed3a3f0 Move exporters out from core. (#1118) by Yang Song · 5 years ago
  28. c31d268 add constant labels to gauges and cumulative metrics (#1122) by Gustavo Silva Paiva · 5 years ago
  29. 3e65bcb update example to use log exporter. (#1128) by rghetia · 5 years ago
  30. 295a4b8 Add log exporter. (#1126) by rghetia · 5 years ago
  31. 0ac3701 Exemplar: Add new record APIs that take exemplar attachments and SpanContext key. (#1123) by Yang Song · 5 years ago
  32. 18733e4 remove Set method for cumulatives. (#1120) by rghetia · 5 years ago
  33. 9a306f3 fix typo in feature request template. (#1119) by rghetia · 5 years ago
  34. cc78dac update issue template. (#1117) by rghetia · 5 years ago
  35. 4651f24 Add description field to LabelKey (#1114) by rghetia · 5 years ago
  36. c82de26 add space between error and %v in gauge example. (#1116) by rghetia · 5 years ago
  37. 6bebf56 Fix comment received for #1110 after it was merged. (#1113) by rghetia · 5 years ago
  38. a7c47d3 Add derived gauge example. (#1110) by rghetia · 5 years ago
  39. 1c036df Fix TOC and some typos. (#1111) by rghetia · 5 years ago
  40. a209e58 Remove extraneous err check. (#1109) by Anand Desai · 5 years ago
  41. 5d1b8af Add gauges example. (#1107) by rghetia · 5 years ago
  42. aca3e8a Add support for metrics in prometheus exporter (#1105) by rghetia · 5 years ago
  43. ef4afeb fix race condition in reading record and updating record. (#1104) by rghetia · 5 years ago
  44. bf1b28d replace missing tag with empty values during metric export. (#1102) by rghetia · 5 years ago
  45. df5e771 Add support for cumulative. (#1090) by rghetia · 5 years ago
  46. 01ba744 Refactor gauge and registry to accommodate cumulative. (#1089) by rghetia · 5 years ago
  47. 75c0cca run go mod tidy after fixing dependency on google.golang.org/api (#1097) by rghetia · 5 years ago upstream/v0.20.x v0.20.2
  48. a901c1e fix version script to ignore pre-release tags. (#1098) by rghetia · 5 years ago
  49. 8930459 change google.golang.org/api dependency to v0.3.1 (#1096) by rghetia · 5 years ago v0.20.1
  50. eec2a5d replace +alpha with -alpha. (#1095) by rghetia · 5 years ago v0.20.1-alpha
  51. 60399d2 Fix version dependencies with google.golang.org (#1094) by rghetia · 5 years ago
  52. d0e431e Bump up the version to 0.21.0 (#1088) by rghetia · 5 years ago
  53. 46618d0 Replace deprecated Endpoint of Jaeger example (#1087) by Aya Igarashi · 5 years ago v0.20.0
  54. 948b0cb Refactor gauge api with options. (#1086) by rghetia · 5 years ago
  55. 41e54b8 metric type is not set for gauges. (#1082) by rghetia · 5 years ago
  56. ec71c97 stats worker as metric producer. (#1078) by rghetia · 5 years ago
  57. 5ae9166 Add support for reader. (#1049) by rghetia · 5 years ago
  58. 7396103 http out test cases (#928) by Sergey Kanzhelev · 5 years ago
  59. 8a36f74 Exemplar: Use generic interface for attachment values. (#1070) by Yang Song · 5 years ago
  60. ebb7978 Exemplar: Restore previous package to avoid breaking downstream. (#1071) by Yang Song · 5 years ago
  61. 6ddd4bc ochttp plugin: makes Body a transparent wrapper (#1069) by Maxime Vercheval · 5 years ago
  62. 604812a Exemplar: revert wrong implementation. (#1067) by Yang Song · 5 years ago
  63. 3b8e272 Run command mod tiny (#1052) by Bogdan Drutu · 5 years ago v0.19.2
  64. 5439521 Minor cleanups in the tests. (#1066) by Bogdan Drutu · 5 years ago
  65. 4c51322 Fix misspell in the comments. (#1065) by Bogdan Drutu · 5 years ago
  66. 2656f29 Add support for derived gauges. (#1060) by rghetia · 5 years ago
  67. 05c3ab6 update link type definition to adhere to spec. (#1062) by rghetia · 5 years ago
  68. 084f0af Exporter/Prometheus: Simplify histogram creation. (#1061) by Yang Song · 5 years ago
  69. bf23ae1 During gauge creation return error instead of panic. (#1057) by rghetia · 5 years ago
  70. d1aebdc refactor ReadAll to Read and fix concurrency issue. (#1056) by rghetia · 5 years ago
  71. 2eaaf3a Add makefile, enforce lint, fix lint errors. (#1044) by Bogdan Drutu · 5 years ago
  72. 1c9fa34 rename producer to metricproducer package. (#1053) by rghetia · 5 years ago
  73. 127ad9a ochttp plugin: add remote span as parent link instead of child link. (#1055) by rghetia · 5 years ago
  74. 8734d3b Make Add, Delete, GetAll associated with producer.Manager (#1047) by rghetia · 5 years ago
  75. f305e5c add metric producer manager. (#1039) by rghetia · 5 years ago v0.19.1
  76. dc0ac5c exporter/jaeger: ensure non-zero status code sets error tag by Emmanuel T Odeke · 5 years ago
  77. 22a302c treat 0 bucket bound as an error. (#1037) by rghetia · 5 years ago
  78. 0f56738 fix inconsistent jaeger test. (#1038) by rghetia · 5 years ago
  79. 144687d Use Host from Request instead of Request.URL (#1036) by Philipp Hug · 5 years ago
  80. 62b306a Increase time waited in TestHandlerImplementsHTTPCloseNotify (#1027) by Stephen G · 5 years ago
  81. beafb2a Add support for Float64 Attribute. (#1033) by rghetia · 5 years ago
  82. 6499bfc Add code owners to restrict access. (#1030) by Yang Song · 5 years ago
  83. bf35273 Revert "RFC: add SpanContext.LocalRootSpanID (#1029)" (#1031) by rghetia · 5 years ago
  84. 57c0993 RFC: add SpanContext.LocalRootSpanID (#1029) by Andrew Wilkins · 5 years ago
  85. ed9f155 revert (#1000) and update prometheus version. (#1026) by rghetia · 5 years ago
  86. 7a32882 Add support for child span count. (#1023) by rghetia · 5 years ago
  87. 3cbb6ce Enforce message event and link limits. (#1022) by rghetia · 5 years ago
  88. ad83cda Enforce annotation limit. (#1021) by rghetia · 5 years ago
  89. 3abc75f Allow setting the http route from HTTP handlers (#1017) by Márk Sági-Kazár · 5 years ago
  90. 50686e2 enforce attribute limit (#1020) by rghetia · 5 years ago
  91. 4baeb63 Add option to configure limits for attributes, annotations, message events and links. (#1015) by rghetia · 5 years ago
  92. 1d7c80b fix build error. (#1019) by rghetia · 5 years ago
  93. 6f50dd4 Bump up the version to 0.20.0 (#1016) by rghetia · 5 years ago
  94. 2b5032d Add metric package containing Gauge support by Ramon Nogueira · 5 years ago v0.19.0
  95. 2f39cd4 Update internal import. (#1014) by Bogdan Drutu · 5 years ago
  96. 6e8ca2c Guard bundler from buffering too many messages in memory (#1011) by Vijay Samuel · 5 years ago
  97. 950a67f Fix data race when registering views multiple times by Ramon Nogueira · 5 years ago
  98. 25040cf Return an error if negative bucket bounds are provided by Ramon Nogueira · 5 years ago
  99. df705ed Upgrade dependencies; resolve test issue with Prom exporter (#1000) by Ramon Nogueira · 5 years ago
  100. 8b95f1c Add metric data model and export support (#977) by Ramon Nogueira · 5 years ago