Skip to content

Commit 6ac25ad

Browse files
authored
add option to run with edot agent (#447)
1 parent 859f8c3 commit 6ac25ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ case "${APM_AGENT_TYPE:-none}" in
2424
"elasticapm")
2525
JAVA_AGENT="-javaagent:/app/elastic-apm-agent.jar"
2626
;;
27+
"edot")
28+
JAVA_AGENT="-javaagent:/app/elastic-otel-java.jar"
29+
;;
2730
"none")
2831
JAVA_AGENT=""
2932
;;

0 commit comments

Comments
 (0)