Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

onuralp/Glimpse.ElasticSearch

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Languages