requestlogger

package
v0.0.0-...-d425aa1 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(logger *zap.Logger, opts ...Option) func(h http.Handler) http.Handler

Types

type ContextFunc

type ContextFunc func(fields []config.CustomAttribute, panic any, r *http.Request, rh *http.Header) []zapcore.Field

type IPAnonymizationConfig

type IPAnonymizationConfig struct {
	Enabled bool
	Method  IPAnonymizationMethod
}

Option provides a functional approach to define configuration for a handler; such as setting the logging whether to print stack traces on panic.

type IPAnonymizationMethod

type IPAnonymizationMethod string
const (
	Hash   IPAnonymizationMethod = "hash"
	Redact IPAnonymizationMethod = "redact"
)

type Option

type Option func(handler *handler)

Option provides a functional approach to define configuration for a handler; such as setting the logging whether to print stack traces on panic.

func WithAnonymization

func WithAnonymization(ipConfig *IPAnonymizationConfig) Option

func WithAttributes

func WithAttributes(attributes []config.CustomAttribute) Option

func WithDefaultOptions

func WithDefaultOptions() Option

func WithFields

func WithFields(fields ...zapcore.Field) Option

func WithFieldsHandler

func WithFieldsHandler(fn ContextFunc) Option

func WithNoTimeField

func WithNoTimeField() Option

type SubgraphAccessLogger

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

func NewSubgraphAccessLogger

func NewSubgraphAccessLogger(logger *zap.Logger, opts SubgraphOptions) *SubgraphAccessLogger

func (*SubgraphAccessLogger) Info

func (h *SubgraphAccessLogger) Info(message string, fields []zap.Field)

func (*SubgraphAccessLogger) RequestFields

func (h *SubgraphAccessLogger) RequestFields(respInfo *resolve.ResponseInfo, subgraphFields []zap.Field) []zap.Field

type SubgraphOptions

type SubgraphOptions struct {
	IPAnonymizationConfig *IPAnonymizationConfig
	FieldsHandler         ContextFunc
	Fields                []zapcore.Field
	Attributes            []config.CustomAttribute
}

Jump to

Keyboard shortcuts

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