fixit-xdu

Results 11 comments of fixit-xdu

seems like gorm@v2 instrumentation doesn't have that option available: [reference](https://github.com/DataDog/dd-trace-go/blob/v1/contrib/gorm.io/gorm.v1/gorm.go#L113) (equivalent of `gorm@v1` [implementation](https://github.com/DataDog/dd-trace-go/blob/v1/contrib/jinzhu/gorm/gorm.go#L132) is missing) [`contrib/database/sql`] contains a method for specifying span tags: https://pkg.go.dev/gopkg.in/DataDog/dd-trace-go.v1/contrib/database/sql#WithSpanTags. I guess that's an option?

any update on this thread? I would love to use `ddtrace` to trace `pgx` but nothing is provided out of the box.

@tigrannajaryan totally agree with what you said. any application that has network IO to other entities (service, cache, db, etc) should really reflect the traces with 2 entities per communication....

agreed with the above. the discrepancy between documentation and actual behavior still exists as of 06/2022. any chance this can be corrected? at least update the document so it's not...

would love to EKS control plan enhancement on supporting dedicated hardware for karpenter control plane without us having to manage fargate or EKS node group. maturity improvements like this would...

would be nice to have ECR natively support a collection of mutability exclusion tags.

this is still happening to me on `helm` provider `2.10.1` + `[email protected]` I'm using `values` and multiple `set`s and I've verified that `helm` release contained the right values (applied all...

I agree with the benefits of using collections of `yaml`s over `hcl` since it's more helm-native. been suffering from this diff issue for a while and would love to see...

you can try enabling [manifest](https://registry.terraform.io/providers/hashicorp/helm/latest/docs#manifest) from the `helm` provider. note it's experimental. when it works, it's a big improvement. however, it has provided me with some weird errors that can...

@takeda I did the same assessment and I prefer the features and performance of `aiomcache` more than other options. I briefly went through the source code and didn't see the...