Back to Pinpoint

README

agent-module/agent-plugins/proxy-apache/README.md

3.0.5496 B
Original Source

Monitoring Proxy Server(Apache)

Pinpoint Configuration

pinpoint.config

Enable options.

profiler.proxy.http.header.enable=true

Apache HTTP Server

Add HTTP header.

Pinpoint-ProxyApache: t=991424704447256 D=3775428 i=51 b=49

e.g. httpd.conf

<IfModule mod_jk.c>
...
RequestHeader set Pinpoint-ProxyApache "%t %D %i %b"
...
</IfModule>
%t is required value.