diff --git a/internal/mapper/v04/silences.go b/internal/mapper/v04/silences.go index 5ca14a1b..f90d471c 100644 --- a/internal/mapper/v04/silences.go +++ b/internal/mapper/v04/silences.go @@ -58,7 +58,7 @@ func (m SilenceMapper) AbsoluteURL(baseURI string) (string, error) { func (m SilenceMapper) QueryArgs() string { // Alertmanager 0.4 uses pagination for silences, pass a huge value so that // we get all possible silences - return fmt.Sprintf("api/v1/silences?limit=%d", math.MaxInt32) + return fmt.Sprintf("limit=%d", math.MaxInt32) } // IsSupported returns true if given version string is supported