Versions in this module Expand all Collapse all v0 v0.1.0 Dec 14, 2023 v0.0.51 Dec 15, 2023 Changes in this version + var File_proto_observability_dependencies_proto protoreflect.FileDescriptor + var File_proto_observability_inventory_proto protoreflect.FileDescriptor + var File_proto_observability_logs_proto protoreflect.FileDescriptor + type DependencyGraphRequest struct + func (*DependencyGraphRequest) Descriptor() ([]byte, []int) + func (*DependencyGraphRequest) ProtoMessage() + func (x *DependencyGraphRequest) ProtoReflect() protoreflect.Message + func (x *DependencyGraphRequest) Reset() + func (x *DependencyGraphRequest) String() string + type GraphEdge struct + From string + To string + func (*GraphEdge) Descriptor() ([]byte, []int) + func (*GraphEdge) ProtoMessage() + func (x *GraphEdge) GetFrom() string + func (x *GraphEdge) GetTo() string + func (x *GraphEdge) ProtoReflect() protoreflect.Message + func (x *GraphEdge) Reset() + func (x *GraphEdge) String() string + type GraphNode struct + Id string + Value bool + func (*GraphNode) Descriptor() ([]byte, []int) + func (*GraphNode) ProtoMessage() + func (x *GraphNode) GetId() string + func (x *GraphNode) GetValue() bool + func (x *GraphNode) ProtoReflect() protoreflect.Message + func (x *GraphNode) Reset() + func (x *GraphNode) String() string + type GraphResponse struct + Edges []*GraphEdge + Nodes []*GraphNode + func (*GraphResponse) Descriptor() ([]byte, []int) + func (*GraphResponse) ProtoMessage() + func (x *GraphResponse) GetEdges() []*GraphEdge + func (x *GraphResponse) GetNodes() []*GraphNode + func (x *GraphResponse) ProtoReflect() protoreflect.Message + func (x *GraphResponse) Reset() + func (x *GraphResponse) String() string + type LogRequest struct + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*LogRequest) Descriptor() ([]byte, []int) + func (*LogRequest) ProtoMessage() + func (x *LogRequest) GetFrom() *timestamppb.Timestamp + func (x *LogRequest) GetTo() *timestamppb.Timestamp + func (x *LogRequest) ProtoReflect() protoreflect.Message + func (x *LogRequest) Reset() + func (x *LogRequest) String() string + type LogResponse struct + Groups []*agents.LogSessionGroup + func (*LogResponse) Descriptor() ([]byte, []int) + func (*LogResponse) ProtoMessage() + func (x *LogResponse) GetGroups() []*agents.LogSessionGroup + func (x *LogResponse) ProtoReflect() protoreflect.Message + func (x *LogResponse) Reset() + func (x *LogResponse) String() string + type ProjectInformationRequest struct + Project string + func (*ProjectInformationRequest) Descriptor() ([]byte, []int) + func (*ProjectInformationRequest) ProtoMessage() + func (x *ProjectInformationRequest) GetProject() string + func (x *ProjectInformationRequest) ProtoReflect() protoreflect.Message + func (x *ProjectInformationRequest) Reset() + func (x *ProjectInformationRequest) String() string