optl

package
v0.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	JaegerTracing = "jaegertracing/all-in-one:latest"
	Collector     = "otel/opentelemetry-collector:latest"
)
View Source
const ConfigTemplate = `` /* 865-byte string literal not displayed */

Variables

View Source
var RequiredImages = []string{
	JaegerTracing,
	Collector,
}

Functions

This section is empty.

Types

type Extension

type Extension struct {
	// contains filtered or unexported fields
}

func NewExtension

func NewExtension(platform Platform) *Extension

func (*Extension) CheckTopology

func (n *Extension) CheckTopology()

func (*Extension) GenerateArtifacts

func (n *Extension) GenerateArtifacts()

func (*Extension) PostRun

func (n *Extension) PostRun(bool)

type Platform

type Platform interface {
	GetContext() api.Context
	ConfigDir() string
	NetworkID() string
	OPTL() bool
	OPTLPort() int
}

Jump to

Keyboard shortcuts

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