Skip to content

Commit b247d8f

Browse files
committed
[CI] Report http scheme unless localhost, fix links
1 parent 6001585 commit b247d8f

File tree

10 files changed

+64
-48
lines changed

10 files changed

+64
-48
lines changed

content/en/blog/2023/end-user-discussions-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ they use OpenTelemetry in real life. Sessions are held for users in the Americas
2020
discussions take place using a
2121
[Lean Coffee format](https://agilecoffee.com/leancoffee/), whereby folks are
2222
invited to post their topics to the
23-
[Agile Coffee board like this one](http://agile.coffee/#b3b37364-d40e-4029-847c-8ee059d60855),
23+
[Agile Coffee board like this one](http://agile.coffee/?disable_http_check#b3b37364-d40e-4029-847c-8ee059d60855),
2424
and everyone in attendance votes on what they want to talk about.
2525

2626
This is a great way to meet other users in the OpenTelemetry community, and to

content/en/blog/2023/end-user-discussions-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Americas (AMER), Europe Middle-East & Africa (EMEA), and Asia-Pacific (APAC).
1818
The discussions take place using a
1919
[Lean Coffee format](https://agilecoffee.com/leancoffee/), whereby folks are
2020
invited to post their topics to the
21-
[Agile Coffee board like this one](http://agile.coffee/#3716060f-183a-4966-8da4-60daab2842c4),
21+
[Agile Coffee board like this one](http://agile.coffee/?disable_http_check#3716060f-183a-4966-8da4-60daab2842c4),
2222
and everyone in attendance votes on what they want to talk about.
2323

2424
## What we talked about

content/en/blog/2023/end-user-discussions-03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Americas (AMER), Europe Middle-East & Africa (EMEA), and Asia-Pacific (APAC).
1919
The discussions take place using a
2020
[Lean Coffee format](https://agilecoffee.com/leancoffee/), whereby folks are
2121
invited to post their topics to the
22-
[Agile Coffee board like this one](http://agile.coffee/#3716060f-183a-4966-8da4-60daab2842c4),
22+
[Agile Coffee board like this one](http://agile.coffee/?disable_http_check#3716060f-183a-4966-8da4-60daab2842c4),
2323
and everyone in attendance votes on what they want to talk about.
2424

2525
## What we talked about

content/en/blog/2023/end-user-discussions-04.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ regions again in May.
1313
The discussions take place using a
1414
[Lean Coffee format](https://agilecoffee.com/leancoffee/), whereby folks are
1515
invited to post their topics to the
16-
[Agile Coffee board like this one](http://agile.coffee/#2f83c1c1-918c-4c78-8671-194b2e9d8e54),
16+
[Agile Coffee board like this one](http://agile.coffee/?disable_http_check#2f83c1c1-918c-4c78-8671-194b2e9d8e54),
1717
and everyone in attendance votes on what they want to talk about.
1818

1919
## What we talked about

content/en/blog/2023/end-user-q-and-a-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ him in the
274274
channel!
275275

276276
Also, be sure to check out more of Doug's OTel adventures at this month's
277-
[OTel in Practice series, on March 27th, 09:00 PT/11:00 ET](http://surl.li/fqdox).
277+
[OTel in Practice series, on March 27th, 09:00 PT/11:00 ET](https://surl.li/fqdox).
278278

279279
## Final Thoughts
280280

content/en/blog/2023/otel-arrow/index.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ which is based on [Apache Arrow](https://arrow.apache.org/), a columnar-oriented
1515
memory format used for developing analytics applications. This integration
1616
facilitates a reduction in telemetry data traffic by a factor of 10 after
1717
compression, offering a 40% improvement over the best existing OpenTelemetry
18-
Protocol (OTLP) configurations with [Zstandard (zstd)](http://www.zstd.net/)
19-
compression enabled. As a result, this new protocol emerges as an optimal choice
20-
for transporting telemetry data over the internet. We are also excited to
21-
announce the release of a new pair of receiver/exporter in the
18+
Protocol (OTLP) configurations with
19+
[Zstandard (zstd)](https://facebook.github.io/zstd/) compression enabled. As a
20+
result, this new protocol emerges as an optimal choice for transporting
21+
telemetry data over the internet. We are also excited to announce the release of
22+
a new pair of receiver/exporter in the
2223
[opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/)
2324
repository that supports this protocol. This protocol, designed to complement
2425
the OTLP protocol in situations with substantial telemetry data volumes, has

content/en/blog/2024/cve-2024-36129.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,11 @@ If you are using a custom distribution and building it with the
100100
can add a
101101
[“replaces”](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder#configuration)
102102
entry pointing to the latest version of the
103-
[confighttp](http://go.opentelemetry.io/collector/config/confighttp) and
104-
[configgrpc](http://go.opentelemetry.io/collector/config/configgrpc) Go module.
105-
If your base Collector version is at v0.96.0 or higher, we do not expect any
106-
compatibility issues by just bumping to the latest version.
103+
[confighttp](https://pkg.go.dev/go.opentelemetry.io/collector/config/confighttp)
104+
and
105+
[configgrpc](https://pkg.go.dev/go.opentelemetry.io/collector/config/configgrpc)
106+
Go module. If your base Collector version is at v0.96.0 or higher, we do not
107+
expect any compatibility issues by just bumping to the latest version.
107108
108109
## Lessons learned
109110

content/en/docs/languages/python/mypy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 120
44
cSpell:ignore: mypy
55
---
66

7-
If you're using [mypy](http://mypy-lang.org/), you'll need to turn on
7+
If you're using [mypy](https://mypy-lang.org/), you'll need to turn on
88
[namespace packages](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-namespace-packages),
99
otherwise `mypy` won't be able to run correctly.
1010

layouts/_default/_markup/render-link.html

+16-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919

2020
{{ if and
21-
(strings.HasPrefix $.PageInner.RelPermalink "/docs/specs")
21+
(hasPrefix $.PageInner.RelPermalink "/docs/specs")
2222
(not $u.IsAbs)
23-
(not (strings.HasPrefix $url "#"))
23+
(not (hasPrefix $url "#"))
2424
-}}
2525
{{ $path := replaceRE `\bREADME\.md\b` "_index.md" $u.Path -}}
2626
{{ $href := $url -}}
@@ -61,6 +61,20 @@
6161
{{ end -}}
6262
{{ end -}}
6363
{{ end -}}
64+
{{ else if and $u.IsAbs (eq $u.Scheme "http")
65+
(not ($u.Query.Has "disable_http_check"))
66+
(not (findRE `\blocalhost\b|^127\.0` $u.Host))
67+
-}}
68+
{{/*
69+
TODO: drop the temporary allowance of various hosts such as publicsuffix.org once
70+
https://github.com/open-telemetry/opentelemetry.io/issues/6409
71+
is fully resolved.
72+
*/ -}}
73+
{{ if findRE `^(publicsuffix.org|docs.oasis|unitsofmeasure|connect.build)` $u.Host -}}
74+
{{/* Do nothing until semconv fixes land. */ -}}
75+
{{ else -}}
76+
{{ warnf "%s: use 'https' for external URL '%s', or add query parameter '?disable_http_check'" .Page.File.Path $url -}}
77+
{{ end -}}
6478
{{ end -}}
6579

6680
{{/* General link-render processing */ -}}

static/refcache.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,8 @@
44
"LastSeen": "2025-02-06T01:30:18.284Z"
55
},
66
"http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html": {
7-
"StatusCode": 200,
8-
"LastSeen": "2025-02-06T01:30:20.159Z"
9-
},
10-
"http://go.opentelemetry.io/collector/config/configgrpc": {
11-
"StatusCode": 200,
12-
"LastSeen": "2025-02-01T07:10:49.949312-05:00"
13-
},
14-
"http://go.opentelemetry.io/collector/config/confighttp": {
15-
"StatusCode": 200,
16-
"LastSeen": "2025-02-01T07:10:49.659547-05:00"
17-
},
18-
"http://mypy-lang.org/": {
197
"StatusCode": 206,
20-
"LastSeen": "2025-01-06T11:23:22.730585-05:00"
8+
"LastSeen": "2025-02-24T14:46:01.790558-05:00"
219
},
2210
"http://publicsuffix.org": {
2311
"StatusCode": 206,
@@ -4828,8 +4816,8 @@
48284816
"LastSeen": "2025-01-13T12:11:03.156031-05:00"
48294817
},
48304818
"https://github.com/open-telemetry/community#calendar": {
4831-
"StatusCode": 206,
4832-
"LastSeen": "2025-02-10T23:17:06.259092229Z"
4819+
"StatusCode": 200,
4820+
"LastSeen": "2025-02-24T18:45:12.345Z"
48334821
},
48344822
"https://github.com/open-telemetry/community#mailing-lists": {
48354823
"StatusCode": 200,
@@ -5148,20 +5136,20 @@
51485136
"LastSeen": "2025-02-11T17:52:52.423025+01:00"
51495137
},
51505138
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md#advanced-config": {
5151-
"StatusCode": 206,
5152-
"LastSeen": "2025-02-17T11:19:09.111297+01:00"
5139+
"StatusCode": 200,
5140+
"LastSeen": "2025-02-24T18:45:12.345Z"
51535141
},
51545142
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md#basic-config": {
5155-
"StatusCode": 206,
5156-
"LastSeen": "2025-02-17T11:19:06.75063+01:00"
5143+
"StatusCode": 200,
5144+
"LastSeen": "2025-02-24T18:45:12.345Z"
51575145
},
51585146
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md#context-inference": {
5159-
"StatusCode": 206,
5160-
"LastSeen": "2025-02-11T15:13:04.026653+01:00"
5147+
"StatusCode": 200,
5148+
"LastSeen": "2025-02-24T18:45:12.345Z"
51615149
},
51625150
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md#context-inferred-configurations": {
51635151
"StatusCode": 206,
5164-
"LastSeen": "2025-02-11T15:13:06.05203+01:00"
5152+
"LastSeen": "2025-02-24T18:45:59.999Z"
51655153
},
51665154
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md": {
51675155
"StatusCode": 206,
@@ -5752,12 +5740,12 @@
57525740
"LastSeen": "2025-01-16T14:34:12.144171-05:00"
57535741
},
57545742
"https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor#advanced-config": {
5755-
"StatusCode": 206,
5756-
"LastSeen": "2025-02-17T11:19:16.683343+01:00"
5743+
"StatusCode": 200,
5744+
"LastSeen": "2025-02-24T18:46:12.345Z"
57575745
},
57585746
"https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor#context-inference": {
5759-
"StatusCode": 206,
5760-
"LastSeen": "2025-02-13T16:50:41.935955+01:00"
5747+
"StatusCode": 200,
5748+
"LastSeen": "2025-02-24T18:46:12.345Z"
57615749
},
57625750
"https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver": {
57635751
"StatusCode": 206,
@@ -6496,8 +6484,8 @@
64966484
"LastSeen": "2025-02-19T19:17:45.009325266Z"
64976485
},
64986486
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/component/config.go#L50": {
6499-
"StatusCode": 206,
6500-
"LastSeen": "2025-02-19T19:17:42.775563833Z"
6487+
"StatusCode": 200,
6488+
"LastSeen": "2025-02-24T18:46:12.345Z"
65016489
},
65026490
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/pdata/internal/data/protogen/trace/v1/trace.pb.go": {
65036491
"StatusCode": 206,
@@ -6512,8 +6500,8 @@
65126500
"LastSeen": "2025-02-19T19:17:50.788198899Z"
65136501
},
65146502
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/receiver/receiver.go#L58": {
6515-
"StatusCode": 206,
6516-
"LastSeen": "2025-02-19T19:17:50.094394779Z"
6503+
"StatusCode": 200,
6504+
"LastSeen": "2025-02-24T18:46:12.345Z"
65176505
},
65186506
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/semconv/v1.9.0/generated_resource.go": {
65196507
"StatusCode": 206,
@@ -13943,6 +13931,10 @@
1394313931
"StatusCode": 200,
1394413932
"LastSeen": "2025-01-30T22:19:22.414Z"
1394513933
},
13934+
"https://mypy-lang.org/": {
13935+
"StatusCode": 206,
13936+
"LastSeen": "2025-02-24T16:11:00.392872-05:00"
13937+
},
1394613938
"https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-namespace-packages": {
1394713939
"StatusCode": 200,
1394813940
"LastSeen": "2025-02-06T02:26:59.999Z"
@@ -15519,6 +15511,14 @@
1551915511
"StatusCode": 200,
1552015512
"LastSeen": "2025-01-06T11:32:23.675071-05:00"
1552115513
},
15514+
"https://pkg.go.dev/go.opentelemetry.io/collector/config/configgrpc": {
15515+
"StatusCode": 200,
15516+
"LastSeen": "2025-02-24T15:00:02.897452-05:00"
15517+
},
15518+
"https://pkg.go.dev/go.opentelemetry.io/collector/config/confighttp": {
15519+
"StatusCode": 200,
15520+
"LastSeen": "2025-02-24T15:00:01.821356-05:00"
15521+
},
1552215522
"https://pkg.go.dev/go.opentelemetry.io/collector/confmap/provider/envprovider": {
1552315523
"StatusCode": 200,
1552415524
"LastSeen": "2024-11-19T13:34:41.905691-05:00"
@@ -16000,8 +16000,8 @@
1600016000
"LastSeen": "2025-01-06T11:32:19.346196-05:00"
1600116001
},
1600216002
"https://quarkus.io/guides/opentelemetry#configuration-reference": {
16003-
"StatusCode": 206,
16004-
"LastSeen": "2025-02-05T16:11:20.963349Z"
16003+
"StatusCode": 200,
16004+
"LastSeen": "2025-02-24T19:45:12.345Z"
1600516005
},
1600616006
"https://quarkus.io/guides/opentelemetry-logging": {
1600716007
"StatusCode": 206,

0 commit comments

Comments
 (0)