Skip to content

Conversation

@LikeTheSalad
Copy link
Contributor

Closes #94

Final changes to fully add support for disk persistence of signals. I've also updated the docs to include information on how to use this new feature!

LikeTheSalad and others added 2 commits August 17, 2023 11:02
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>

public PersistenceConfiguration build() {
if (exportScheduler == null) {
exportScheduler = ExportScheduler.getDefault(60 * 60 * 1000); // Every hour by default
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the default for exporting data to the collector 60 minutes? 60 seconds should be more appropriate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong opinion about this, so if the iOS agent uses 60 seconds already then I'll do the same here to keep consistency!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's updated now

@LikeTheSalad LikeTheSalad merged commit ff3b662 into main Aug 22, 2023
@LikeTheSalad LikeTheSalad deleted the 94-temporarily-store-signals-in-disk branch August 22, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment