agent-module/plugins/reactor-netty/README.md
pinpoint.config
###########################################################
# Reactor Netty
###########################################################
profiler.reactor-netty.enable=true
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
profiler.reactor-netty.server.bootstrap.main=
# trace param in request ,default value is true
profiler.reactor-netty.server.tracerequestparam=true
# URLs to exclude from tracing.
# Support ant style pattern. e.g. /aa/*.html, /??/exclude.html
profiler.reactor-netty.server.excludeurl=
# HTTP Request methods to exclude from tracing
#profiler.reactor-netty.server.excludemethod=
# original IP address header
# https://en.wikipedia.org/wiki/X-Forwarded-For
#profiler.reactor-netty.server.realipheader=X-Forwarded-For
# nginx real ip header
#profiler.reactor-netty.server.realipheader=X-Real-IP
# optional parameter, If the header value is ${profiler.reactor-netty.realipemptyvalue}, Ignore header value.
#profiler.reactor-netty.server.realipemptyvalue=unknown
# Client
profiler.reactor-netty.client.enable=true
# Record Parameter.
profiler.reactor-netty.client.param=true
# Unsupported cookie and entity information
If you use Spring boot starter, if you set main class as profiler.spring boot.bootstrap.main setting value. It will be displayed as spring-boot type in pinpoint server-map.
profiler.springboot.bootstrap.main=foo.bar.SampleApplication