Release v0.12.6
Changes since v0.12.2
Click to expand!
0a55998 Use NewReader for metrics reader init (#195)
321e549 Fix incorrect slice creation (#196)
3b40441 Add a metric batcher which preallocates batch sizes. (#194)
3a3e471 Fix proto import (#192)
7cac5ce Revert "Remove support for exporting ViewData (#188)" (#191)
211cb75 fix example to use new api to start and stop exporting. (#190)
4b7f306 Remove support for exporting ViewData (#188)
97b79b6 Rename ExportMetricsProtoSync to ExportMetricsProto (#189)
93f882d Remove the batching version for proto exporter (#187)
b0cbe77 Remove outdated option GetMonitoredResource (#186)
a8e01fd Remove mandatory opencensus_task label from node and respect metric prefix (#184)
6c1c12f Remove Gopkg support (#185)
7449e7d Fix unit for cumulative metrics and minor cleanups (#183)
7bb4fd6 Presanitize all the default keys and metric label keys. (#181)
270bb39 Small cleanup of the return values (#180)
9762c69 Set MetricKind and ValueType when sending TimeSeries (#182)
ffafe44 Cache seen resources for each export request (#179)
8a44032 Add an experimental API that exports metrics proto synchronously (#178)
bfde7f1 Add mapping for k8s node resource (#177)
bf39ce4 Upgrade dependencies in go.mod (#176)
5e806e0 Added mapping for kubernetes pod resource (#174)
6850d2e Upgrade dependencies in go.mod (#172)
655917a Use MetricServiceServer in fakeMetricService. (#168)
1aade25 Fix handling errors in when failing to upload metrics proto (#171)
e19adcf Don't use a timeout context when creating the metrics client. (#166)
09504ed print location detection error only when running on GCE. (#165)
0954e43 Remove unnecessary logging (#131)
91082ae Add resource translation readme file. (#163)