kronicler 0.1.2

Automatic performance capture and analysis for production applications in Python using a custom columnar database written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
// How many logs need to be in the queue before we write to the database
// Make configurable: https://github.com/JakeRoggenbuck/kronicler/issues/18
pub const DB_WRITE_BUFFER_SIZE: usize = 0;

pub const DATA_DIRECTORY: &str = ".kronicler_data";

pub const PAGE_SIZE: usize = 4096;

pub const CONSUMER_DELAY: u64 = 1; // Half a second