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

**Description:** Add `AllowedIPRanges` (`allowed_ip_ranges`) and `DeniedIPRanges` (`denied_ip_ranges`) to `confighttp.HTTPServerOptions`. **Link to tracking Issue:** Fixes #8798 **Testing:** Unit tests. **Documentation:** README and docs.

Stale

**Description:** Add `include_system_ca_certs_pool` to configtls, allowing to load system certs and additional custom certs. **Link to tracking Issue:** Fixes #7774 **Testing:** UTs **Documentation:** Added to README

**Description:** Add metrics support to contract checker

**Description:** Deprecate ScraperControllerSettings, use ~Scraper~ControllerConfig instead **Link to tracking Issue:** #6767

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://togithub.com/open-telemetry/opentelemetry-go-contrib) | `v0.47.0` -> `v0.48.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fgoogle.golang.org%2fgrpc%2fotelgrpc/v0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
renovatebot

Following the discussion https://github.com/open-telemetry/opentelemetry-collector/pull/8853#discussion_r1435671202 As part of https://github.com/open-telemetry/opentelemetry-collector/issues/8122, the batching capability is moved to the exporter side. The batch sizes are configured in terms of items by default. The current...

discussion-needed
release:required-for-ga
area:exporter

The meter name (that is translated into scope name) is currently inconsistent in this repository. Some components instantiate a meter with a short form like the following, which is consistent...

**Description:** Revival of https://github.com/open-telemetry/opentelemetry-collector/pull/7439 This explores one possible way to allow adding metadata to errors returned from consumers. The goal here is to allow transmitting more data back up the...

release:required-for-ga

Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases: - [ ] No...

stabilization

**Description:** Follows https://github.com/open-telemetry/opentelemetry-collector/pull/9443, relates to https://github.com/open-telemetry/opentelemetry-collector/pull/9513. This builds on https://github.com/open-telemetry/opentelemetry-collector/pull/9228 to demonstrate the concept. This shows one way of extending the otelcol APIs to allow passing converters and providers from...