Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { Store *Store // contains filtered or unexported fields }
func NewExporter ¶
func (*Exporter) PrometheusHandler ¶
type Report ¶
type Report struct { Key string `json:"-"` Binding string `json:"binding"` SourceKind string `json:"source_kind"` TargetKind string `json:"target_kind"` RequestCount float64 `json:"request_count"` RequestVolume float64 `json:"request_volume"` ResponseCount float64 `json:"response_count"` ResponseVolume float64 `json:"response_volume"` ErrorsCount float64 `json:"errors_count"` }
Click to show internal directories.
Click to hide internal directories.