Skip to content

Commit

Permalink
removed otel agent from quickstart example
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetkhanduri committed Oct 29, 2022
1 parent 3c1652a commit bdce042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
mvn package && \

echo "Deploy Diffy" && \
java -javaagent:./agent/opentelemetry-javaagent.jar -jar ./target/diffy.jar \
java -jar ./target/diffy.jar \
--candidate='localhost:9200' \
--master.primary='localhost:9000' \
--master.secondary='localhost:9100' \
Expand Down

0 comments on commit bdce042

Please sign in to comment.