Datadog forwarding - visibility on clients and field name?

Hi,

I was wondering if there was a way to get visibility of clients who are making the calls (https://studio.apollographql.com/graph/*/clients) , and field names they are querying (https://studio.apollographql.com/graph/*/fields) with the Datadog forwarder integration?

For now, it seems that operations and services are forwarded. Is the team thinking to implement that? Maybe there is there a workaround for the time being?

Thank you!

Apollo Router has built-in support for OpenTelemetry and on those spans and traces emitted you can include the headers that your clients use to identify themselves in Studio: Router Telemetry - Apollo GraphQL Docs

Then DataDog supports collecting Otel traces: OpenTelemetry in Datadog