Skip to content

Commit

Permalink
Fix profiler job (knative-extensions#2433)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi authored Aug 8, 2022
1 parent ca7d0e2 commit c7e7f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data-plane/profiler/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "Profiling event ${EVENT}"

PROJECT_ROOT_DIR=$(dirname $0)/..
RESOURCES_DIR="$(dirname $0)"/resources
ASYNC_PROFILER_URL="https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.6/async-profiler-2.6-linux-x64.tar.gz"
ASYNC_PROFILER_URL="https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.8.3/async-profiler-2.8.3-linux-x64.tar.gz"
KAFKA_URL="https://archive.apache.org/dist/kafka/2.6.0/kafka_2.13-2.6.0.tgz"
LOG_DIR=${LOG_DIR:-"/tmp/eventing-kafka-broker-logs/profiler"}

Expand Down Expand Up @@ -101,7 +101,7 @@ export WAIT_STARTUP_SECONDS="8"
export SERVICE_NAME="kafka-broker-receiver"
export SERVICE_NAMESPACE="knative-eventing"
export INGRESS_PORT="8080"
export METRICS_PORT="9090"
export METRICS_PORT="9098"
export INSTANCE_ID="receiver"

# Run receiver.
Expand All @@ -116,7 +116,7 @@ receiver_pid=$!
export SERVICE_NAME="kafka-broker-dispatcher"
export SERVICE_NAMESPACE="knative-eventing"
export INGRESS_PORT="8080"
export METRICS_PORT="9089"
export METRICS_PORT="9099"
export INSTANCE_ID="dispatcher"

# Run dispatcher.
Expand Down

0 comments on commit c7e7f5e

Please sign in to comment.