Skip to content

[exporter/Datadog] - Metric description does not appear in Metric Summary screen #15280

@MacNale

Description

@MacNale

What happened?

Description

Metric description does not appear in the DataDog Metric Summary screen when ingested using Datadog Exporter.

Steps to Reproduce

  1. Read OTLP metrics from the Kafka using Kafka Receiver
  2. Configure Batch processor and DataDog exporter
  3. Metrics are visible with the metric data as expected. However the metric description is missing.

Java code which exports the metric with the description.
return Metric.newBuilder() .setName(name) .setDescription(description);

Expected Result

Once the metrics are exported using Datadog exporter, then Datadog Metric summary page should display the metrics description.

Actual Result

image

Collector version

0.62.0

Environment information

Environment

OS: Collector running as docker image

OpenTelemetry Collector configuration

datadog:
  api:
      site: datadoghq.com
      key: XXXX
  metrics:
        resource_attributes_as_tags: true
service:
  pipelines:
    metrics:
      receivers: [kafka]
      processors: [batch]
      exporters: [datadog]

Log output

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    data:metricsMetric related issuesenhancementNew feature or requestexporter/datadogDatadog componentsnever staleIssues marked with this label will be never staled and automatically removedpriority:p2Medium

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions