I am running a Datadog APM query, and I am able to see my traces in the APM section. However, when I try the same query parameters (env and service) in the query definition of the dashboards section, I am getting no data.
I have a java application that is instrumented using OpenTelemetry, and I have a local OTel collector setup on port 4317, and I'm using a Datadog agent with DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT set to point to port 4317. Both the OTel collector and the datadog agent are setup as docker containers.
I am able to see the data in the APM section, just not in the dashboard section.