Add storage to otlp reciver - #3
Open
MJarmo wants to merge 33 commits into
Open
Conversation
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
MJarmo
force-pushed
the
AddStorageToOTLPREciver
branch
2 times, most recently
from
September 29, 2025 10:05
60daf98 to
40f7bc3
Compare
MJarmo
force-pushed
the
AddStorageToOTLPREciver
branch
from
October 7, 2025 09:26
27e99c1 to
318de4f
Compare
MJarmo
force-pushed
the
AddStorageToOTLPREciver
branch
from
October 16, 2025 13:47
06ffb75 to
b5eaa4b
Compare
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
hilmarf
marked this pull request as ready for review
November 21, 2025 14:57
hilmarf
force-pushed
the
main
branch
2 times, most recently
from
July 30, 2026 12:48
92b5c2e to
747e518
Compare
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.
Add persistent storage support to OTLP receiver
Summary
Introduces persistent storage support for the OTLP receiver to persist incoming telemetry (logs/traces/metrics) before export.
Goal
Prevent losing logs on high load/temporary backend outages by persisting queued telemetry.
Key changes
Motivation
Behavioral notes
Testing performed
How to validate
Compatibility / Migration
Request for reviewers
Related