Mikayla Toffler

Results 8 comments of Mikayla Toffler

Hey @jared-mackey, the feature is slated to be included in the next release (v1.63.0)! We would greatly appreciate your feedback once you have the chance to upgrade and test the...

@jared-mackey There is documentation for use, here: https://pkg.go.dev/gopkg.in/DataDog/[email protected]/contrib/database/sql#WithDBStats Note: I just realized the example code snippet in the docs is inaccurate, I'll update it now. But all you have to...

Hey @jared-mackey , > It does not read or use DD_DOGSTATSD_URL like I would expect it to. `DD_DOGSTATSD_URL` is **not** a valid config option for dd-trace-go (Note: Confusingly, it _is_...

@jared-mackey , > I’d be happy to share exact code samples over a support ticket if that’s helpful. Just let me know. Please do! When you open the support ticket,...

I definitely support removing the StatsCarrier() method - IIRC I meant to remove that anyway :)

> @mtoffl01 Is this PR useful to you? Maybe we can close it. The new implementation for dbstats does not require this statscarrier type anyway, so we can definitely close...

Hello! I've been looking into this. Can you share how you configure the tracer to connect via UDS? What config options are you using, including env vars? Thanks!

@bengentree , The existing DB Stats feature exists _only_ on the [database/sql contrib](https://pkg.go.dev/gopkg.in/DataDog/[email protected]/contrib/database/sql), we don't yet have support for other related integrations. To clarify, are you using the database/sql integration,...