Alex Boten
Alex Boten
There was a [request](https://cloud-native.slack.com/archives/C0476L7UJT1/p1721630180857739) in the slack channel to produce a new release. This issue is to track and discuss this.
The specification states: > attribute_keys: This is, at a minimum, an allow-list of attribute keys for measurements captured in the metric stream. The allow-list contains attribute keys that identify the...
The following error occurs in the builder unit tests during the creation of the new release: https://github.com/open-telemetry/opentelemetry-collector/actions/runs/10571488001/job/29287662515?pr=10973 ``` --- FAIL: TestGetModules/Exporter_Not_in_Gomod (0.34s) main_test.go:651: Error Trace: /home/runner/work/opentelemetry-collector/opentelemetry-collector/cmd/builder/internal/builder/main_test.go:651 Error: Received unexpected error:...
I can add a note in the zpages documentation, note that the zpages extension already logs a warning if this happens _Originally posted by @codeboten in https://github.com/open-telemetry/opentelemetry-collector/pull/10892#discussion_r1729446799_
This is replaced by a LeveledMeterProvider method on the struct instead. This reduces the complexity from the view of component authors, in that there's no need to check the level...
This allows us to use the otel-go/config package to support configuring external destinations for logs. I'm putting this in draft to gather community feedback on whether this is a desirable...
Change the value of max_recv_msg_size_mib from uint64 to int to avoid a case where misconfiguration caused an integer overflow. Added a Validate function to configgrpc as part of this to...
Part of #10801
Not sure why there wasn't a `gogenerate` yet, but this allows running generate for groups the way other go* makefile targets do.