Skip to content

Commit

Permalink
[pinpoint-apm#1417] add hide pinpoint header.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehong-kim committed Sep 11, 2017
1 parent 24d8f21 commit 2cbadfd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions agent/src/main/resources-local/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ profiler.vertx.handler.base-packages=
# HTTP server
profiler.vertx.http.server.enable=false
profiler.vertx.http.server.tracerequestparam=true
profiler.vertx.http.server.hidepinpointheader=true
# URLs to exclude from tracing
profiler.vertx.http.server.excludeurl=
# original IP address header
Expand Down
1 change: 1 addition & 0 deletions agent/src/main/resources-release/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ profiler.vertx.handler.base-packages=
# HTTP server
profiler.vertx.http.server.enable=false
profiler.vertx.http.server.tracerequestparam=true
profiler.vertx.http.server.hidepinpointheader=true
# URLs to exclude from tracing
profiler.vertx.http.server.excludeurl=
# original IP address header
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ profiler.vertx.handler.base-packages=
# HTTP server
profiler.vertx.http.server.enable=false
profiler.vertx.http.server.tracerequestparam=true
profiler.vertx.http.server.hidepinpointheader=true
# URLs to exclude from tracing
profiler.vertx.http.server.excludeurl=
# original IP address header
Expand Down
1 change: 1 addition & 0 deletions quickstart/agent/src/main/resources/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ profiler.vertx.handler.base-packages=
# HTTP server
profiler.vertx.http.server.enable=false
profiler.vertx.http.server.tracerequestparam=true
profiler.vertx.http.server.hidepinpointheader=true
# URLs to exclude from tracing
profiler.vertx.http.server.excludeurl=
# original IP address header
Expand Down

0 comments on commit 2cbadfd

Please sign in to comment.