package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

IsDropped tells if a target has been dropped.

# Constants

CloudflareTargetType is a Cloudflare target.
DockerTargetType is a Docker target.
DroppedTargetType is a target that's been dropped.
FileTargetType is a file target.
GcplogTargetType is a target where log entries are pulled from pubsub topic.
GelfTargetType is a gelf target.
HerokuDrainTargetType is a Heroku Logs target.
JournalTargetType is a journalctl target.
KafkaTargetType is a Kafka target.
PushTargetType is a Loki push target.
SyslogTargetType is a syslog target.
WindowsTargetType is a Windows event target.

# Interfaces

Target is a promtail scrape target.

# Type aliases

TargetType is the type of target nolint:revive.