Expand description
Loki sink
This sink provides downstream support for Loki
via
the (configurable) /loki/api/v1/push
endpoint.
https://grafana.com/docs/loki/v2.6.x/api/
This sink uses PartitionBatching
to partition events
by streams. There must be at least one valid set of labels.
If an event produces no labels, this can happen if the template
does not match, we will add a default label {agent="vector"}
.
Structs§
- Configuration for the
loki
sink.
Enums§
- Out-of-order event behavior.