Dynatrace / OneAgent-SDK-for-Go

Apache License 2.0
4 stars 0 forks source link

Question: Does this need Go technology selected from Dynatrace -> Settings -> Monitor Go on every Host #6

Open yogeshgadge opened 3 weeks ago

yogeshgadge commented 3 weeks ago

Question: Does this need Go technology selected from Dynatrace -> Settings -> Monitor Go on every Host We had to disable Go monitoring because of its known interference in the past. Wondering of using this SDK in our Go app will get around that.

PeterFeicht commented 3 weeks ago

The Go SDK currently only gives you TraceContext and log enrichment metadata, you can't use it for creating traces.

I'd encourage you to give Go monitoring another shot and open a support ticket for any issues you may encounter. If that is not an option, you could use OpenTelemetry and have those traces ingested by Dynatrace.