opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

OpenTelemetry Collector

Results 925 opentelemetry-collector issues
Sort by recently updated
recently updated
newest added
trafficstars

This is in preparation for using mdatagen for component telemetry.

Skip Changelog

**Description:** NewDefault methods to all the exported structs in confighttp package **Link to tracking Issue:** closes #9655 **Testing:** Added test for the same. **Documentation:** godoc

The `component.Start` function returns an error. When is an error expected to be returned upon starting? Configuration validation happens outside of the lifecycle of the component. The error is handled...

area:component

This is a slice of #9750 focusing on removing the top level condition on unmarshaling structs.

**Describe the bug** This behavior _might_ be intended. However, if you write your own entrypoint into the collector, as I have, and you call `otelcol.Collector.DryRun()` with a goal of determining...

bug

#### Description This PR allows confmap to create logs, and then actually writes the logs out after the collector's real logger is instantiated. Example of the logger in action ```...

Skip Changelog

#### Description Add a test to help prevent our replace statements from going out of date and causing situations like https://github.com/open-telemetry/opentelemetry-collector/issues/10014. This is also probably just a decent test case...

**Is your feature request related to a problem? Please describe.** Edge Processor team at Splunk would like to make use of this internal component https://github.com/open-telemetry/opentelemetry-collector/blob/main/internal/sharedcomponent/sharedcomponent.go. This will help us build...

#### Description When running tests, waiting for `downloadModules()` to fail 3 times when that's expected adds time to the test run. This updates tests to only attempt downloading once. Note:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | minor | `1.21.6` -> `1.22.3` |...

dependencies
renovatebot