Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "metrics" Prometheus endpoint - total requests by type and code. #417

Merged
merged 12 commits into from
May 11, 2020
Prev Previous commit
Fix spelling.
  • Loading branch information
MichaelRybak committed May 11, 2020
commit 74fa58a4bff2c0a07f0154df7d7756a1932311bd
2 changes: 1 addition & 1 deletion packager/mux/mux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const promResultHeader = `

// TestPrometheusMetrics tests counting of Prometheus metrics. Test each
// scenario in isolation to make sure each of them works, then test them
// alltogether to make sure they don't interfere with each other.
// altogether to make sure they don't interfere with each other.
func TestPrometheusMetrics(t *testing.T) {
nopHandler := http.Handler(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {}))

Expand Down