opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.31.0` -> `v4.31.2` | | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) |...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/proto/otlp](https://redirect.github.com/open-telemetry/opentelemetry-proto-go) | `v1.8.0` -> `v1.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING]...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.5.0` -> `v2.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING]...
**Is your feature request related to a problem? Please describe.** I want to limit HTTP servers to allowed or rejected IP ranges. **Describe the solution you'd like** Add options to...
## Description This PR adds an optional `display_name` field to metadata.yaml for human-readable component names, as requested in #14114. ## Changes - Added `display_name` field to metadata-schema.yaml - Updated Metadata...
Like open-telemetry/opentelemetry-collector#4522, but for v1.45.0/v0.139.0 **Performed by collector release manager** - [x] Prepare core release v1.45.0/v0.139.0 - [x] Tag and release core v1.45.0/v0.139.0 - [x] Prepare contrib release v0.139.0 -...
From @jaydeluca in #otel-ecosystem-explorer ([ref](https://cloud-native.slack.com/archives/C09N6DDGSPQ/p1761933616276329)): > i'm curious what you would think about the feasibility of introducing an optional "display_name" field to the collector metadata components? for example, the [basicauthextension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/basicauthextension)...
This issue is to investigate available tools for identifying performance changes at the component level - [ ] Capture a list of recent regressions or improvements - [ ] Identify...
### Problem Currently, we define `stability` as a group that typically includes only the `level` field. The only additional field used is `since`, which applies to the `deprecated` stability level....
**Is your feature request related to a problem? Please describe.** In some cases, I want to offer HTTP connection over a socket rather than a tcp port. **Describe the solution...