Re: [prometheus-users] Import/Export asynchronously

2024-03-12 Thread Ben Kochie
If you can make outbound TCP connections, you can use remote write. On Tue, Mar 12, 2024 at 5:46 PM T F wrote: > Hello, > > I would like to monitor applications runing on several private client > network. > The only way to communicate with them is to use sftp. > We can run promotheus agent on cl

[prometheus-users] Import/Export asynchronously

2024-03-12 Thread T F
Hello, I would like to monitor applications runing on several private client network. The only way to communicate with them is to use sftp. We can run promotheus agent on client's node. How can I export to a file all collected data for a short period and then import that on our main promotheus ?