Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
Options prometheus plugin for echo server options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals options based a given key path.
type Prometheus ¶
type Prometheus struct {
// contains filtered or unexported fields
}
Prometheus represents prometheus plugin for echo server.
func NewPrometheus ¶
func NewPrometheus() *Prometheus
NewPrometheus returns a new prometheus plugin with default options.
func NewPrometheusWithConfigPath ¶
func NewPrometheusWithConfigPath(path string) (*Prometheus, error)
NewPrometheusWithConfigPath returns a new prometheus plugin with options from config path.
func NewPrometheusWithOptions ¶
func NewPrometheusWithOptions(options *Options) *Prometheus
NewPrometheusWithOptions returns a new prometheus plugin with options.
Click to show internal directories.
Click to hide internal directories.