Skip to content

Commit

Permalink
Update metrics.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Jan 12, 2025
1 parent e9167c2 commit 7792e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Metrics {
proxy_requests.clone(),
);
registry.register(
"proxy_requests_by_user_agent",
"proxy_requests_by_user_agent_total",
"Proxy requests by host and user agent",
proxy_requests_by_user_agent.clone(),
);
Expand Down

0 comments on commit 7792e86

Please sign in to comment.