diff --git a/hyperglass/hyperglass.py b/hyperglass/hyperglass.py index 1b5e6ce..3550569 100644 --- a/hyperglass/hyperglass.py +++ b/hyperglass/hyperglass.py @@ -77,7 +77,7 @@ count_ratelimit = Counter( ) count_notfound = Counter( - count_notfound, "404 Not Founc Counter", ["message", "path", "source"] + "count_notfound", "404 Not Found Counter", ["message", "path", "source"] )