Skip to content

Commit

Permalink
Remove duplicated service name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Dec 13, 2024
1 parent e492ed0 commit 910edec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/elasticapm-java/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ declare -a TITLE
# Different writer setups
#

ELASTIC_ARGS="-Delastic.apm.service_name=moobench-benchmark -Delastic.apm.service_name=moobench-benchmark -Delastic.apm.trace_methods=moobench.application.* -Delastic.apm.application_packages=moobench.application -Delastic.apm.server_url=http://127.0.0.1:8200"
ELASTIC_ARGS="-Delastic.apm.service_name=moobench-benchmark -Delastic.apm.trace_methods=moobench.application.* -Delastic.apm.application_packages=moobench.application -Delastic.apm.server_url=http://127.0.0.1:8200"
WRITER_CONFIG[0]=""
WRITER_CONFIG[1]="-Delastic.apm.recording=false $ELASTIC_ARGS"
WRITER_CONFIG[2]="$ELASTIC_ARGS"
Expand Down

0 comments on commit 910edec

Please sign in to comment.