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