diff --git a/backend/go.mod b/backend/go.mod index ad4a4350..cc3d6861 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -24,7 +24,7 @@ require ( github.com/openclarity/apiclarity/api v0.0.0 github.com/openclarity/apiclarity/api3 v0.0.0 github.com/openclarity/apiclarity/plugins/api v0.0.0 - github.com/openclarity/speculator v0.3.1 + github.com/openclarity/speculator v0.3.2 github.com/openclarity/trace-sampling-manager/manager v0.0.0-20221102085432-8b13cda89225 github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9 github.com/rs/cors v1.8.2 // indirect diff --git a/backend/go.sum b/backend/go.sum index a4126b9c..2b25ccc8 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -603,6 +603,8 @@ github.com/onsi/gomega v1.15.0 h1:WjP/FQ/sk43MRmnEcT+MlDw2TFvkrXlprrPST/IudjU= github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0= github.com/openclarity/speculator v0.3.1 h1:SoU9OnfNjNluigzf8s4LnHPmHq+Z+5F+h8VlDR/dl6U= github.com/openclarity/speculator v0.3.1/go.mod h1:oaNhO8FQkC05J1YDwrudXTZHDOJLFKjCeKjq94dZK+I= +github.com/openclarity/speculator v0.3.2 h1:CAoeLF2Kg5TaLbR+GCLOwlsno5xCwKCU5XF+IWNKNwg= +github.com/openclarity/speculator v0.3.2/go.mod h1:oaNhO8FQkC05J1YDwrudXTZHDOJLFKjCeKjq94dZK+I= github.com/openclarity/trace-sampling-manager/api v0.0.0-20221102085432-8b13cda89225 h1:VNC2Q4Jq2CdTAB+ybTgAq3qdFtB72Ubd7Z59GXsadhw= github.com/openclarity/trace-sampling-manager/api v0.0.0-20221102085432-8b13cda89225/go.mod h1:Uu4QcN+EcNvtjs9gLfAk2edIMxBCCbz16wJq7I/f6ds= github.com/openclarity/trace-sampling-manager/manager v0.0.0-20221102085432-8b13cda89225 h1:595J8F5ekCS4gMSmMYWIqXbojQZTSDk5JK4TUcOc0FI= diff --git a/backend/pkg/modules/internal/bfla/README.md b/backend/pkg/modules/internal/bfla/README.md index 40ba34e4..c42e180f 100644 --- a/backend/pkg/modules/internal/bfla/README.md +++ b/backend/pkg/modules/internal/bfla/README.md @@ -10,8 +10,8 @@ The process consists of two phases 2. Detection phase ## Learning -The learning phase begins upon user request or it can be configured to start as soon as a user uploads or reconstructs a spec for a given API. -By default, the learning lasts for 100 API calls (for an API), the learning can be stopped, reset or prolonged for a longer period. +The learning phase begins upon user request. Once the learning is in progress the user can stop it (and after that resume it). + ![img.png](../../assets/bfla/images/img_1.png)