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

#### Description This adds a string slice to pcommon, that will be used by the profiles pdata. #### Link to tracking issue Part of #10109. #### Testing This is unit-tested....

This PR adds the ability to configure asynchronous (observable) instruments via mdatagen. This requires providing a mechanism to set options to pass in the callbacks that will be called at...

Skip Changelog

### Description This is a PR that adds profiling support to collector. Relevant links: * [OTEP 239 — Introduces Profiling Data Model v2](https://github.com/open-telemetry/oteps/pull/239) ### State of this PR This is...

This PR follows https://github.com/open-telemetry/opentelemetry-collector/pull/10159 and uses the new mdatagen functionality to generate async metrics in the service.

#### Description Fixed the deadlink in mdatagen that would cause existing functionality to not work as expected. #### Link to tracking issue Fixes #10071

**Describe the bug** `mapstructure` will take any exported field and attempt to decode it. This includes non-tagged fields. > When decoding to a struct, mapstructure will use the field name...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/rs/cors](https://togithub.com/rs/cors) | `v1.10.1` -> `v1.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frs%2fcors/v1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
Stale
renovatebot

**Is your feature request related to a problem? Please describe.** I am interested in monitoring data loss which occurs when exporting data from one instance of the Collector to another,...

collector-telemetry

#### Description Disables cgo by default in the builder. I'm proposing this as a breaking change because I doubt it will affect many users, most of whom I expect to...

Stale

**Is your feature request related to a problem? Please describe.** When using the collector builder, the error message when modules are mismatched isn't very helpful. For example, I tried to...

area:pipeline
collector-telemetry
area:builder