logz

package
v17.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 10 Imported by: 0

README

The logz package

The logz package should be used to re-use existing log fields (zap.Field) and helpers. New log fields can be added in case they don't drag in any new dependency. In case the log field requires a new dependency, you should define the log field name in fields.go and define the zap.Field helper in the module where it's used.

Log field names

Log field names must be in snake_case.

Documentation

Index

Constants

View Source
const (
	AgentConfig = "agent_config"
	ApplyEvent  = "apply_event"
)

Variables

This section is empty.

Functions

func AgentID

func AgentID(agentID int64) zap.Field

func CommitID

func CommitID(commitID string) zap.Field

func DurationInMilliseconds

func DurationInMilliseconds(duration time.Duration) zap.Field

func Error

func Error(err error) zap.Field

func GRPCMethod

func GRPCMethod(method string) zap.Field

func GRPCService

func GRPCService(service string) zap.Field

func GitRef

func GitRef(gitRef string) zap.Field

func GitRepositoryURL

func GitRepositoryURL(url string) zap.Field

func InventoryName

func InventoryName(name string) zap.Field

func InventoryNamespace

func InventoryNamespace(namespace string) zap.Field

func IsWebSocket

func IsWebSocket(isWebSocket bool) zap.Field

func K8sGroup

func K8sGroup(groupName string) zap.Field

func K8sObjectName

func K8sObjectName(name string) zap.Field

func K8sResource

func K8sResource(resourceName string) zap.Field

func KASURL

func KASURL(kasURL string) zap.Field

func LevelFromString

func LevelFromString(levelStr string) (zapcore.Level, error)

func ModuleName

func ModuleName(name string) zap.Field

GitLab-kas or agentk module name.

func NamespacedName

func NamespacedName(n string) zap.Field

func NetAddress

func NetAddress(listenAddress string) zap.Field

func NetAddressFromAddr

func NetAddressFromAddr(addr net.Addr) zap.Field

func NetNetwork

func NetNetwork(listenNetwork string) zap.Field

func NetNetworkFromAddr

func NetNetworkFromAddr(addr net.Addr) zap.Field

func NewProductionEncoderConfig

func NewProductionEncoderConfig() zapcore.EncoderConfig

func NoSync

func NoSync(w io.Writer) zapcore.WriteSyncer

NoSync can be used to wrap a io.Writer that implements zapcore.WriteSyncer but does not actually support the Sync() operation. An example is os.Stderr that returns "sync /dev/stderr: inappropriate ioctl for device" on sync attempt.

func NumberOfFilesSent

func NumberOfFilesSent(n uint32) zap.Field

func NumberOfFilesVisited

func NumberOfFilesVisited(n uint32) zap.Field

func ObjectKey

func ObjectKey(obj interface{}) zap.Field

func PayloadSizeInBytes

func PayloadSizeInBytes(size int) zap.Field

func PodLog

func PodLog(podLog string) zap.Field

func PodName

func PodName(podName string) zap.Field

func PodStatus

func PodStatus(podStatus string) zap.Field

func PoolConnectionURL

func PoolConnectionURL(poolConnURL string) zap.Field

func ProjectID

func ProjectID(projectID string) zap.Field

ProjectID is the human-readable GitLab project path (e.g. gitlab-org/gitlab).

func ProjectsToReconcile

func ProjectsToReconcile(p []string) zap.Field

func ProtoJSONValue

func ProtoJSONValue(key string, value proto.Message) zap.Field

func RedisKey

func RedisKey(key []byte) zap.Field

Use for any keys in Redis.

func RemovedHashKeys

func RemovedHashKeys(n int) zap.Field

func RequestID

func RequestID(requestID string) zap.Field

func StatusCode

func StatusCode(code int32) zap.Field

func TargetNamespace

func TargetNamespace(namespace string) zap.Field

func TokenLimit

func TokenLimit(limit uint64) zap.Field

Use for any integer counters.

func TraceID

func TraceID(traceID trace.TraceID) zap.Field

func TraceIDFromContext

func TraceIDFromContext(ctx context.Context) zap.Field

func TunnelsByAgent

func TunnelsByAgent(numTunnels int) zap.Field

func U64Count

func U64Count(count uint64) zap.Field

Use for any integer counters.

func URL

func URL(url string) zap.Field

func URLPath

func URLPath(url string) zap.Field

func URLPathPrefix

func URLPathPrefix(urlPrefix string) zap.Field

func VulnerabilitiesCount

func VulnerabilitiesCount(n int) zap.Field

func WorkspaceDataCount

func WorkspaceDataCount(count int) zap.Field

func WorkspaceName

func WorkspaceName(name string) zap.Field

func WorkspaceNamespace

func WorkspaceNamespace(namespace string) zap.Field

Types

This section is empty.

Jump to

Keyboard shortcuts

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