Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
363 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in DataDog/datadog-agent that received 1 comment
pkg/trace/agent: enhance test to cover non-filtered traces
This change improves the existing blacklister test to ensure that traces coming in after ignored ones get sampled. It's a regression test covering …
- pkg/trace: Trim unused sublayer tags set on spans
- pkg/trace: push UTF8 validation and repair into decoding layer to ensure strings are UTF8 validated at most once
- Perform type coercion on values for apm_config.analyzed_spans
- pkg/trace/agent: replace custom UTF-8 validation in normalization with std lib
- Add unit-test in pkg/config for tag_value_split_separator
- pkg/trace/obfuscate: optimize the SQL obfuscator
- forwarder retry queue payloads max size
- pkg/trace/agent: do not stop processing after finding a filtered trace
- pkg/trace/agent: do not stop processing after finding a filtered trace
- profiler: set profiler upload timeout to 10s
- ddtrace/tracer: StartSpanFromContext should work nil ctx on Go 1.15
- contrib: add support for github.com/go-pg/pg
- contrib/jmoiron/sqlx: allow options to sqlx.Open
- contrib/Shopify/sarama: use sarama.MinVersion in tests.
- contrib: add gorm.io/gorm
- contrib/cloud.google.com/go/pubsub.v1: Add WithServiceName option
- ddtrace/tracer: fix os version for builds on niche GOOS (e.g. freebsd, ...)
- go.mod: Run go mod tidy; Add k8s.io/client-go version that builds