...

Package logfields

import "github.com/Microsoft/hcsshim/internal/logfields"
Overview
Index

Overview ▾

Index ▾

Package files

fields.go

Constants

const (
    Name      = "name"
    Namespace = "namespace"
    Operation = "operation"

    ID          = "id"
    SandboxID   = "sid"
    ContainerID = "cid"
    ExecID      = "eid"
    ProcessID   = "pid"
    TaskID      = "tid"
    UVMID       = "uvm-id"

    File  = "file"
    Path  = "path"
    Bytes = "bytes"
    Pipe  = "pipe"

    Attempt = "attemptNo"
    JSON    = "json"

    StartTime = "startTime"
    EndTime   = "endTime"
    Duration  = "duration"
    Timeout   = "timeout"

    Field         = "field"
    Key           = "key"
    OCIAnnotation = "oci-annotation"
    Value         = "value"
    Options       = "options"

    ExpectedType = "expected-type"
    Bool         = "bool"
    Uint32       = "uint32"
    Uint64       = "uint64"

    VMShimOperation = "vmshim-op"

    TraceID      = "traceID"
    SpanID       = "spanID"
    ParentSpanID = "parentSpanID"
)