Jongwon Youn

Results 8 issues of Jongwon Youn

Proposal: [franz-go](https://github.com/twmb/franz-go) is a user-friendly kafka client library that is fully written in go. It would be great if datadog supported integration with this library.

apm:ecosystem
proposal
proposal/accepted

I propose adding a DD_PROFILING_ENABLED environment variable to control profiling, similar to how DD_TRACE_ENABLED works for tracing. Currently, there is no official environment variable to control profiling. This means that...

enhancement
proposal/accepted

### What does this PR do? This PR introduces a new environment variable `DD_PROFILING_ENABLED` to control the profiler's behavior in a way similar to `DD_TRACE_ENABLED`. By default, `DD_PROFILING_ENABLED` is set...

profiler

As discussed in https://github.com/DataDog/orchestrion/discussions/537, to implement this functionality we need to add a `ResultHasError` function to the Function type in the `orchestrion` project and modify the `dd-trace-go` repository to make...

enhancement

Hi, I've encountered an issue when working with the bob library. It appears that the conversion of uint64 to int64 in the following code is causing problems when handling MySQL's...

enhancement

### What does this PR do? https://github.com/DataDog/dd-trace-go/discussions/3412 This PR adds Orchestrion support for the `valyala/fasthttp` package, enabling automatic instrumentation without requiring manual code changes. The implementation automatically wraps the `fasthttp.Server's...

### Package Name _No response_ ### Package Version(s) _No response_ ### Describe the feature you'd like I would like the dd-trace-go instrumentation to support error capture for functions whose **return...

enhancement
orchestrion

### What does this PR do? ### Motivation Previously, the `//dd:span` integration was limited to functions that accepted a `context.Context` or `*http.Request` parameter. As many frameworks like Echo (using `echo.Context`)...