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

**Is your feature request related to a problem? Please describe.** Invalid resource path(404) and Invalid HTTP method(405) should not be retried from the OTLP exporter. **Describe the solution you'd like**...

Signed-off-by: Nicholaswang Fixing a bug: When using limit_percentage config for memory_limiter, it can get an incorrect limit value since the memory.limit_in_bytes is set to unlimited, and it gets the memory...

**Current API(s):** Right now users can check for a specific flag by using `HasFlag` API, which hides some complicated logic of using bit operations, but requires multiple structs/types. ```golang //...

**Is your feature request related to a problem? Please describe.** It is sometimes necessary to convert signals from one signal type to another. Signal translations may be direct one-to-one operations,...

enhancement
priority:p2
release:after-ga
area:pipeline

#3615 improves reload behavior by failing with an error rather than hanging, if the config is invalid. This issue tracks creating an automated test to verify this going forward. ---...

good first issue
area:config

Like open-telemetry/opentelemetry-collector#4522, but for ~~v0.57.0~~ v0.57.2 Versions v0.57.0 and v0.57.1 had problems during the release: first, the tag didn't seem to reflect the actual "chore" commit, and then I just...

release

When a release is created and a commit is tagged by a version number in Github it currently triggers a build and uploads the resulting image to Dockerhub. We want...

help wanted
Stale

Fixes #5625 **Testing:** I have run: ```console make install-tools make make otelcorecol ``` After the otelcorecol binary was built, I ran it with a simple config: ```yaml exporters: logging: receivers:...

Stale