Documentation ¶
Index ¶
- Constants
- func AgentId(agentId int64) zap.Field
- func CommitId(commitId string) zap.Field
- func Error(err error) zap.Field
- func Filename(filename string) zap.Field
- func GitRef(gitRef string) zap.Field
- func GrpcMethod(method string) zap.Field
- func GrpcService(service string) zap.Field
- func IsWebSocket(isWebSocket bool) zap.Field
- func KasUrl(kasUrl string) zap.Field
- func Kind(kind string) zap.Field
- func LevelFromString(levelStr string) (zapcore.Level, error)
- func ModuleName(name string) zap.Field
- 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 NewProductionEncoderConfig() zapcore.EncoderConfig
- func NoSync(w io.Writer) zapcore.WriteSyncer
- func NumberOfFilesSent(n uint32) zap.Field
- func NumberOfFilesVisited(n uint32) zap.Field
- func NumberOfTunnelFindRequests(n int) zap.Field
- func NumberOfTunnels(n int) zap.Field
- func PoolConnectionUrl(poolConnUrl string) zap.Field
- func ProjectId(projectId string) zap.Field
- func RedisKey(key []byte) zap.Field
- func RemovedHashKeys(n int) zap.Field
- func ReportName(name string) zap.Field
- func TokenLimit(limit uint64) zap.Field
- func TraceId(traceId trace.TraceID) zap.Field
- func TraceIdFromContext(ctx context.Context) zap.Field
- func U64Count(count uint64) zap.Field
- func Url(url string) zap.Field
- func UrlPath(url string) zap.Field
- func UrlPathPrefix(urlPrefix string) zap.Field
- func VulnerabilitiesCount(n int) zap.Field
- func WorkerId(workerId string) zap.Field
Constants ¶
View Source
const (
AgentConfig = "agent_config"
)
Variables ¶
This section is empty.
Functions ¶
func GrpcMethod ¶
func GrpcService ¶
func IsWebSocket ¶
func NetAddress ¶
func NetNetwork ¶
func NewProductionEncoderConfig ¶ added in v15.4.0
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 NumberOfFilesVisited ¶
func NumberOfTunnelFindRequests ¶ added in v15.6.0
func NumberOfTunnels ¶ added in v15.6.0
func PoolConnectionUrl ¶
func RemovedHashKeys ¶
func ReportName ¶
func UrlPathPrefix ¶
func VulnerabilitiesCount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.