commands

package
v0.0.0-...-35f8f08 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrafanaAnalyseCommand

type GrafanaAnalyseCommand struct {
	// contains filtered or unexported fields
}

func (*GrafanaAnalyseCommand) Register

func (cmd *GrafanaAnalyseCommand) Register(app *kingpin.Application)

type LoggerConfig

type LoggerConfig struct {
	Level string
}

func (*LoggerConfig) Register

func (l *LoggerConfig) Register(app *kingpin.Application)

Register configures log related flags

type MetricCount

type MetricCount struct {
	Metric string `string:"metric"`
	Count  int    `int:"count"`
}

type MetricsInPrometheus

type MetricsInPrometheus struct {
	TotalActiveSeries int           `json:"total_active_series"`
	MetricCounts      []MetricCount `json:"metric_counts"`
}

type PrometheusAnalyseCommand

type PrometheusAnalyseCommand struct {
	// contains filtered or unexported fields
}

func (*PrometheusAnalyseCommand) Register

func (cmd *PrometheusAnalyseCommand) Register(app *kingpin.Application)

Jump to

Keyboard shortcuts

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