Skip to content

Commit e4141aa

Browse files
author
Devdutt Shenoi
authored
Update stats.rs
1 parent 93bfe69 commit e4141aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub fn delete_stats(stream_name: &str, format: &'static str) -> prometheus::Resu
183183
Ok(())
184184
}
185185

186-
pub fn event_labels<'a>(stream_name: &'a str, format: &'static str) -> [&'a str; 2] {
186+
pub fn event_labels<'a>(stream_name: &'a str, format: &'static str) -> [&'a str; 3] {
187187
["data", stream_name, format]
188188
}
189189

0 commit comments

Comments
 (0)