1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-14 02:33:21 +02:00
opentelemetry-go/metric
Tyler Yahn e3eb3f7538
Release v1.23.0/v0.45.1 (#4885)
* Bump versions.yaml

* Prepare stable-v1 for version v1.23.0

* Prepare experimental-metrics for version v0.45.1

* Update changelog

* Update CHANGELOG.md
2024-02-06 07:50:39 -08:00
..
embedded Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
noop Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
asyncint64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncint64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
config_test.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
config.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
doc.go metric: Typo fix in doc (#4608) 2023-10-12 09:34:32 +02:00
example_test.go Upgrade use of semconv to v1.24.0 (#4754) 2024-01-11 12:56:07 +01:00
go.mod Release v1.23.0/v0.45.1 (#4885) 2024-02-06 07:50:39 -08:00
go.sum dependabot updates Sun Dec 24 21:19:11 UTC 2023 (#4797) 2023-12-25 20:21:38 +01:00
instrument_test.go styleguide: tests goroutine leaks and naming (#4348) 2023-07-24 09:35:06 +02:00
instrument.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
meter.go Document f in RegisterCallback needs to be concurrent safe (#4251) 2023-06-27 14:27:18 -07:00
syncfloat64_test.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
syncfloat64.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
syncint64_test.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
syncint64.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00