serverdebugimpl

package
v0.0.0-...-8859884 Latest Latest
Warning

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

Go to latest
Published: May 1, 2026 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package serverdebugimpl implements a component to run the dogstatsd server debug

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatDebugStats

func FormatDebugStats(stats []byte) (string, error)

FormatDebugStats returns a printable version of debug stats.

func NewServerlessServerDebug

func NewServerlessServerDebug(cfg model.Reader) serverdebug.Component

NewServerlessServerDebug creates a new instance of serverDebug.Component

Types

type Provides

type Provides struct {
	compdef.Out

	Comp serverdebug.Component
}

Provides defines the output of the serverDebug component.

func NewComponent

func NewComponent(deps Requires) Provides

NewComponent creates a new instance of the serverDebug component.

type Requires

type Requires struct {
	compdef.In

	Log    log.Component
	Config configComponent.Component
}

Requires defines the dependencies for the serverDebug component.

Jump to

Keyboard shortcuts

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