Documentation
¶
Index ¶
Constants ¶
View Source
const ( QueryServerAddr = serverKey + ".addr" QueryTimeout = queryKey + ".timeout" QueryHostsResolution = queryKey + ".hosts-resolution" QueryHostsResolverType = queryKey + ".hosts-resolver-type" QueryLog = queryKey + ".log" QueryKeepAlive = queryKey + ".keepalive" QueryStats = queryKey + ".stats" QueryStreaming = queryKey + ".streaming" QueryDBPath = dbKey + ".path" StoredQuery = "stored-query" LogLevel = loggingKey + ".level" DNSResolutionEnabled = dnsKey + ".enabled" DNSResolutionMaxRows = dnsKey + ".max-rows" DNSResolutionTimeout = dnsKey + ".timeout" SortBy = sortKey + ".by" SortAscending = sortKey + ".ascending" ResultsFormat = resultsKey + ".format" ResultsLimit = resultsKey + ".limit" MemoryMaxPct = memoryKey + ".max-pct" MemoryLowMode = memoryKey + ".low-mode" // Time First = "first" Last = "last" ProfilingOutputDir = profilingKey + ".output-dir" // Tracing propagation Traceparent = "traceparent" )
Definitions for command line parameters / arguments
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.