15 lines
596 B
Text
15 lines
596 B
Text
{
|
|
name = "vector",
|
|
version = "0.43",
|
|
description = "Vector log and metrics pipeline agent — DaemonSet collecting kubernetes_logs and shipping to Loki and Prometheus",
|
|
tags = ["observability", "logs", "metrics", "pipeline", "daemonset"],
|
|
modes = ["cluster"],
|
|
dependencies = [],
|
|
provides = [{ id = "vector-pipeline", version = "1.0", interface = "http" }],
|
|
requires = [
|
|
{ capability = "loki-logs", kind = 'Required },
|
|
{ capability = "prometheus-metrics", kind = 'Required },
|
|
],
|
|
conflicts_with = [],
|
|
best_practices = ["bp_007"],
|
|
}
|