Monitoring Proxy Server

Proxy monitoring using HTTP headers

It is used to know the elapsed time between proxy and WAS.

overview

Pinpoint Configuration

pinpoint.config

Proxy Configuration

Apache HTTP Server

Add HTTP header.

e.g.

httpd.conf

%t is required value.

Nginx

Add HTTP header.

e.g.

nginx.conf

or

t=$msec is required value.

App

Milliseconds since epoch (13 digits) and app information.

Add HTTP header.

t=epoch is required value.

Last updated

Was this helpful?