/Glimpse.ElasticSearch

A simple Glimpse plugin for ElasticSearch

Primary LanguageC#

Glimpse.ElasticSearch

Description

NuGet Build status Build Status

A simple Glimpse plugin for ElasticSearch. It shows queries and response times.

Usage

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);

Screenshot

Sample screenshot

TODO

(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.

Support

Create an issue here on GitHub, send me a message or fork the project and send me a pull request.