Documentation ¶
Index ¶
Constants ¶
View Source
const IstioInitContainerName = container.Name("istio-init")
View Source
const IstioSidecarContainerName = container.Name("istio-proxy")
Variables ¶
This section is empty.
Functions ¶
func SpanIDForDCService ¶ added in v0.10.24
func SpanIDForDCService(mn model.ManifestName) logstore.SpanID
Types ¶
type DockerComposeLogActionWriter ¶
type DockerComposeLogActionWriter struct {
// contains filtered or unexported fields
}
type DockerComposeLogManager ¶
type DockerComposeLogManager struct {
// contains filtered or unexported fields
}
Collects logs from running docker-compose services.
func NewDockerComposeLogManager ¶
func NewDockerComposeLogManager(dcc dockercompose.DockerComposeClient) *DockerComposeLogManager
type HardCancelReader ¶
type HardCancelReader struct {
// contains filtered or unexported fields
}
A reader that will stop returning data after its context has been canceled.
If any data is read from the underlying stream after the cancel happens, throw the data out.
func NewHardCancelReader ¶
func NewHardCancelReader(ctx context.Context, reader io.Reader) HardCancelReader
type PodLogActionWriter ¶
type PodLogManager ¶
type PodLogManager struct {
// contains filtered or unexported fields
}
Collects logs from deployed containers.
func NewPodLogManager ¶
func NewPodLogManager(kClient k8s.Client) *PodLogManager
type PodLogWatch ¶
type PodLogWatch struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.