modules

package
v11.1.4-modfix Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// All includes all modules necessary for Grafana to run as a standalone server
	All string = "all"

	Core                  string = "core"
	GrafanaAPIServer      string = "grafana-apiserver"
	StorageServer         string = "storage-server"
	InstrumentationServer string = "instrumentation-server"
)

Variables

This section is empty.

Functions

func New

func New(
	targets []string,
) *service

Types

type Engine

type Engine interface {
	Run(context.Context) error
	Shutdown(context.Context, string) error
}

type Manager

type Manager interface {
	RegisterModule(name string, fn initFn)
	RegisterInvisibleModule(name string, fn initFn)
}

Jump to

Keyboard shortcuts

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