parca icon indicating copy to clipboard operation
parca copied to clipboard

Support for postponing data transfer between agent and server

Open pavolzibrita opened this issue 1 year ago • 1 comments

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.

pavolzibrita avatar Mar 28 '24 20:03 pavolzibrita

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!

brancz avatar Apr 09 '24 11:04 brancz