opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**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.
**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
Update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.48.0
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
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...
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...
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...
**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...