A simple Glimpse plugin for ElasticSearch. It shows queries and response times.
You must add RequestHandler.OnRequestCompletedHandler to the OnRequestCompleted event when creating the ConnectionSettings. That's it.
var settings = new ConnectionSettings(connectionPool)
.OnRequestCompleted(RequestHandler.OnRequestCompletedHandler);
var client = new ElasticClient(settings);
(Feel free to pick something below.)
- Add nuspec file and push it to the nuget.
- Add a sample project about how to use.
- Write a blog post about this.
Create an issue here on GitHub, send me a message or fork the project and send me a pull request.