prometheus

package
v1.1.0-beta.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context) (*chi.Config, error)

Types

type Options

type Options struct {
	Enabled bool
	Route   string
}

Options struct which represents a prometheus plugin for chi.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath returns options from config path.

type Prometheus

type Prometheus struct {
	// contains filtered or unexported fields
}

func NewPrometheusWithConfigPath

func NewPrometheusWithConfigPath(path string) (*Prometheus, error)

func NewPrometheusWithOptions

func NewPrometheusWithOptions(options *Options) *Prometheus

func (*Prometheus) Register

func (d *Prometheus) Register(ctx context.Context) (*chi.Config, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL