1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
Tyler Yahn 1e2555f380
Release v1.23.0-rc.1 (#4832)
* Update versions.yaml

Move experimental-metrics modules that are stbilizing to the stable-v1
module-set.

* Prepare stable-v1 for version v1.23.0-rc.1

* Update changelog
2024-01-18 12:26:17 -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-rc.1 (#4832) 2024-01-18 12:26:17 -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