Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricPrometheus ¶
type MetricPrometheus struct {
// contains filtered or unexported fields
}
func NewPrometheusMetrics ¶
func NewPrometheusMetrics(cfg MetricsPrometheusConfig) *MetricPrometheus
func (*MetricPrometheus) Init ¶
func (t *MetricPrometheus) Init(app interfaces.IService) error
func (*MetricPrometheus) Start ¶
func (t *MetricPrometheus) Start() error
func (*MetricPrometheus) Stop ¶
func (t *MetricPrometheus) Stop() error
type MetricStd ¶
type MetricStd struct {
// contains filtered or unexported fields
}
func NewMetricStd ¶
func NewMetricStd(cfg MetricStdConfig) *MetricStd
type MetricStdConfig ¶
type MetricsPrometheusConfig ¶
Click to show internal directories.
Click to hide internal directories.