1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-28 08:38:51 +02:00
opentelemetry-go/metric
Tyler Yahn 561714acb2
Drop support for Go 1.20 (#4967)
* Update README.md

* Remove 1.20 support from CI workflows

* Update all go mod

* Add changelog entry

* Update go mod tidy target

* Run go mod tidy

* Replace sliceEqualFunc with slices.EqualFunc

* Replace grow with slices.Grow

* Replace ensureAttributesCapacity with slices.Grow

* Replace conditional with min

* Use slices module for slice comparison in metricdatatest
2024-02-25 10:48:32 -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 Drop support for Go 1.20 (#4967) 2024-02-25 10:48:32 -08:00
go.sum Drop support for Go 1.20 (#4967) 2024-02-25 10:48:32 -08: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