We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e68f09 commit fd74d2cCopy full SHA for fd74d2c
metrics-exporter-prometheus/src/recorder.rs
@@ -202,7 +202,7 @@ impl Inner {
202
&name,
203
Some("bucket"),
204
&labels,
205
- Some(("le", "+Inf")),
+ Some(("le", "+Inf")),i
206
histogram.count(),
207
unit.filter(|_| self.enable_unit_suffix),
208
);
@@ -218,7 +218,7 @@ impl Inner {
218
219
None,
220
sum,
221
- unit,
+ unit.filter(|_| self.enable_unit_suffix),
222
223
write_metric_line::<&str, u64>(
224
&mut output,
@@ -227,7 +227,7 @@ impl Inner {
227
228
229
count,
230
231
232
}
233
0 commit comments