1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/exporters/stdout/stdoutmetric
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
..
config.go stdoutmetric: Add WithWriter and WithPrettyPrint options (#4507) 2023-09-27 09:45:10 -05:00
doc.go Merge metric SDK development branch "new_sdk/main" into "main" (#3175) 2022-09-15 18:41:24 -07:00
encoder.go New stdoutmetric encoder with ignore timestamp (#3828) 2023-03-09 11:41:47 -08:00
example_test.go sdk/metric/metricdata: Add MarshalJSON for Extrema (#4827) 2024-02-01 09:58:42 -08:00
exporter_test.go stdoutmetric: Add WithWriter and WithPrettyPrint options (#4507) 2023-09-27 09:45:10 -05:00
exporter.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07: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