Skip to content
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

Support for postponing data transfer between agent and server #4429

Open
pavolzibrita opened this issue Mar 28, 2024 · 1 comment
Open

Support for postponing data transfer between agent and server #4429

pavolzibrita opened this issue Mar 28, 2024 · 1 comment

Comments

@pavolzibrita
Copy link

In some cases it is not easy to ensure or create connection between agent and server. It would be great if agent can log the data locally, the data could be later transferred were they can be processed (e.g. to s3), and then some other process could upload the data to the server.

So a data line like this: parca agent -> local disk -> move to s3 -> parca uploader (from s3 to server) -> parca server.

@brancz
Copy link
Member

brancz commented Apr 9, 2024

The parca server can handle out of order inserts just fine, so just creating a log from parca-agent would already be sufficient. I like this idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants