Skip to content

Commit

Permalink
ratelimit_error label even when there's no metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Nov 8, 2024
1 parent d5364f0 commit a90c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd/app/core/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ impl FmtLabels for HTTPLocalRateLimitLabels {
self.error,
)
} else {
Ok(())
write!(f, ",ratelimit_error=\"{}\"", self.error)
}
}
}
Expand Down

0 comments on commit a90c145

Please # to comment.