Skip to content

Commit 87a01e6

Browse files
akerem16xrmx
andauthored
docs: fix broken CHANGELOG links reported by check-links (#4467)
* docs: fix broken links in CHANGELOG Fixes #4465. Addresses the five 404s reported by the check-links workflow: - pull/1670 entry: remove stray bracket and leading paren so the markdown link parses correctly. - aws/ecs.md: point to the current location in the semantic-conventions repo. Semantic conventions moved out of opentelemetry-specification. - v1.12.0rc2-0.32b0 release tag: the published tag on opentelemetry-python is v1.12.0rc2, not v1.12.0rc2-0.32b0. - pull/227 entry: drop stray bracket inside the URL. - #1033 link: restore missing slash between the org and repo. * Apply suggestion from @xrmx * docs: address review feedback on CHANGELOG links - aws.ecs.* link: add missing closing paren so the markdown link terminates before " and [aws.logs.*]...". - #1033: remove the stray "## [#1033](...)" header and fold the issue reference into the "Added support for PyPy3" bullet above it, matching the parenthesized format used elsewhere in the file. Assisted-by: Claude Opus 4.7 --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
1 parent a326c27 commit 87a01e6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,15 +1175,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11751175

11761176
### Added
11771177

1178-
- Support `aio_pika` 9.x (([#1670](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1670])
1178+
- Support `aio_pika` 9.x ([#1670](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1670))
11791179
- `opentelemetry-instrumentation-redis` Add `sanitize_query` config option to allow query sanitization. ([#1572](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1572))
11801180
- `opentelemetry-instrumentation-elasticsearch` Add optional db.statement query sanitization.
11811181
([#1598](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1598))
11821182
- `opentelemetry-instrumentation-celery` Record exceptions as events on the span.
11831183
([#1573](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1573))
11841184
- Add metric instrumentation for urllib
11851185
([#1553](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1553))
1186-
- `opentelemetry/sdk/extension/aws` Implement [`aws.ecs.*`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud_provider/aws/ecs.md) and [`aws.logs.*`](https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/cloud_provider/aws/logs/) resource attributes in the `AwsEcsResourceDetector` detector when the ECS Metadata v4 is available
1186+
- `opentelemetry/sdk/extension/aws` Implement [`aws.ecs.*`](https://opentelemetry.io/docs/specs/semconv/resource/cloud-provider/aws/ecs/) and [`aws.logs.*`](https://opentelemetry.io/docs/specs/semconv/resource/cloud-provider/aws/logs/) resource attributes in the `AwsEcsResourceDetector` detector when the ECS Metadata v4 is available
11871187
([#1212](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1212))
11881188
- `opentelemetry-instrumentation-aio-pika` Support `aio_pika` 8.x
11891189
([#1481](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1481))
@@ -1379,7 +1379,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13791379
- Add a test for asgi using NoOpTracerProvider
13801380
([#1367](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1367))
13811381

1382-
## [1.12.0rc2-0.32b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2-0.32b0) - 2022-07-01
1382+
## [1.12.0rc2-0.32b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2) - 2022-07-01
13831383

13841384
- Pyramid: Only categorize 500s server exceptions as errors
13851385
([#1037](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1037))
@@ -2013,7 +2013,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20132013
- `opentelemetry-instrumentation-grpc` Add tests for grpc span attributes, grpc `abort()` conditions
20142014
([#236](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/236))
20152015
- Add README and example app for Prometheus Remote Write Exporter
2016-
([#227](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/227]))
2016+
([#227](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/227))
20172017
- `opentelemetry-instrumentation-botocore` Adds a field to report the number of retries it take to complete an API call
20182018
([#275](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/275))
20192019
- `opentelemetry-instrumentation-requests` Use instanceof to check if responses are valid Response objects
@@ -2400,8 +2400,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24002400
- `opentelemetry-ext-http-requests` Updates for core library changes
24012401

24022402
- `Added support for PyPy3` Initial release
2403-
2404-
## [#1033](https://github.com/open-telemetryopentelemetry-python-contrib/issues/1033)
2403+
([#1033](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1033))
24052404

24062405
## Version 0.1a0 (2019-09-30)
24072406

0 commit comments

Comments
 (0)