Skip to content

Commit

Permalink
fix enable fcv
Browse files Browse the repository at this point in the history
Signed-off-by: ad <[email protected]>
  • Loading branch information
adnull committed Oct 4, 2024
1 parent cad1d49 commit 74977e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ func GetRequestOpts(filters []string, defaultOpts *Opts) Opts {
requestOpts.EnableProfile = true
case "shards":
requestOpts.EnableShards = true
case "fcv":
requestOpts.EnableFCV = true
case "pbm":
requestOpts.EnablePBMMetrics = true
}
Expand Down

0 comments on commit 74977e5

Please sign in to comment.