opentelemetry-collector/consumer
Tyler Helmuth 1ad6912e6c
[chore] Prepare release v1.29.0/v0.123.0 (#12773)
The following commands were run to prepare this release:

make chlog-update VERSION=v1.29.0/v0.123.0
make prepare-release PREVIOUS_VERSION=1.28.1 RELEASE_CANDIDATE=1.29.0
MODSET=stable
make prepare-release PREVIOUS_VERSION=0.122.1 RELEASE_CANDIDATE=0.123.0
MODSET=beta
2025-03-31 18:44:04 +00:00
..
consumererror [chore] Prepare release v1.29.0/v0.123.0 (#12773) 2025-03-31 18:44:04 +00:00
consumertest [chore] Prepare release v1.29.0/v0.123.0 (#12773) 2025-03-31 18:44:04 +00:00
internal Avoid public APIs with internal params in custom Options (#11054) 2024-09-17 13:08:41 -07:00
xconsumer [chore] Prepare release v1.29.0/v0.123.0 (#12773) 2025-03-31 18:44:04 +00:00
Makefile [consumer] split consumer into its own module (#6557) 2022-11-16 13:20:02 -08:00
consumer.go Avoid public APIs with internal params in custom Options (#11054) 2024-09-17 13:08:41 -07:00
doc.go [chore] some doc changes to consumer package (#9150) 2023-12-19 16:02:25 -08:00
go.mod [chore] Prepare release v1.29.0/v0.123.0 (#12773) 2025-03-31 18:44:04 +00:00
go.sum Update module google.golang.org/protobuf to v1.36.6 (#12728) 2025-03-25 02:59:55 +00:00
logs.go Clarify that data cannot be accessed after Consume* func is called (#12284) 2025-02-06 16:50:29 +00:00
logs_test.go [chore]: enable require-error rule from testifylint (#11199) 2024-09-18 15:02:22 -07:00
metrics.go Clarify that data cannot be accessed after Consume* func is called (#12284) 2025-02-06 16:50:29 +00:00
metrics_test.go [chore]: enable require-error rule from testifylint (#11199) 2024-09-18 15:02:22 -07:00
package_test.go [chore] Enable goleak for all (passing) tests (#9173) 2024-01-03 08:35:58 -08:00
traces.go Clarify that data cannot be accessed after Consume* func is called (#12284) 2025-02-06 16:50:29 +00:00
traces_test.go [chore]: enable require-error rule from testifylint (#11199) 2024-09-18 15:02:22 -07:00