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

fix speculator pointer #355

Merged
merged 1 commit into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions backend/pkg/modules/internal/bfla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down