Manoj Srivastava

Results 8 comments of Manoj Srivastava

I'm biased, but I'd like the admin_user branch in. I am no longer traveling, so I can work through the remaining (mostly python newbie) issues

I have updated the design document with a new binary format section using the openmetrics suggested formats, and moved the previous binary protocl segment into the alternative considered section. the...

https://docs.google.com/document/d/1RZ7YAO6lWcDDvevzxFGVDgv4UQpdgWoT7OCP9Vpb2CU/edit?usp=sharing

I have an initial stalking horse commit that implements the data structures in the design docs, and has unit tests to the avl tree used in the structures. I think...

I have an initial proposal for how to convert from the current value_list_t data structure to the proposed new single data source metrics_t format https://docs.google.com/document/d/1B4drbdkPoXvMFrBx57cnKtDgeehQ1zkptq9Ozx7MnG8/edit?usp=sharing

I have added a commit to my metric label support branch that adds conversion from the old value_list_t --> metric_list_t format, This it one milestone along the way to full...

Added a commit with utility functions for cloning and freeing the new metric, identity and metadata list head data structures that will be used by the helper functions that enqueue...

Added another commit along the way: [metric-label-support]: Modify write queue to use metric_t This commit adds an updated write queue data structure, and updates the enqueue and dequeue calling paths....