solr

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2019 License: GPL-3.0 Imports: 11 Imported by: 1

README

solr

Module monitors solr request handler statistics.

Requirement:

  • SOLR version 6.4+

Following charts are drawn (per core):

  1. Search Requests in requests/s
  • search
  1. Search Errors in errors/s
  • errors
  1. Search Errors By Type in errors/s
  • client
  • server
  • timeout
  1. Search Requests Processing Time in milliseconds
  • time
  1. Search Requests Timings in milliseconds
  • min
  • median
  • mean
  • max
  1. Search Requests Processing Time Percentile in milliseconds
  • p75
  • p95
  • p99
  • p999
  1. Update Requests in requests/s
  • update
  1. Update Errors in errors/s
  • errors
  1. Update Errors By Type in errors/s
  • client
  • server
  • timeout
  1. Update Requests Processing Time in milliseconds
  • time
  1. Update Requests Timings in milliseconds
  • min
  • median
  • mean
  • max
  1. Update Requests Processing Time Percentile in milliseconds
  • p75
  • p95
  • p99
  • p999
configuration
jobs:
  - name: local
    url : http://localhost:8983
      
  - name: remote
    url : http://100.64.0.1:8983

When no configuration file is found, module tries to connect to: localhost:8983.


Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Charts

type Charts = module.Charts

Charts is an alias for module.Charts

type Config added in v0.5.0

type Config struct {
	web.HTTP `yaml:",inline"`
}

Config is the Solr module configuration.

type Dims

type Dims = module.Dims

Dims is an alias for module.Dims

type Solr

type Solr struct {
	module.Base
	Config `yaml:",inline"`
	// contains filtered or unexported fields
}

Solr solr module

func New

func New() *Solr

New creates Solr with default values

func (*Solr) Charts

func (s *Solr) Charts() *Charts

Charts creates Charts

func (*Solr) Check

func (s *Solr) Check() bool

Check makes check

func (Solr) Cleanup

func (Solr) Cleanup()

Cleanup makes cleanup

func (*Solr) Collect

func (s *Solr) Collect() map[string]int64

Collect collects metrics

func (*Solr) Init

func (s *Solr) Init() bool

Init makes initialization

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL