1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-30 21:20:04 +02:00
opentelemetry-go/sdk/metric
Tyler Yahn c5b112f31b
Release v1.23.1/v0.43.2 (#4892)
* Bump versions.yaml

* Prepare stable-v1 for version v1.23.1

* Prepare experimental-metrics for version v0.45.2

* Add changes to changelog
2024-02-07 12:41:47 -08:00
..
internal Remove the Flush method from Exemplar (#4873) 2024-01-31 14:07:40 -08:00
metricdata sdk/metric/metricdata: Add MarshalJSON for Extrema (#4827) 2024-02-01 09:58:42 -08:00
aggregation_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
aggregation.go Add Base2ExponentialHistogram example (#4518) 2023-09-18 10:05:33 +02:00
benchmark_test.go Add the experimental exemplar feature (#4871) 2024-01-31 13:15:35 -08:00
cache_test.go sdk/metric: Fix goroutine leaks in tests (#4352) 2023-07-25 10:54:08 +02:00
cache.go Cache instruments so repeatedly creating identical instruments doesn't leak memory (#4820) 2024-01-24 07:42:43 -08:00
config_test.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07:00
config.go sdk/metric: Remove Reader.ForceFlush and ManualReader.ForceFlush (#4375) 2023-08-11 09:22:21 +02:00
doc.go Add and refine metrics examples (#4504) 2023-09-14 08:17:20 +02:00
env.go Support OTEL_METRIC_EXPORT_INTERVAL and OTEL_METRIC_EXPORT_TIMEOUT (#3763) 2023-02-24 09:26:47 -06:00
example_test.go Upgrade use of semconv to v1.24.0 (#4754) 2024-01-11 12:56:07 +01:00
exemplar.go Add the experimental exemplar feature (#4871) 2024-01-31 13:15:35 -08:00
EXPERIMENTAL.md Add the experimental exemplar feature (#4871) 2024-01-31 13:15:35 -08:00
exporter.go Document public metric SDK interfaces to remain stable (#4396) 2023-09-06 13:55:56 -07:00
go.mod Release v1.23.1/v0.43.2 (#4892) 2024-02-07 12:41:47 -08:00
go.sum dependabot updates Sun Jan 7 15:43:49 UTC 2024 (#4813) 2024-01-07 09:00:00 -08:00
instrument_test.go Replace internal aggregate Aggregator with Measure/ComputeAggregation and a Builder (#4304) 2023-07-17 16:15:50 +02:00
instrument.go sdk/metric: Fix observable not registered error when the asynchronous instrument has a drop aggregation (#4772) 2024-01-11 15:27:40 -08:00
instrumentkind_string.go Use inst ID for agg cache key (#4337) 2023-07-19 09:59:07 -07:00
manual_reader_test.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07:00
manual_reader.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
meter_test.go Fix callback registration bug (#4888) 2024-02-07 11:59:58 -08:00
meter.go Fix callback registration bug (#4888) 2024-02-07 11:59:58 -08:00
periodic_reader_test.go Fix data race in periodic reader tests (#4731) 2023-11-28 11:12:11 +01:00
periodic_reader.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07:00
pipeline_registry_test.go Implement WithExplicitBucketBoundaries option in the metric SDK (#4605) 2023-10-31 08:41:27 +01:00
pipeline_test.go Add the experimental exemplar feature (#4871) 2024-01-31 13:15:35 -08:00
pipeline.go Add the experimental exemplar feature (#4871) 2024-01-31 13:15:35 -08:00
provider_test.go sdk/metric: Fix goroutine leaks in tests (#4352) 2023-07-25 10:54:08 +02:00
provider.go sdk/metric: Remove Reader.ForceFlush and ManualReader.ForceFlush (#4375) 2023-08-11 09:22:21 +02:00
reader_test.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07:00
reader.go Fix typos in comments (#4553) 2023-09-26 10:05:53 +02:00
version_test.go added version.go and test file for issue 2143 (#3677) 2023-05-09 08:29:19 -07:00
version.go Release v1.23.1/v0.43.2 (#4892) 2024-02-07 12:41:47 -08:00
view_test.go Add and refine metrics examples (#4504) 2023-09-14 08:17:20 +02:00
view.go sdk/metric: Refine NewView wildcard comment (#4530) 2023-09-19 07:30:26 -07:00