profilego

package module
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 6 Imported by: 1

README

profilego

GitHub tag (with filter) Go Reference Maintainability

Library I've come up with in order unify way my apps implement profiling.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(config ProfileGoConfig, additionalAttrs ...any) error

Types

type ProfileGoConfig

type ProfileGoConfig struct {
	ApplicationName string
	ServerAddress   string
	Type            string
	Tags            map[string]string
}

type ProfilingLogger

type ProfilingLogger struct{}

func (ProfilingLogger) Debugf

func (p ProfilingLogger) Debugf(msg string, params ...interface{})

func (ProfilingLogger) Errorf

func (p ProfilingLogger) Errorf(msg string, params ...interface{})

func (ProfilingLogger) Infof

func (p ProfilingLogger) Infof(msg string, params ...interface{})

Jump to

Keyboard shortcuts

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