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

Some of imported module in plugins are using go > 1.15 example: - https://github.com/redis/go-redis/blob/v9.0.2/go.mod - https://github.com/redis/go-redis/blob/v8.11.5/go.mod - https://github.com/IBM/sarama/blob/v1.40.0/go.mod - https://github.com/jackc/pgx/blob/v5.0.0/go.mod - https://github.com/labstack/echo/blob/v4.9.0/go.mod and more of it. Also some releases are...

supports recording errors and their call stack dump. - https://github.com/pinpoint-apm/pinpoint/issues/9631 - https://github.com/pinpoint-apm/pinpoint-grpc-idl/pull/14/files

enhancement
config option

# Description I have a wrapper function of sendMessage to produce messages with a tracer. (attached below) Since the `ppsarama.WithContext(ctx, producer)` access the ctx inside of producer, the data race...

bug

https://github.com/pinpoint-apm/pinpoint/issues/10220 - add Http.UrlStat.WithMethod config option - add http method as prefix to uri string key

enhancement
config option

https://github.com/pinpoint-apm/pinpoint/issues/9948 - generate uid of sql - send uid by grpc - add config option

enhancement
config option

Ownership of sarama has changed to IBM. https://github.com/IBM/sarama/releases/tag/v1.41.0 It can be breaking change cause pinpoint use v1.26.4. Will it be ok to change `github.com/Shopify/sarama` to `github.com/IBM/sarama`? > interface doesn't changed...

new plugin

follow-up work for #84

new plugin

https://github.com/confluentinc/confluent-kafka-go

## Description https://github.com/apache/calcite-avatica-go plugin calciate-avatica-go is used for phoenix and etc following steps need to be done, but i can't handle about these. - ADD ServiceTypeAvatica - ADD ServiceTypeAvaticaExecuteQuery Thanks...

I think it's really simple like mssql plugin. Would you add it for 1.3.0 patch. Thanks ```go package avatica import ( "database/sql" avatica "github.com/apache/calcite-avatica-go/v5" "github.com/pinpoint-apm/pinpoint-go-agent" ) var dbInfo = pinpoint.DBInfo{...