Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "hubble", "Exposes the Observer gRPC API and Hubble metrics", Core, certloaderGroup, exportercell.Cell, parsercell.Cell, metricscell.Cell, )
The top-level Hubble cell, implements several Hubble subsystems: reports pod network drops to k8s, Hubble flows based prometheus metrics, flows logging and export, and a couple of local and tcp gRPC servers.
View Source
var Core = cell.Group( cell.Provide(newHubbleIntegration), cell.Config(defaultConfig), )
The core cell group, which contains the Hubble integration and the Hubble integration configuration isolated from the dependency graph will enable us to run hubble with a different dataplane
Functions ¶
This section is empty.
Types ¶
type HubbleIntegration ¶
Click to show internal directories.
Click to hide internal directories.