logfields

package
v1.25.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// NilGameServer is the value to show in logging when the GameServer is a nil value
	NilGameServer = "NilGameServer"
)

Variables

This section is empty.

Functions

func AugmentLogEntry

func AugmentLogEntry(base *logrus.Entry, resourceType ResourceType, resourceID string) *logrus.Entry

AugmentLogEntry creates derived log entry with a given resource identifier ("namespace/name")

Types

type ResourceType

type ResourceType string

ResourceType identifies the type of a resource for the purpose of putting it in structural logs.

const (
	GameServerKey           ResourceType = "gsKey"
	GameServerSetKey        ResourceType = "gssKey"
	GameServerAllocationKey ResourceType = "gsaKey"
	FleetKey                ResourceType = "fleetKey"
	FleetAutoscalerKey      ResourceType = "fasKey"
)

Identifiers used in logs for identifying Agones objects.

Jump to

Keyboard shortcuts

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