Description
The salt_aborted metric needs to have a state label applied to prevent conflicts when multiple files are generated for the prometheus textfile collector.
that's considered a duplicate and the textfile collector complains, whereas all the other metrics are of the form salt_states_succeeded{state="highstate"} 2.0 for comparison
Expected behavior
generated files should not create errors due to conflicts of metrics
Description The
salt_aborted
metric needs to have a state label applied to prevent conflicts when multiple files are generated for the prometheus textfile collector.that's considered a duplicate and the textfile collector complains, whereas all the other metrics are of the form
salt_states_succeeded{state="highstate"} 2.0
for comparisonExpected behavior generated files should not create errors due to conflicts of metrics