Skip to content

Commit

Permalink
[connector/spanmetrics] CHANGELOG is fixed to reflect the correct fea… (
Browse files Browse the repository at this point in the history
#35852)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
The wrong feature gate was exposed in the CHANGELOG, this has been
corrected to the correct feature gate
'connector.spanmetrics.legacyMetricNames'

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #35766 

<!--Describe the documentation added.-->
#### Documentation
CHANGELOG.md is updated to have the correct feature gate name.
<!--Please delete paragraphs that you did not use before submitting.-->
  • Loading branch information
tbeemster authored Nov 10, 2024
1 parent 2612314 commit b0e89cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ arrow.waiter_limit -> admission.waiter_limit
https://github.com/open-telemetry/opentelemetry-collector/pull/6250

- `spanmetricsconnector`: Improve consistency between metrics generated by spanmetricsconnector. Added traces.span.metrics as default namespace (#33227, #32818)
Default namespace for the generated metrics is traces.span.metrics now. | The deprecated metrics are: calls, duration and events. | The feature flag connector.spanmetrics.legacyLatencyMetricNames was added to revert the behavior.
Default namespace for the generated metrics is traces.span.metrics now. | The deprecated metrics are: calls, duration and events. | The feature flag connector.spanmetrics.legacyMetricNames was added to revert the behavior.
- `servicegraphconnector`: Fix histogram metrics miss unit (#34511)
All metrics will remove the suffix `_seconds`. It will not introduce breaking change if users use | `prometheusexporter` or `prometheusremotewriteexporter` to exporter metrics in pipeline. | In some cases, like using `clickhouseexporter`(save data in native OTLP format), it will be a breaking change. | Users can use `transformprocessor` to add back this suffix.
- `gitproviderreceiver`: The Git Provider Receiver has been renamed to GitHub Receiver. (#34731)
Expand Down

0 comments on commit b0e89cd

Please sign in to comment.