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 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)
Click to show internal directories.
Click to hide internal directories.