- 01e6da5 chore: pkg imported more than once (#1296) by guangwu · 2 years, 7 months ago master
- 06ffb6a Update README with OpenCensus sunset notice (#1293) by Aaron Abbott · 2 years, 10 months ago
- c12996d refine: the server-side http Request Body is always non-nil (#1291) by cc · 3 years ago
- 7823041 don't panic if internal.MeasurementRecorder hasn't been initialized (#1290) by David Ashpole · 3 years ago
- 0028eea bump version to next expected minor version (#1288) by David Ashpole · 3 years, 2 months ago
- b1a01ee Add started RPC metric for client and server side (#1283) by Zach Reyes · 3 years, 4 months ago v0.24.0
- 0bf7faa Fix CI, and update testify (#1284) by David Ashpole · 3 years, 4 months ago
- 0521206 Passing capacity to make() in place of length. (#1276) by Emily Chen · 3 years, 11 months ago
- c2a62a2 fix: Add function to stop the defaultWorker (#1272) by Kyle Carberry · 4 years ago
- bf52d9d Remove `convTslice` calls in Record() (#1268) by John Howard · 4 years, 4 months ago
- ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (#1269) by John Howard · 4 years, 5 months ago
- a55fb71 Optimize `Record()` to avoid extra allocations (#1267) by John Howard · 4 years, 5 months ago
- dcf8515 Fix formatting to pass with go1.17 (#1270) by John Howard · 4 years, 5 months ago
- fb455b0 Remove @rakyll from codeowners (#1256) by Punya Biswal · 4 years, 10 months ago
- f5c4b39 Bump version to next expected release (#1257) by Punya Biswal · 4 years, 10 months ago
- 49838f2 Adding GC stats to runmetrics plugin (#1207) by Trevin Teacutter · 5 years ago v0.23.0
- 13369a4 Adds an exported function to flush internal reader (#1248) by Quentin Cha · 5 years ago v0.22.6
- e736602 fix memory leak cause by the spanStore.(census-instrumentation/opence… (#1246) by Red · 5 years ago
- 61c7a2b Remove Travis CI for GH Actions. (#1244) by Josh Suereth · 5 years ago
- 1f9ef3b Set up Github Actions for pull request validation (#1237) by Josh Suereth · 5 years ago
- 4ee1fc6 Upgrade all dependencies (#1243) by Bogdan Drutu · 5 years ago
- ff2df8e Lock only when needed, remove duplicate code (#1242) by Bogdan Drutu · 5 years ago
- 380f407 provide accessor to the span implementation (#1240) by David Ashpole · 5 years ago
- 0f7c5f5 allow replaceing trace SDK (#1238) by David Ashpole · 5 years ago
- de37041 Revert "Allow replacing trace SDK (#1234)" (#1235) by Tyler Bui-Palsulich · 5 years ago
- fc3822b Allow replacing trace SDK (#1234) by David Ashpole · 5 years ago
- 3fb168f Defer IDGenerator initialization until first use (#1228) by Jonathan Lebon · 5 years ago v0.22.5
- 5bb2445 update golang.org/x/text to v0.3.3 (#1230) by Greg Stroup · 5 years ago
- d7677d6 Include const labels in `baseMetric.upsertEntry` (#1221) by Cam Hutchison · 6 years ago
- 3456e1d Made public traceparent/tracestate marshal/unmarshal (#1218) by Francesco Guardiani · 6 years ago
- af30f77 Record a Start Time Per Time Series within a View (#1220) by Ian Milligan · 6 years ago
- 8e242ed Comment on GRPC latency measure reuse (#1217) by smhendrickson · 6 years ago
- 5fa069b Initialize View Start Time During View Registration (#1215) by Ian Milligan · 6 years ago v0.22.4
- 1901b56 Allow custom view.Meters to export metrics for other Resources (#1212) by Evan Anderson · 6 years ago
- 785d899 Delete views from measure ref when unregistering (#1211) by Ian Milligan · 6 years ago
- cd9ae5c Remove call to time.Now() on worker thread when handling record reqs (#1210) by Ian Milligan · 6 years ago
- 46dfec7 Reduce allocations (#1204) by Warnar Boekkooi · 6 years ago
- d3cf45e Safely reject invalid-length span and trace ids (#1206) by aopat · 6 years ago
- 84d38db Allow creating additional View universes. (#1196) by Evan Anderson · 6 years ago
- a7631f6 replace gofmt with goimports (#1197) by Rahul Patel · 6 years ago
- d835ff8 fix config_test to run in any order. (#1194) by Rahul Patel · 6 years ago v0.22.3
- d851005 Added handling of HTTP code 409 when parsing trace status in ochttp (#1190) by Fredrik Lönnblad · 6 years ago
- 643eada Added test exporter for use in unit tests. (#1185) by Javier Kohen · 6 years ago
- aad2c52 exclude zero bucket from aggregation_data (#1183) by rghetia · 6 years ago v0.22.2
- 3b5a343 Added seconds unit (#1179) by Javier Kohen · 6 years ago
- fa651b0 Add runtime metrics support (#1156) by Brian Hoffmann · 6 years ago
- f58a717 Allow overriding health endpoint check in handler (#1177) by Tomas Celaya · 6 years ago
- df0549d add opencensus and opentracing merger note (#1175) by rghetia · 6 years ago
- d7af601 Add New Relic to list of available exporters. (#1172) by Rey Abolofia · 6 years ago
- 6531013 Remove Gopkg.toml (#1170) by rghetia · 6 years ago
- 1b2595d fix appveyor build. (#1168) by rghetia · 6 years ago
- 3da91ae Simplify use of time package (#1167) by Ben Wells · 6 years ago
- ce85b6d Use stats.UnitDimensionless rather than deprecated stats.UnitNone (#1166) by Ben Wells · 6 years ago
- 59d1ce3 Update LRU usage (#1164) by Joshua Seaton · 6 years ago v0.22.1
- 556cb5b Fix typo in view documentation and remove unnecessary type conversions (#1162) by Ben Wells · 6 years ago
- c3153da Fix bug in ocgrpc client logging (#1161) by Ben Wells · 6 years ago
- 19caf3a Use time.Since rather than time.Now().Sub (#1160) by Ben Wells · 6 years ago
- 29aa3ca change unit to dimensionless when aggregation is count. (#1157) by rghetia · 6 years ago
- b4a1468 Clean up comments in view.go (#1152) by Andrew Sinclair · 7 years ago
- 19a9151 Map 422 Unprocessable Entity to INVALID_ARGUMENT (#1149) by Luke Cawood · 7 years ago
- df42942 Add deployment key for k8s resource. (#1148) by rghetia · 7 years ago
- f6172e4 Replace tag.NewKey calls with tag.MustNewKey where appropriate (#1146) by Ramon Nogueira · 7 years ago
- a092815 Fix typo in docs An => A (#1145) by Ran Tavory · 7 years ago
- 6325d76 Bump up the version to v0.23.0 (#1144) by rghetia · 7 years ago
- 9c37759 tag: add func MustNewKey to wrap NewKey with panic (#1141) by Olivier Mengué · 7 years ago v0.22.0
- 766cc5b update comment for cloud resources. by rahulpa · 7 years ago
- fff365e add constant keys for resources. by rahulpa · 7 years ago
- 54a91f5 Fix a couple of broken links (#1142) by Edwin Ikechukwu · 7 years ago
- f24e562 Fix typos and imports. (#1139) by Yang Song · 7 years ago
- 17d7955 Replace "x/net/context" import with "context" (#1138) by Yang Song · 7 years ago
- a2c785e Upgrade dependencies. (#1137) by Yang Song · 7 years ago
- 3f87460 remove triage-me label from template. by rahulpa · 7 years ago
- 5c6a904 Bump up the version to v0.22.0 by rahulpa · 7 years ago
- df6e200 Run go mod tidy before merging dev to master. by rahulpa · 7 years ago v0.21.0
- 9328d44 Remove deprecated exemplar package. (#1124) by Yang Song · 7 years ago
- beff310 Exemplar: Record with sampled SpanContext in gRPC plugin. (#1127) by Yang Song · 7 years ago
- 648e9a0 fix buckets in example/quickstart (#1132) by Han Kang · 7 years ago
- d00fa0c Added payload size to http server integration (#1129) by Alex Amies · 7 years ago
- 6161d2e Add support for Tag metadata (#1125) by rghetia · 7 years ago
- ed3a3f0 Move exporters out from core. (#1118) by Yang Song · 7 years ago
- c31d268 add constant labels to gauges and cumulative metrics (#1122) by Gustavo Silva Paiva · 7 years ago
- 3e65bcb update example to use log exporter. (#1128) by rghetia · 7 years ago
- 295a4b8 Add log exporter. (#1126) by rghetia · 7 years ago
- 0ac3701 Exemplar: Add new record APIs that take exemplar attachments and SpanContext key. (#1123) by Yang Song · 7 years ago
- 18733e4 remove Set method for cumulatives. (#1120) by rghetia · 7 years ago
- 9a306f3 fix typo in feature request template. (#1119) by rghetia · 7 years ago
- cc78dac update issue template. (#1117) by rghetia · 7 years ago
- 4651f24 Add description field to LabelKey (#1114) by rghetia · 7 years ago
- c82de26 add space between error and %v in gauge example. (#1116) by rghetia · 7 years ago
- 6bebf56 Fix comment received for #1110 after it was merged. (#1113) by rghetia · 7 years ago
- a7c47d3 Add derived gauge example. (#1110) by rghetia · 7 years ago
- 1c036df Fix TOC and some typos. (#1111) by rghetia · 7 years ago
- a209e58 Remove extraneous err check. (#1109) by Anand Desai · 7 years ago
- 5d1b8af Add gauges example. (#1107) by rghetia · 7 years ago
- aca3e8a Add support for metrics in prometheus exporter (#1105) by rghetia · 7 years ago
- ef4afeb fix race condition in reading record and updating record. (#1104) by rghetia · 7 years ago
- bf1b28d replace missing tag with empty values during metric export. (#1102) by rghetia · 7 years ago
- df5e771 Add support for cumulative. (#1090) by rghetia · 7 years ago
- 01ba744 Refactor gauge and registry to accommodate cumulative. (#1089) by rghetia · 7 years ago
- 75c0cca run go mod tidy after fixing dependency on google.golang.org/api (#1097) by rghetia · 7 years ago v0.20.x v0.20.2