Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogsService ¶
type LogsService struct {
// contains filtered or unexported fields
}
Integrate logs management with internal permissions and kubernetes RBAC
func NewLogsService ¶
func NewLogsService(repo repositories.RepositoriesInterface, k8sClient *k8s.KubeClient, lokiQuerier *loki.LokiLogQuerier) *LogsService
func (*LogsService) QueryLogs ¶
func (self *LogsService) QueryLogs(ctx context.Context, requesterUserID uuid.UUID, input *models.LogQueryInput) ([]loki.LogEvent, error)
func (*LogsService) StreamLogs ¶
Click to show internal directories.
Click to hide internal directories.