lightstep

package
v0.0.212 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Package__v8ttgu = &core.Package{
		PackageName: "namespacelabs.dev/foundation/universe/monitoring/lightstep",
	}

	Provider__v8ttgu = core.Provider{
		Package:     Package__v8ttgu,
		Instantiate: makeDeps__v8ttgu,
	}

	Initializers__v8ttgu = []*core.Initializer{
		{
			Package: Package__v8ttgu,
			Before:  []string{"namespacelabs.dev/foundation/std/monitoring/tracing"},
			Do: func(ctx context.Context, di core.Dependencies) error {
				return di.Instantiate(ctx, Provider__v8ttgu, func(ctx context.Context, v interface{}) error {
					return Prepare(ctx, v.(ExtensionDeps))
				})
			},
		},
	}
)

Functions

func Prepare

func Prepare(ctx context.Context, deps ExtensionDeps) error

Types

type ExtensionDeps

type ExtensionDeps struct {
	OpenTelemetry tracing.Exporter
}

Dependencies that are instantiated once for the lifetime of the extension.

Jump to

Keyboard shortcuts

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