recordmetrics

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleFunc

HandleFunc returns the function which can handle the /recordmetrics API request.

Types

type Response

type Response struct {
	NumRecordsExported     int64 `json:"numRecordsExported,omitempty"`
	NumRecordsReceived     int64 `json:"numRecordsReceived,omitempty"`
	NumFlows               int64 `json:"numFlows,omitempty"`
	NumConnToCollector     int64 `json:"numConnToCollector,omitempty"`
	WithClickHouseExporter bool  `json:"withClickHouseExporter,omitempty"`
	WithS3Exporter         bool  `json:"withS3Exporter,omitempty"`
	WithLogExporter        bool  `json:"withLogExporter,omitempty"`
	WithIPFIXExporter      bool  `json:"withIPFIXExporter,omitempty"`
}

Response is the response struct of recordmetrics command.

func (Response) GetTableHeader

func (r Response) GetTableHeader() []string

func (Response) GetTableRow

func (r Response) GetTableRow(maxColumnLength int) []string

func (Response) SortRows

func (r Response) SortRows() bool

Jump to

Keyboard shortcuts

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