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
func (s *GRPCForwarder) WriteRaw(ctx context.Context, req *profilestorepb.WriteRawRequest) (*profilestorepb.WriteRawResponse, error)
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
func (s *ProfileColumnStore) WriteRaw(ctx context.Context, req *profilestorepb.WriteRawRequest) (*profilestorepb.WriteRawResponse, error)
Click to show internal directories.
Click to hide internal directories.