Documentation
¶
Index ¶
- Constants
- func AgentId(agentId int64) zap.Field
- func CommitId(commitId string) zap.Field
- func CorrelationId(correlationId string) zap.Field
- func CorrelationIdFromContext(ctx context.Context) zap.Field
- func IsWebSocket(isWebSocket bool) zap.Field
- func LevelFromString(levelStr string) (zapcore.Level, error)
- func LoggerWithLevel(level zapcore.LevelEnabler) *zap.Logger
- func NetAddress(listenAddress string) zap.Field
- func NetAddressFromAddr(addr net.Addr) zap.Field
- func NetNetwork(listenNetwork string) zap.Field
- func NetNetworkFromAddr(addr net.Addr) zap.Field
- func ProjectId(projectId string) zap.Field
- func ProjectPath(projectPath string) zap.Field
- func RedisKey(key []byte) zap.Field
- func SentryDSN(sentryDSN string) zap.Field
- func SentryEnv(sentryEnv string) zap.Field
- func TokenLimit(limit uint64) zap.Field
- func U64Count(count uint64) zap.Field
- func UrlPath(urlPath string) zap.Field
Constants ¶
View Source
const ( AgentConfig = "agent_config" // EngineResourceKey is GitOps Engine's kube.ResourceKey. EngineResourceKey = "resource_key" // EngineResourceKey is GitOps Engine's synchronization result message. EngineSyncResult = "sync_result" )
These constants are for type-safe zap field helpers that are not here to: - avoid adding a dependency or - because they are not generally useful. Field names are here to make it possible to see all field names that are in use.
Variables ¶
This section is empty.
Functions ¶
func CorrelationId ¶
func IsWebSocket ¶
func LoggerWithLevel ¶
func LoggerWithLevel(level zapcore.LevelEnabler) *zap.Logger
func NetAddress ¶
func NetNetwork ¶
func ProjectPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.