Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Release v0.12.8

Compare
Choose a tag to compare
@rghetia rghetia released this 30 Oct 18:53
· 48 commits to master since this release
9366d36

Changes since v0.12.7

9366d36 Add option to provide resource based on metric descriptor. (#231)
8033da9 Small optimization to avoid unnecesarry allocations. (#228)
9cc5395 add wrapper around ioutil.ReadFile. (#226)
3504ffa fix typo. (#225)
e2f5be5 Resource per metric (#224)
76f086b Unit test using input and output proto files (#223)
4339afa add resource detector test. (#219)
2798eee Apply timeout to each worker in metrics_proto export (#222)
633d9ea Set a minimum size for reqsChan in batcher (#221)
6f7321c Allow sending CreateTimeSeriesReq in multiple goroutines (#213)
717ac5c add test to handle multiple timeseries for Summary metrics. (#220)
7ea215e Enforce consistent logic for CreateMetricDescriptor for stats and metrics (#217)
e1ae7ed use localhost to prevent security pop-up on macos. (#216)
a3453a5 Unit test (#215)
470fd47 Fix convertSummaryMetrics (#214)
c4af412 Upgrade dependencies (#210)
c5e91fb Explicitly set HasValue to true for LabelValue (#209)
ac1282a Fix equivalence test (#208)
b2a517b Use endpoint instead of connection in equivalence_test (#207)
619996f Use complete address when return from create fake server (#206)
746b104 go mod tidy (#205)
71d3e05 Remove unnecessary comment, check errors for PushMetricsProto (#204)
d50bb4a Do not try to start trace exporter in TestExportTimeSeriesWithDifferentLabels (#203)
6ee7f96 Remove leading 0 in histogram buckets in example (#201)