observability

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(name string, optFns ...deployOptionsFunc) framework.InstallFunc

func WithComponents

func WithComponents(components ...Component) deployOptionsFunc

func WithNamespace

func WithNamespace(namespace string) deployOptionsFunc

Types

type Component

type Component string
const (
	JaegerComponent     Component = "jaeger"
	PrometheusComponent Component = "prometheus"
	GrafanaComponent    Component = "grafana"
	LokiComponent       Component = "loki"
)

type Deployment

type Deployment interface {
	framework.Deployment
	Observability
}

type Observability

type Observability interface {
	ZipkinCollectorURL() string
	TracedServices() ([]string, error)
	Name() string
}

func From

func From(deploymentName string, cluster framework.Cluster) Observability

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL