Describe the bug
The error message returned when max series per label set limit is hit is incomplete.
The format for the error message is "per-labelset series limit of %d exceeded (labelSet: %s, local limit: %d global limit: %d actual)", note that we actually don't have a %d placeholder for actual at the end of the message.
Describe the bug
The error message returned when max series per label set limit is hit is incomplete.
The format for the error message is
"per-labelset series limit of %d exceeded (labelSet: %s, local limit: %d global limit: %d actual)", note that we actually don't have a%dplaceholder foractualat the end of the message.