Skip to content

Commit

Permalink
Fix issue with metrics for page: #395
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomYdn committed Mar 27, 2020
1 parent c3d8f9d commit 2e8abf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class OMetricsRequestCycleListener implements IRequestCycleListener {
.namespace("wicket")
.name("pages")
.help("Total number of requests per page")
.labelNames("ajax", "handler")
.labelNames("ajax", "page")
.create();

private static final Histogram HISTOGRAM_REQUESTS = Histogram.build()
Expand Down

0 comments on commit 2e8abf6

Please sign in to comment.