daangn / kinesumer

A Go client implementing a client-side distributed consumer group client for Amazon Kinesis
Apache License 2.0
76 stars 6 forks source link

Feat: add option for tracing #17

Open proost opened 1 year ago

proost commented 1 year ago

Many APMs support trace for AWS services. Mostly APMs use session to monitor AWS services when using aws-sdk-v1 below is some examples,

newrelic

Datadoc

Splunk, Dynatrace

so how about add a option to config for set tracing using session?

mingrammer commented 1 year ago

Sounds good ideas. we can wrap the AWS session for both Kinesis and DynamoDB (for stastestore) clients.