File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ metrics! {
48
48
pub ( crate ) rustdoc_rendering_times: HistogramVec [ "step" ] ,
49
49
50
50
/// Count of recently accessed crates
51
- pub ( crate ) recent_krates : IntGaugeVec [ "duration" ] ,
51
+ pub ( crate ) recent_crates : IntGaugeVec [ "duration" ] ,
52
52
/// Count of recently accessed versions of crates
53
53
pub ( crate ) recent_versions: IntGaugeVec [ "duration" ] ,
54
54
/// Count of recently accessed platforms of versions of crates
@@ -130,7 +130,7 @@ impl RecentReleases {
130
130
. set ( five_minute_count) ;
131
131
}
132
132
133
- inner ( & self . krates , & metrics. recent_krates ) ;
133
+ inner ( & self . krates , & metrics. recent_crates ) ;
134
134
inner ( & self . versions , & metrics. recent_versions ) ;
135
135
inner ( & self . platforms , & metrics. recent_platforms ) ;
136
136
}
You can’t perform that action at this time.
0 commit comments