Skip to content

Configuration local copy storage for agent

Describe the MR

Add the dump&restore action when handling the ProbeConfigurations on the agent side. The agent dumps the received ProbeConfigurations on disk right after receiving it, and tries to load from the disk if unable to read from the server.

Extra-care points?

A dedicated protobuf message has been created, and the toolset to compile it has been added to the repository.

Why was this MR needed?

Without this feature, an agent wouldn't be able to start if it can't reach the server right away.

Does this MR meet the acceptance criteria?

  • Documentation created/updated => not applicable
  • Unit Tests added/updated

What are the relevant issue numbers?

closes #74 (closed)

Edited by Julien Andrieux

Merge request reports