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.IEngine) 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 ¶
type TraceSentry ¶ added in v0.3.0
type TraceSentry struct {
// contains filtered or unexported fields
}
func NewTraceSentry ¶ added in v0.3.0
func NewTraceSentry(cfg TraceSentryConfig) *TraceSentry
func (*TraceSentry) Init ¶ added in v0.3.0
func (t *TraceSentry) Init(app interfaces.IEngine) error
func (*TraceSentry) Start ¶ added in v0.3.0
func (t *TraceSentry) Start() error
func (*TraceSentry) Stop ¶ added in v0.3.0
func (t *TraceSentry) Stop() error
type TraceSentryConfig ¶ added in v0.3.0
type TraceSentryConfig struct {
Name string `yaml:"name"`
}
type TraceStd ¶ added in v0.3.0
type TraceStd struct {
// contains filtered or unexported fields
}
func NewTraceStd ¶ added in v0.3.0
func NewTraceStd(cfg TraceStdConfig) *TraceStd
type TraceStdConfig ¶ added in v0.3.0
type TraceZipking ¶ added in v0.3.0
type TraceZipking struct {
// contains filtered or unexported fields
}
func NewTraceZipking ¶ added in v0.3.0
func NewTraceZipking(cfg TraceZipkingConfig) *TraceZipking
func (*TraceZipking) Init ¶ added in v0.3.0
func (t *TraceZipking) Init(app interfaces.IEngine) error
func (*TraceZipking) Start ¶ added in v0.3.0
func (t *TraceZipking) Start() error
func (*TraceZipking) Stop ¶ added in v0.3.0
func (t *TraceZipking) Stop() error
type TraceZipkingConfig ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.