Skip to content

Commit ac2f077

Browse files
authored
Remove unused old markdown link check (#1993)
1 parent a5cec7d commit ac2f077

8 files changed

+3
-14
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
THIS FILE IS AUTOGENERATED. DO NOT MODIFY MANUALLY!
33
See CONTRIBUTING.md for instructions to add an entry.
44
##################################################### -->
5-
<!-- markdown-link-check-disable -->
65

76
# Changelog
87

docs/database/database-spans.md

-3
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,12 @@ Database spans MUST follow the overall [guidelines for span names](https://githu
6060

6161
The **span name** SHOULD be `{db.query.summary}` if a summary is available.
6262

63-
<!-- markdown-link-check-disable -->
64-
<!-- HTML anchors are not supported https://github.com/tcort/markdown-link-check/issues/225-->
6563
If no summary is available, the span name SHOULD be `{db.operation.name} {target}`
6664
provided that a (low-cardinality) `db.operation.name` is available (see below for
6765
the exact definition of the [`{target}`](#target-placeholder) placeholder).
6866

6967
If a (low-cardinality) `db.operation.name` is not available, database span names
7068
SHOULD default to the [`{target}`](#target-placeholder).
71-
<!-- markdown-link-check-enable -->
7269

7370
If neither `{db.operation.name}` nor `{target}` are available, span name SHOULD be `{db.system}`.
7471

docs/http/http-spans.md

-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ HTTP spans MUST follow the overall [guidelines for span names](https://github.co
6666

6767
HTTP span names SHOULD be `{method} {target}` if there is a (low-cardinality) `target` available. If there is no (low-cardinality) `{target}` available, HTTP span names SHOULD be `{method}`.
6868

69-
<!-- markdown-link-check-disable -->
70-
<!-- HTML anchors are not supported https://github.com/tcort/markdown-link-check/issues/225-->
7169
(see below for the exact definition of the [`{method}`](#method-placeholder) and [`{target}`](#target-placeholder) placeholders).
72-
<!-- markdown-link-check-enable -->
7370

7471
The <span id="method-placeholder">`{method}`</span> MUST be `{http.request.method}` if the method represents the original method known to the instrumentation.
7572
In other cases (when `{http.request.method}` is set to `_OTHER`), `{method}` MUST be `HTTP`.

docs/messaging/messaging-spans.md

-3
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,8 @@ in such a way that it cannot be changed by intermediaries.
192192

193193
Messaging spans SHOULD follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/specification/trace/api.md#span).
194194

195-
<!-- markdown-link-check-disable -->
196-
<!-- HTML anchors are not supported https://github.com/tcort/markdown-link-check/issues/225-->
197195
The **span name** SHOULD be `{messaging.operation.name} {destination}`
198196
(see below for the exact definition of the [`{destination}`](#destination-placeholder) placeholder).
199-
<!-- markdown-link-check-enable -->
200197

201198
Semantic conventions for individual messaging systems MAY specify different
202199
span name format and then MUST document it in semantic conventions

docs/system/hardware-metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please note that this is an [ongoing process](https://github.com/open-telemetry/
3737
- [`hw.voltage.` - Voltage sensor metrics](#hwvoltage---voltage-sensor-metrics)
3838

3939
> **Warning**
40-
> Existing instrumentations and collector that are using<!-- markdown-link-check-disable-next-line -->
40+
> Existing instrumentations and collector that are using
4141
> [v1.21.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/system/hardware-metrics.md)
4242
> (or prior):
4343
>

docs/system/process-metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metrics](/docs/runtime/README.md#metrics).
3232

3333
<!-- tocstop -->
3434

35-
> **Warning** Existing instrumentations and collector that are using<!-- markdown-link-check-disable-next-line -->
35+
> **Warning** Existing instrumentations and collector that are using
3636
> [v1.21.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/system/process-metrics.md)
3737
> (or prior):
3838
>

docs/system/system-metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Resource attributes related to a host, SHOULD be reported under the `host.*` nam
6060

6161
<!-- tocstop -->
6262

63-
> **Warning** Existing instrumentations and collector that are using<!-- markdown-link-check-disable-next-line -->
63+
> **Warning** Existing instrumentations and collector that are using
6464
> [v1.21.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/system/system-metrics.md)
6565
> (or prior):
6666
>

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"test": "npm run check"
1010
},
1111
"devDependencies": {
12-
"markdown-link-check": "3.11.2",
1312
"markdown-toc": "^1.2.0",
1413
"markdownlint-cli": "0.44.0",
1514
"prettier": "^3.0.0"

0 commit comments

Comments
 (0)