models

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Group          string      `json:"group"`
	Name           string      `json:"name"`
	Open           interface{} `json:"isCircuitBreakerOpen"`
	MeanLatency    int64       `json:"latencyExecute_mean"`
	LatencieTotals Latencies   `json:"latencyTotal"`
}

Data Hystrix main data type

type Latencies

type Latencies struct {
	L0   int64 `json:"0"`
	L25  int64 `json:"25"`
	L50  int64 `json:"50"`
	L75  int64 `json:"75"`
	L90  int64 `json:"90"`
	L95  int64 `json:"95"`
	L99  int64 `json:"99"`
	L995 int64 `json:"99.5"`
	L100 int64 `json:"100"`
}

Latencies of a circuit

Jump to

Keyboard shortcuts

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