Monitoring Proxy Server
Last updated
Was this helpful?
Was this helpful?
profiler.proxy.http.header.enable=truePinpoint-ProxyApache: t=991424704447256 D=3775428 i=51 b=49<IfModule mod_jk.c>
...
RequestHeader set Pinpoint-ProxyApache "%t %D %i %b"
...
</IfModule>Pinpoint-ProxyNginx: t=1504248328.423 D=0.123...
server {
listen 9080;
server_name localhost;
location / {
...
set $pinpoint_proxy_header "t=$msec D=$request_time";
proxy_set_header Pinpoint-ProxyNginx $pinpoint_proxy_header;
}
}
...http {
...
proxy_set_header Pinpoint-ProxyNginx t=$msec;
...
}Pinpoint-ProxyApp: t=1594316309407 app=foo-bar