Versions in this module Expand all Collapse all v2 v2.5.2 Apr 27, 2022 Changes in this version + type JournalTarget struct — linux/amd64 + func NewJournalTarget(logger log.Logger, handler api.EntryHandler, positions positions.Positions, ...) (*JournalTarget, error) + func (t *JournalTarget) Details() interface{} + func (t *JournalTarget) DiscoveredLabels() model.LabelSet + func (t *JournalTarget) Labels() model.LabelSet + func (t *JournalTarget) Ready() bool + func (t *JournalTarget) Stop() error + func (t *JournalTarget) Type() target.TargetType + type JournalTargetManager struct + func NewJournalTargetManager(reg prometheus.Registerer, logger log.Logger, positions positions.Positions, ...) (*JournalTargetManager, error) + func (tm *JournalTargetManager) ActiveTargets() map[string][]target.Target + func (tm *JournalTargetManager) AllTargets() map[string][]target.Target + func (tm *JournalTargetManager) Ready() bool + func (tm *JournalTargetManager) Stop()