Inspired by the riak integration, I wanted to have better overviews for my non-Activerecord app about what queries are actually being issued. Also I found many HTTP requests not really quick to grasp and also showed then double my DynamoDB/OpenSearch requests.
Here is my integration for DynamoDB, for OpenSearch and better identification for requests.
I've put the information in the Wiki:
- DynamoDB Integration
- OpenSearch Integration
- Insightful NET HTTP Profiling
My question is if you are interested in integrating this in rack mini profiler by default? If not, maybe it's helpful for some other people.
Inspired by the riak integration, I wanted to have better overviews for my non-Activerecord app about what queries are actually being issued. Also I found many HTTP requests not really quick to grasp and also showed then double my DynamoDB/OpenSearch requests.
Here is my integration for DynamoDB, for OpenSearch and better identification for requests.
I've put the information in the Wiki:
My question is if you are interested in integrating this in rack mini profiler by default? If not, maybe it's helpful for some other people.