-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
data:metricsMetric related issuesMetric related issuesenhancementNew feature or requestNew feature or requestexporter/datadogDatadog componentsDatadog componentsnever staleIssues marked with this label will be never staled and automatically removedIssues marked with this label will be never staled and automatically removedpriority:p2MediumMedium
Description
What happened?
Description
Metric description does not appear in the DataDog Metric Summary screen when ingested using Datadog Exporter.
Steps to Reproduce
- Read OTLP metrics from the Kafka using Kafka Receiver
- Configure Batch processor and DataDog exporter
- 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
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
hanikesn, husseinraoouf, LiuKay, karmingc, TRAD-Anthony-CKO and 13 more
Metadata
Metadata
Assignees
Labels
data:metricsMetric related issuesMetric related issuesenhancementNew feature or requestNew feature or requestexporter/datadogDatadog componentsDatadog componentsnever staleIssues marked with this label will be never staled and automatically removedIssues marked with this label will be never staled and automatically removedpriority:p2MediumMedium