Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Appendable ¶
Appendable returns an Appender.
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves a Prometheus remote write receiving HTTP endpoint.
type Options ¶
type Options struct {
Receiver *Writer
ListenAddress string
Registry prometheus.Registerer
ReadyStorage *promtsdb.ReadyStorage
}
Options for the web Handler.
Click to show internal directories.
Click to hide internal directories.