pinpoint-go-agent icon indicating copy to clipboard operation
pinpoint-go-agent copied to clipboard

Pinpoint Go agent

Results 17 pinpoint-go-agent issues
Sort by recently updated
recently updated
newest added

Now, the recovered panic is propagated. support an option not to propagate recovered panic. - spanevent - web framework plugins

config option

from pinpoint-root.config ``` # Original IP address header. e.g. X-Forwarded-For or X-Real-IP # https://en.wikipedia.org/wiki/X-Forwarded-For profiler.server.realipheader=X-Forwarded-For ```

config option

from pinpoint-root.config ``` # Hide pinpoint headers. profiler.server.hidepinpointheader=true ```

config option

- https://github.com/go-kit/kit

new plugin

support TLS connection for agent and collector * https://github.com/pinpoint-apm/pinpoint/issues/8128

enhancement
config option

+ #profiler.kafka.header.record=true

config option

grpc transporter - create grpc client for agent, span, stat, cmd - define grpc client interface Agent - SetTransporter(t Transporter) grpc - append metadata