Skip to content

[chore][exporter/datadog] fix integration test#38091

Merged
songy23 merged 1 commit into
open-telemetry:mainfrom
songy23:fix-dd-test
Feb 21, 2025
Merged

[chore][exporter/datadog] fix integration test#38091
songy23 merged 1 commit into
open-telemetry:mainfrom
songy23:fix-dd-test

Conversation

@songy23
Copy link
Copy Markdown
Member

@songy23 songy23 commented Feb 20, 2025

Description

#36873 the prometheus receiver can now keep dots in metric names rather than converting them to underscores. E.g. say there is a metric my.metric scraped from prometheus receiver, its name is my_metric before 0.120.0 vs. my.metric now. This should have broken some datadog integration tests, but those are skipped in race detector (which is always on in CIs) so the failures did not show up in CIs.

Copy link
Copy Markdown
Member

@mackjmr mackjmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, although seems like we also need to update the OOTB dashboard at some point, to support the new metric names ?

@songy23
Copy link
Copy Markdown
Member Author

songy23 commented Feb 21, 2025

@mackjmr you're right, that work is underway

@songy23 songy23 merged commit e85067d into open-telemetry:main Feb 21, 2025
@songy23 songy23 deleted the fix-dd-test branch February 21, 2025 15:53
@github-actions github-actions Bot added this to the next release milestone Feb 21, 2025
yiquanzhou added a commit to dash0hq/opentelemetry-collector-contrib that referenced this pull request Feb 24, 2025
* main: (55 commits)
  [chore] Update core dependencies (open-telemetry#38124)
  Add kafka topics observer implementation (open-telemetry#38060)
  [exporter/splunk_hec] Mute errors from draining the response body (open-telemetry#38118)
  [chore] [exporter/splunk_hec] Remove dead code (open-telemetry#38113)
  Add support for JUnit test results (open-telemetry#37941)
  [chore] amend changelog for prometheus receiver change (open-telemetry#38109)
  [chore] Fix dead links in issue-triaging.md (open-telemetry#38105)
  [chore] fix deprecation (open-telemetry#38107)
  [exporter/coralogix] Add new batch options to Coralogix exporter (open-telemetry#38082)
  [chore][exporter/datadog] fix integration test (open-telemetry#38091)
  [chore] Update otel to unblock contrib test in core repo (open-telemetry#38100)
  [chore] Bump go-version match to 1.23 (open-telemetry#38099)
  [exporter/elasticsearch] Add _metric_names_hash to avoid metric rejections (open-telemetry#37511)
  elasticsearchexporter: refactor encoding; drop metrics support from raw/none/bodymap mapping modes (open-telemetry#37928)
  [exporter/stefexporter] Fix incorrectly implemented STEF exporter zstd compression option (open-telemetry#38089)
  [exporter/clickhouse] Add client info for identifying exporter in `system.query_log` (open-telemetry#37146)
  [chore] Prepare release 0.120.1 (open-telemetry#38055)
  [extension/httpforwarder] Shutdown should wait server exit (open-telemetry#37735)
  receiver/prometheusremotewrite: Add two fields timestamp and value. (open-telemetry#37895)
  [reciver/sqlqueryreceiver] Add support for SapASE (sybase) (open-telemetry#37773)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exporter/datadog Datadog components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants