aries-askar icon indicating copy to clipboard operation
aries-askar copied to clipboard

Askar Performance Metrics

Open TheTechmage opened this issue 3 years ago • 1 comments

While working with @reflectivedevelopment, we have determined a need to gather performance metrics from Askar. Being able to toggle metrics on/off would help instill confidence to the codebase as well as help us to find where the actual performance issues lie (such as a slow postgres server rather than putting the blame on Askar). I am currently investigating different metric libraries, though I am new to the Rust landscape.

TheTechmage avatar Jun 02 '22 16:06 TheTechmage

I remember now that the original discussion was talking about using the datadog exporter for the opentelemetry project. https://crates.io/crates/opentelemetry Personally, I would prefer if things were more flexible than limiting to one plugin (possibly controlled via environment variables)

TheTechmage avatar Jun 03 '22 05:06 TheTechmage