Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { confighttp.ServerConfig `mapstructure:",squash"` TimeThreshold int64 `mapstructure:"time_threshold"` }
Config - remote write
type PrometheusRemoteWriteReceiver ¶
type PrometheusRemoteWriteReceiver struct {
// contains filtered or unexported fields
}
PrometheusRemoteWriteReceiver - remote write
func NewReceiver ¶
func NewReceiver(settings receiver.Settings, config *Config, consumer consumer.Metrics) (*PrometheusRemoteWriteReceiver, error)
NewReceiver - remote write
Click to show internal directories.
Click to hide internal directories.