mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-05 10:59:43 +00:00
parent
7651c7311d
commit
414df473f9
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ package metrics
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
|
@ -35,7 +36,7 @@ func PromHandler() gin.HandlerFunc {
|
|||
token := server.Config.Prometheus.AuthToken
|
||||
|
||||
if token == "" {
|
||||
handler.ServeHTTP(c.Writer, c.Request)
|
||||
c.AbortWithStatus(http.StatusNotFound)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue