-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistence queue #861
Merged
jvoravong
merged 31 commits into
signalfx:main
from
VihasMakwana:persistent-queue-updated
Sep 6, 2023
Merged
Persistence queue #861
jvoravong
merged 31 commits into
signalfx:main
from
VihasMakwana:persistent-queue-updated
Sep 6, 2023
Conversation
This file contains 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
Delete .DS_Store Delete .DS_Store remove persistent queue from cluster receiver and gateway Delete .DS_Store Delete .DS_Store update .gitignore
…hangelog entry, remove from gitignore .DS_Store
Co-authored-by: jvoravong <47871238+jvoravong@users.noreply.github.com>
You did the work for logs and metrics. What about traces? Do they also need that support? Would you please add an example with persistence enabled so we can see what that looks like? |
atoulme
reviewed
Jul 27, 2023
helm-charts/splunk-otel-collector/templates/config/_otel-k8s-cluster-receiver-config.tpl
Outdated
Show resolved
Hide resolved
atoulme
reviewed
Jul 27, 2023
atoulme
reviewed
Jul 27, 2023
helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl
Outdated
Show resolved
Hide resolved
atoulme
reviewed
Jul 27, 2023
helm-charts/splunk-otel-collector/templates/config/_otel-k8s-cluster-receiver-config.tpl
Outdated
Show resolved
Hide resolved
atoulme
reviewed
Jul 27, 2023
helm-charts/splunk-otel-collector/templates/deployment-cluster-receiver.yaml
Outdated
Show resolved
Hide resolved
atoulme
reviewed
Jul 27, 2023
atoulme
reviewed
Jul 27, 2023
atoulme
reviewed
Jul 27, 2023
helm-charts/splunk-otel-collector/templates/config/_otel-k8s-cluster-receiver-config.tpl
Outdated
Show resolved
Hide resolved
VihasMakwana
force-pushed
the
persistent-queue-updated
branch
from
July 28, 2023 07:10
f30582e
to
f04cad1
Compare
VihasMakwana
force-pushed
the
persistent-queue-updated
branch
from
July 28, 2023 07:12
f04cad1
to
ab14b57
Compare
jvoravong
reviewed
Aug 23, 2023
jvoravong
reviewed
Aug 23, 2023
jvoravong
reviewed
Aug 23, 2023
helm-charts/splunk-otel-collector/templates/config/_otel-k8s-cluster-receiver-config.tpl
Outdated
Show resolved
Hide resolved
Co-authored-by: jvoravong <47871238+jvoravong@users.noreply.github.com>
dmitryax
reviewed
Aug 24, 2023
VihasMakwana
force-pushed
the
persistent-queue-updated
branch
from
August 29, 2023 19:29
5ff7489
to
4ba2577
Compare
VihasMakwana
force-pushed
the
persistent-queue-updated
branch
from
August 29, 2023 19:30
4ba2577
to
10c7488
Compare
dmitryax
reviewed
Aug 29, 2023
helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl
Outdated
Show resolved
Hide resolved
examples/disable-persistence-queue-logs/disable-persistence-queue-logs-values.yaml
Outdated
Show resolved
Hide resolved
helm-charts/splunk-otel-collector/templates/config/_otel-k8s-cluster-receiver-config.tpl
Outdated
Show resolved
Hide resolved
Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
dmitryax
reviewed
Sep 1, 2023
examples/disable-persistence-queue-traces/disable-persistence-queue-traces-values.yaml
Outdated
Show resolved
Hide resolved
examples/disable-persistence-queue-traces/disable-persistence-queue-traces-values.yaml
Outdated
Show resolved
Hide resolved
The PR LGTM overall. just couple nits |
dmitryax
reviewed
Sep 1, 2023
VihasMakwana
force-pushed
the
persistent-queue-updated
branch
from
September 2, 2023 12:49
6786a54
to
231277a
Compare
VihasMakwana
force-pushed
the
persistent-queue-updated
branch
from
September 3, 2023 13:13
875e36b
to
90b802d
Compare
@dmitryax I added functional tests covering persistent storage, I guess it's helpful. |
dmitryax
approved these changes
Sep 6, 2023
jvoravong
approved these changes
Sep 6, 2023
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.
Things included in this PR:
enable persistent queues configuration in the helm chart for an agent,
Don't enable the persistent queues for following scenarios:
Will add the same thing in the docs