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 various HTTP endpoints of the Prometheus server
type Options ¶
type Options struct { Receiver *receive.Receiver Context context.Context ListenAddress string MaxConnections int ReadTimeout time.Duration Registry prometheus.Registerer ReadyStorage *tsdb.ReadyStorage }
Options for the web Handler.
Click to show internal directories.
Click to hide internal directories.