Open
Conversation
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
hilmarf
commented
Jan 19, 2026
hilmarf
commented
Jan 19, 2026
hilmarf
commented
Jan 19, 2026
hilmarf
commented
Jan 19, 2026
hilmarf
commented
Jan 19, 2026
hilmarf
commented
Jan 19, 2026
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
hilmarf
pushed a commit
that referenced
this pull request
Feb 3, 2026
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Added configuration schemas to following components: * carbonreceiver * chronyreceiver * ciscoosreceiver * cloudflarereceiver * cloudfoundryreceiver * collectdreceiver * couchdbreceiver * datadogreceiver * dockerstatsreceiver Schemas were generated with [schemagen](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/schemagen/README.md) script. Link to tracking issue open-telemetry#42214
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add connection tuning knobs to Redis storage config (timeouts, retry/backoff, ping timeout, pool timeout) with sensible defaults.
On startup, use the configured dial/read/write timeouts, ping for readiness, and retry with backoff, log attempts and return a clear failure when retries are exhausted.
Motivation
What changed
Testing
Compatibility / Breaking Changes
Documentation