{% import ( "github.com/VictoriaMetrics/VictoriaMetrics/lib/promrelabel" "github.com/VictoriaMetrics/VictoriaMetrics/lib/promutils" ) %} {% stripspace %} {% func MetricRelabelDebugSteps(dss []promrelabel.DebugStep, metric, relabelConfigs string, err error) %}
{%= commonHeader() %}Step | Relabeling Rule | Input Labels | Output labels |
---|---|---|---|
{%d i %} | {%s ds.Rule %} |
{%= labelsWithHighlight(inLabels, changedLabels, "red") %}
|
{%= labelsWithHighlight(outLabels, changedLabels, "blue") %}
|