Documentation
¶
Index ¶
- Variables
- type DependencyGraphRequest
- type GraphEdge
- type GraphNode
- type GraphResponse
- func (*GraphResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GraphResponse) GetEdges() []*GraphEdge
- func (x *GraphResponse) GetNodes() []*GraphNode
- func (*GraphResponse) ProtoMessage()
- func (x *GraphResponse) ProtoReflect() protoreflect.Message
- func (x *GraphResponse) Reset()
- func (x *GraphResponse) String() string
- type LogRequest
- func (*LogRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LogRequest) GetFrom() *timestamppb.Timestamp
- func (x *LogRequest) GetTo() *timestamppb.Timestamp
- func (*LogRequest) ProtoMessage()
- func (x *LogRequest) ProtoReflect() protoreflect.Message
- func (x *LogRequest) Reset()
- func (x *LogRequest) String() string
- type LogResponse
- type ProjectInformationRequest
- func (*ProjectInformationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectInformationRequest) GetProject() string
- func (*ProjectInformationRequest) ProtoMessage()
- func (x *ProjectInformationRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectInformationRequest) Reset()
- func (x *ProjectInformationRequest) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_observability_dependencies_proto protoreflect.FileDescriptor
View Source
var File_proto_observability_inventory_proto protoreflect.FileDescriptor
View Source
var File_proto_observability_logs_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DependencyGraphRequest ¶
type DependencyGraphRequest struct {
// contains filtered or unexported fields
}
func (*DependencyGraphRequest) Descriptor
deprecated
func (*DependencyGraphRequest) Descriptor() ([]byte, []int)
Deprecated: Use DependencyGraphRequest.ProtoReflect.Descriptor instead.
func (*DependencyGraphRequest) ProtoMessage ¶
func (*DependencyGraphRequest) ProtoMessage()
func (*DependencyGraphRequest) ProtoReflect ¶
func (x *DependencyGraphRequest) ProtoReflect() protoreflect.Message
func (*DependencyGraphRequest) Reset ¶
func (x *DependencyGraphRequest) Reset()
func (*DependencyGraphRequest) String ¶
func (x *DependencyGraphRequest) String() string
type GraphEdge ¶
type GraphEdge struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*GraphEdge) Descriptor
deprecated
func (*GraphEdge) ProtoMessage ¶
func (*GraphEdge) ProtoMessage()
func (*GraphEdge) ProtoReflect ¶
func (x *GraphEdge) ProtoReflect() protoreflect.Message
type GraphNode ¶
type GraphNode struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Value bool `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GraphNode) Descriptor
deprecated
func (*GraphNode) ProtoMessage ¶
func (*GraphNode) ProtoMessage()
func (*GraphNode) ProtoReflect ¶
func (x *GraphNode) ProtoReflect() protoreflect.Message
type GraphResponse ¶
type GraphResponse struct { Nodes []*GraphNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` Edges []*GraphEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*GraphResponse) Descriptor
deprecated
func (*GraphResponse) Descriptor() ([]byte, []int)
Deprecated: Use GraphResponse.ProtoReflect.Descriptor instead.
func (*GraphResponse) GetEdges ¶
func (x *GraphResponse) GetEdges() []*GraphEdge
func (*GraphResponse) GetNodes ¶
func (x *GraphResponse) GetNodes() []*GraphNode
func (*GraphResponse) ProtoMessage ¶
func (*GraphResponse) ProtoMessage()
func (*GraphResponse) ProtoReflect ¶
func (x *GraphResponse) ProtoReflect() protoreflect.Message
func (*GraphResponse) Reset ¶
func (x *GraphResponse) Reset()
func (*GraphResponse) String ¶
func (x *GraphResponse) String() string
type LogRequest ¶
type LogRequest struct { From *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` To *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*LogRequest) Descriptor
deprecated
func (*LogRequest) Descriptor() ([]byte, []int)
Deprecated: Use LogRequest.ProtoReflect.Descriptor instead.
func (*LogRequest) GetFrom ¶
func (x *LogRequest) GetFrom() *timestamppb.Timestamp
func (*LogRequest) GetTo ¶
func (x *LogRequest) GetTo() *timestamppb.Timestamp
func (*LogRequest) ProtoMessage ¶
func (*LogRequest) ProtoMessage()
func (*LogRequest) ProtoReflect ¶
func (x *LogRequest) ProtoReflect() protoreflect.Message
func (*LogRequest) Reset ¶
func (x *LogRequest) Reset()
func (*LogRequest) String ¶
func (x *LogRequest) String() string
type LogResponse ¶
type LogResponse struct { Groups []*agents.LogSessionGroup `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` // contains filtered or unexported fields }
func (*LogResponse) Descriptor
deprecated
func (*LogResponse) Descriptor() ([]byte, []int)
Deprecated: Use LogResponse.ProtoReflect.Descriptor instead.
func (*LogResponse) GetGroups ¶
func (x *LogResponse) GetGroups() []*agents.LogSessionGroup
func (*LogResponse) ProtoMessage ¶
func (*LogResponse) ProtoMessage()
func (*LogResponse) ProtoReflect ¶
func (x *LogResponse) ProtoReflect() protoreflect.Message
func (*LogResponse) Reset ¶
func (x *LogResponse) Reset()
func (*LogResponse) String ¶
func (x *LogResponse) String() string
type ProjectInformationRequest ¶
type ProjectInformationRequest struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*ProjectInformationRequest) Descriptor
deprecated
func (*ProjectInformationRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProjectInformationRequest.ProtoReflect.Descriptor instead.
func (*ProjectInformationRequest) GetProject ¶
func (x *ProjectInformationRequest) GetProject() string
func (*ProjectInformationRequest) ProtoMessage ¶
func (*ProjectInformationRequest) ProtoMessage()
func (*ProjectInformationRequest) ProtoReflect ¶
func (x *ProjectInformationRequest) ProtoReflect() protoreflect.Message
func (*ProjectInformationRequest) Reset ¶
func (x *ProjectInformationRequest) Reset()
func (*ProjectInformationRequest) String ¶
func (x *ProjectInformationRequest) String() string
Click to show internal directories.
Click to hide internal directories.