Skip to content

Commit

Permalink
Adding the pprof feature to the release feature set. (#5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Jun 13, 2024
1 parent c53558b commit e47d08a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickwit/quickwit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ tokio-console = ["console-subscriber", "quickwit-common/named_tasks"]
release-feature-set = [
"jemalloc",
"openssl-support",
"pprof",
"quickwit-indexing/kafka",
"quickwit-indexing/kinesis",
"quickwit-indexing/pulsar",
Expand All @@ -100,6 +101,7 @@ release-feature-set = [
release-feature-vendored-set = [
"jemalloc",
"openssl-support",
"pprof",
"quickwit-indexing/kinesis",
"quickwit-indexing/pulsar",
"quickwit-indexing/vrl",
Expand Down

0 comments on commit e47d08a

Please sign in to comment.