Gabriel Aszalos

Results 22 issues of Gabriel Aszalos

Current output is a bit noisy and chaotic. Could be a bit cleaner and better organized. * The report could become a well defined data structure (as opposed to just...

good first issue

breakcheck should also detect if a package name has changed, as that would be a quite unfortunate breaking change.

good first issue

The proposal is to add support for a `WithSpanOptions` option to interceptors, so that users can set additional tags or options on started spans, without using additional interceptors to wrap....

ack
proposal
proposal/accepted

This proposal is to allow setting a custom sampling rate per span. It suggests introducing a new [`StartSpanOption`](https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer#StartSpanOption) that sets the sample rate: ```go // WithSamplingRate allows setting a custom...

ack
proposal

Given the fact that we've now switched to modules, it should no longer be necessary to use `gopkg.in` for import paths as a dependency and we can leave it at...

ack
proposal

Code example that use named import paths can render the code confusing because it is unclear to the reader which package the import refers to. Regardless of whether these are...

This change adds clarification to the Bytes{Uncompressed,Estimated} fields and removes the SingleMaxSize field which was unused.

changelog/no-changelog
team/agent-apm
7.39.0-drop

This change makes sure that stats computation consider the http.status_code aggregation key when present in Metrics too, and even prioritise it. The reasoning is that the status code is an...

team/agent-apm
7.39.0-drop

Some corrections as agreed upon: - [x] "Alongside the Datadog Agent" moved out of "Using Kubernetes" section - [x] Removed confusing parenthesis mentioning `collector.yaml` - [x] Switched "Kubernetes Infrastructure Metrics"...

tracing