I have OT spans that are being received at the tenant (visible by dsfm:server.spans.received), but are not being persisted (no values for dsfm:server.spans.persisted).
Any ideas why this might be occurring?
Hey Antonio,
How are they being ingested? If via the API it might be good to ensure the auth is good and the right endpoint is being used.
Also have you had a look at the span capture settings yet to ensure there aren't any rogue settings blocking ingest?
It's through the API. Auth seems good and endpoint is correct too. Also no configurations for blocking ingest.
Maybe corrupted or invalid spans?
Maybe 😁 I'm trying to figure out a way to debug this, maybe some MITM...
I'd put an OTEL collector in between the application and Dynatrace to see what's going on.