Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultTimeRangeSeconds = 300 DefaultLimit = 100 DefaultRecordType = "flowLog" DefaultPacketLoss = "all" DefaultDataSource = "auto" DefaultMetricType = "Bytes" DefaultMetricFunction = "rate" DefaultAggregateBy = "namespace" DefaultRateInterval = "1m" DefaultStep = "30s" DefaultExportFormat = "csv" DefaultExportMaxBodyBytes = 2 << 20 // 2 MiB )
View Source
const ( NetObservFlowsEndpoint = "/api/loki/flow/records" NetObservFlowMetricsEndpoint = "/api/flow/metrics" NetObservExportFlowsEndpoint = "/api/loki/export" )
Variables ¶
This section is empty.
Functions ¶
func InitExportFlows ¶
func InitExportFlows() []api.ServerTool
func InitGetFlowMetrics ¶
func InitGetFlowMetrics() []api.ServerTool
func InitListFlows ¶
func InitListFlows() []api.ServerTool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.