prometheus

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Port - default 10001
	Port string `default:"10001"`
	// Endpoint - default /metrics
	Endpoint string `default:"/metrics"`
	// Enabled - default true
	Enabled bool `default:"true"`
}

func (*Config) Validate

func (c *Config) Validate() error

type Server

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

func New

func New(logger logger.Logger, config Config, serviceName string) *Server

func (*Server) Enabled

func (s *Server) Enabled() bool

func (*Server) IncrementRequestsCount

func (s *Server) IncrementRequestsCount(query, result string)

func (*Server) Name

func (s *Server) Name() string

func (*Server) Start

func (s *Server) Start(ctx context.Context) error

Start prometheus server

func (*Server) Stop

func (s *Server) Stop(ctx context.Context) error

Jump to

Keyboard shortcuts

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