Documentation ¶
Index ¶
- type GRPCForwarder
- type ProfileColumnStore
- func (s *ProfileColumnStore) Agents(ctx context.Context, req *profilestorepb.AgentsRequest) (*profilestorepb.AgentsResponse, error)
- func (s *ProfileColumnStore) Export(ctx context.Context, req *otelgrpcprofilingpb.ExportProfilesServiceRequest) (*otelgrpcprofilingpb.ExportProfilesServiceResponse, error)
- func (s *ProfileColumnStore) Write(server profilestorepb.ProfileStoreService_WriteServer) error
- func (s *ProfileColumnStore) WriteRaw(ctx context.Context, req *profilestorepb.WriteRawRequest) (*profilestorepb.WriteRawResponse, error)
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 profilestorepb.UnimplementedAgentsServiceServer otelgrpcprofilingpb.UnimplementedProfilesServiceServer // contains filtered or unexported fields }
func NewProfileColumnStore ¶ added in v0.11.0
func NewProfileColumnStore( reg prometheus.Registerer, logger log.Logger, tracer trace.Tracer, ingester ingester.Ingester, schema *dynparquet.Schema, mem memory.Allocator, ) *ProfileColumnStore
func (*ProfileColumnStore) Agents ¶ added in v0.13.0
func (s *ProfileColumnStore) Agents(ctx context.Context, req *profilestorepb.AgentsRequest) (*profilestorepb.AgentsResponse, error)
func (*ProfileColumnStore) Export ¶ added in v0.22.0
func (s *ProfileColumnStore) Export(ctx context.Context, req *otelgrpcprofilingpb.ExportProfilesServiceRequest) (*otelgrpcprofilingpb.ExportProfilesServiceResponse, error)
func (*ProfileColumnStore) Write ¶ added in v0.22.0
func (s *ProfileColumnStore) Write(server profilestorepb.ProfileStoreService_WriteServer) error
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.