Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#10615] Add new Main classes to SpringBootDetector #10616

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/src/main/resources/profiles/local/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# Reactor Netty
Expand Down
2 changes: 1 addition & 1 deletion agent/src/main/resources/profiles/release/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# Reactor Netty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher


###########################################################
Expand Down Expand Up @@ -520,4 +520,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher


###########################################################
Expand Down Expand Up @@ -520,4 +520,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JSP #
Expand Down Expand Up @@ -862,4 +862,4 @@ profiler.kafka.producer.enable=false
profiler.kafka.consumer.enable=false
// you must set target that handles ConsumerRecord as a argument for remote trace
// ex) profiler.kafka.entryPoint=clazzName.methodName
profiler.kafka.consumer.entryPoint=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JSP #
Expand Down Expand Up @@ -862,4 +862,4 @@ profiler.kafka.producer.enable=false
profiler.kafka.consumer.enable=false
// you must set target that handles ConsumerRecord as a argument for remote trace
// ex) profiler.kafka.entryPoint=clazzName.methodName
profiler.kafka.consumer.entryPoint=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JSP #
Expand Down Expand Up @@ -860,4 +860,4 @@ profiler.kafka.producer.enable=false
profiler.kafka.consumer.enable=false
// you must set target that handles ConsumerRecord as a argument for remote trace
// ex) profiler.kafka.entryPoint=clazzName.methodName
profiler.kafka.consumer.entryPoint=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JSP #
Expand Down Expand Up @@ -859,4 +859,4 @@ profiler.kafka.producer.enable=false
profiler.kafka.consumer.enable=false
// you must set target that handles ConsumerRecord as a argument for remote trace
// ex) profiler.kafka.entryPoint=clazzName.methodName
profiler.kafka.consumer.entryPoint=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down Expand Up @@ -381,4 +381,4 @@ profiler.grpc.server.enable=true
# Therefore, tracking stream request that you want can be difficult.
# please be sure that this description.
profiler.grpc.server.streaming.enable=true
profiler.grpc.server.streaming.onmessage.enable=true
profiler.grpc.server.streaming.onmessage.enable=true
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down Expand Up @@ -381,4 +381,4 @@ profiler.grpc.server.enable=true
# Therefore, tracking stream request that you want can be difficult.
# please be sure that this description.
profiler.grpc.server.streaming.enable=true
profiler.grpc.server.streaming.onmessage.enable=true
profiler.grpc.server.streaming.onmessage.enable=true
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ profiler.undertow.excludeurl=
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JSP #
Expand Down Expand Up @@ -882,4 +882,4 @@ profiler.kafka.consumer.entryPoint=
profiler.hbase.client.enable=true
profiler.hbase.client.admin.enable=true
profiler.hbase.client.table.enable=true
profiler.hbase.client.params.enable=true
profiler.hbase.client.params.enable=true
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ profiler.vertx.http.client.entity.statuscode=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JSP #
Expand Down
2 changes: 1 addition & 1 deletion plugins-it/jtds-it/src/test/resources/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ profiler.bloc.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher


###########################################################
Expand Down Expand Up @@ -314,4 +314,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down Expand Up @@ -366,4 +366,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down Expand Up @@ -365,4 +365,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down Expand Up @@ -365,4 +365,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ profiler.jboss.tracerequestparam=true
###########################################################
profiler.springboot.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher

###########################################################
# JDBC #
Expand Down Expand Up @@ -349,4 +349,4 @@ profiler.json.jsonlib=true
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=true
profiler.netty.http=true
profiler.netty.http=true
Loading