Documentation
¶
Index ¶
- func NewSLSOutput() (output.Output, error)
- type SLSOutput
- func (c *SLSOutput) Start()
- func (c *SLSOutput) Stop()
- func (c *SLSOutput) WriteBatchAsync(configKey, targetKey, metricName string, array []*model.DetailData) error
- func (c *SLSOutput) WriteBatchV4(configKey, targetKey, metricName string, array []*model.DetailData, ...) error
- func (c *SLSOutput) WriteMetricsV1(metrics []*model.Metric, extension output.Extension)
- func (c *SLSOutput) WriteToSLS(configKey, targetKey string, table *model.Table, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSLSOutput ¶
Types ¶
type SLSOutput ¶
type SLSOutput struct {
// contains filtered or unexported fields
}
func (*SLSOutput) WriteBatchAsync ¶
func (c *SLSOutput) WriteBatchAsync(configKey, targetKey, metricName string, array []*model.DetailData) error
func (*SLSOutput) WriteBatchV4 ¶
func (c *SLSOutput) WriteBatchV4(configKey, targetKey, metricName string, array []*model.DetailData, _ *output.PeriodCompleteness) error
func (*SLSOutput) WriteMetricsV1 ¶
func (*SLSOutput) WriteToSLS ¶
Click to show internal directories.
Click to hide internal directories.