profilestore

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GRPCForwarder added in v0.9.0

type GRPCForwarder struct {
	profilestorepb.UnimplementedProfileStoreServiceServer
	// contains filtered or unexported fields
}

GRPCForwarder forward profiles via gRPC to another Parca instance instead of storing the profiles locally in a database.

func NewGRPCForwarder added in v0.9.0

func NewGRPCForwarder(conn grpc.ClientConnInterface, logger log.Logger) *GRPCForwarder

func (*GRPCForwarder) WriteRaw added in v0.9.0

type ProfileColumnStore added in v0.11.0

type ProfileColumnStore struct {
	profilestorepb.UnimplementedProfileStoreServiceServer
	// contains filtered or unexported fields
}

func NewProfileColumnStore added in v0.11.0

func NewProfileColumnStore(
	logger log.Logger,
	tracer trace.Tracer,
	metastore metastorepb.MetastoreServiceClient,
	table *frostdb.Table,
	debugValueLog bool,
) *ProfileColumnStore

func (*ProfileColumnStore) WriteRaw added in v0.11.0

Jump to

Keyboard shortcuts

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