Skip to content

[receiver/datadog] Grafana Cloud Operations table is not detailed by endpoint #31938

@ffapitalle

Description

@ffapitalle

Component(s)

receiver/datadog

Describe the issue you're reporting

Context

Having the following scenario

 +-------+           +---------+         +-------+         +--------------+
 | App A |     ->    | DD Agent |  ->   | OTelcol |   ->   | Grafana Cloud |
 +-------+           +---------+         +-------+         +--------------+

where

  • Application A is a Datadog instrumented application
  • DD agent sends telemetry and traces to an additional endpoint
  • OTel collector is using Datadog's receiver
  • Data is ingested into Grafana Cloud using OTLP.

Issue

In Applications > Services > Operations table in Grafana Cloud, a detailed view of each request resources shows a consolidated view of all endpoints under an operation type entry, instead of a detailed list of endpoints or resources.

image

The official documentation states that the resources are derived from the span_name field in each trace.

It seems that the span is translated and the endpoint is added in a span attribute.

Is there a way to achieve the detailed view using this schema ?

BTW: Having the same app natively OTel instrumented yields the desired result, as seen below

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions