Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/datadog] Stop prefixing 3 HTTP metrics #36265

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

songy23
Copy link
Member

@songy23 songy23 commented Nov 7, 2024

Description

Stop prefixing http_server_duration, http_server_request_size and http_server_response_size with otelcol.

Those metrics used to have the otelcol prefix if they are from collector internal metrics before v0.106, then the prefix was removed. We put back the prefix in v0.108 but the same metric can be from SDKs as well. Stop prefixing them be consistent with https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics

@songy23 songy23 requested review from mx-psi and a team as code owners November 7, 2024 20:01
@mx-psi
Copy link
Member

mx-psi commented Nov 8, 2024

@songy23 Is this good to merge? Do we want to align it in some way with Agent changes?

@songy23
Copy link
Member Author

songy23 commented Nov 8, 2024

@mx-psi this is good to merge, the fix is primarily for collector. Agent can follow its own release schedule

@mx-psi mx-psi merged commit d0f4d09 into open-telemetry:main Nov 8, 2024
158 checks passed
@github-actions github-actions bot added this to the next release milestone Nov 8, 2024
@songy23 songy23 deleted the dd-metrics branch November 8, 2024 18:31
pull bot pushed a commit to abaguas/opentelemetry-collector-contrib that referenced this pull request Nov 8, 2024
#### Description

Stop prefixing `http_server_duration`, `http_server_request_size` and
`http_server_response_size` with `otelcol`.

Those metrics used to have the `otelcol` prefix if they are from
collector internal metrics before v0.106, then the prefix was removed.
We put back the prefix in v0.108 but the same metric can be from SDKs as
well. Stop prefixing them be consistent with
https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
#### Description

Stop prefixing `http_server_duration`, `http_server_request_size` and
`http_server_response_size` with `otelcol`.

Those metrics used to have the `otelcol` prefix if they are from
collector internal metrics before v0.106, then the prefix was removed.
We put back the prefix in v0.108 but the same metric can be from SDKs as
well. Stop prefixing them be consistent with
https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants