Skip to content

Commit 4318288

Browse files
authored
Update docsy and OpAMP to 0.8.0, clean up htmltest config (open-telemetry#3620)
1 parent 73a74bc commit 4318288

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

.htmltest.yml

+7-10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ IgnoreDirectoryMissingTrailingSlash: true
44
IgnoreAltMissing: true
55
IgnoreCanonicalBrokenLinks: false
66
CheckMailto: false
7+
IgnoreDirs:
8+
- ^blog/(\d+/)?page/\d+
79
IgnoreInternalURLs: # list of paths
810
IgnoreURLs: # list of regexs of paths or URLs to be ignored
911
- ^/docs/instrumentation/\w+/(api|examples)/$
@@ -18,6 +20,9 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
1820
- ^https?://127\.0\.0\.1\b
1921
- ^https?://(otel-demo|traefik)\.localhost
2022

23+
# OpAMP spec:
24+
- ^https://pdf.sciencedirectassets.com/280203/1-s2.0-S1877050919X0006X/1-s2.0-S1877050919303576/main.pdf\?
25+
2126
# Sites that deny access, always yielding 403 Forbidden (unless mentioned otherwise)
2227
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
2328
- ^https://(www\.)?mvnrepository\.com
@@ -41,13 +46,5 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
4146
- ^https://crates\.io/crates
4247
# TODO: drop after fix to https://github.com/micrometer-metrics/micrometer-docs/issues/239
4348
- ^https://micrometer\.io/docs
44-
# TODO: drop after fix to https://github.com/google/docsy/issues/1337
45-
- ^https://opentelemetry\.io/.
46-
# TODO: drop after fix to https://github.com/open-telemetry/opentelemetry.io/issues/2354
47-
- ^https://open-telemetry\.github\.io/opentelemetry-python/benchmarks/
48-
# TODO: remove after merge of https://github.com/open-telemetry/opentelemetry.io/pull/2594
49-
- ^https://elastic.co/blog/ecs-elastic-common-schema-otel-opentelemetry-announcement
50-
# TODO: remove after OpAMP spec is fixed: https://github.com/open-telemetry/opamp-spec/issues/148
51-
- ^https://example.com:4318/v1/metrics
52-
- ^https://pdf.sciencedirectassets.com/280203/1-s2.0-S1877050919X0006X
53-
- ^https://research.fb.com/wp-content/uploads/2016/11/holistic-configuration-management-at-facebook.pdf
49+
# TODO: ensure .json isn't set as an alternate in ecosystem/registry/index.html and then drop:
50+
- ^https://opentelemetry.io/ecosystem/registry/index.json

static/refcache.json

+8
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,10 @@
15751575
"StatusCode": 206,
15761576
"LastSeen": "2023-06-30T09:35:36.578946-04:00"
15771577
},
1578+
"https://elastic.co/blog/ecs-elastic-common-schema-otel-opentelemetry-announcement": {
1579+
"StatusCode": 200,
1580+
"LastSeen": "2023-11-29T05:19:30.624412-05:00"
1581+
},
15781582
"https://en.cppreference.com/w/cpp/container/set": {
15791583
"StatusCode": 200,
15801584
"LastSeen": "2023-06-29T16:10:28.50163-04:00"
@@ -5263,6 +5267,10 @@
52635267
"StatusCode": 206,
52645268
"LastSeen": "2023-06-30T09:40:22.564248-04:00"
52655269
},
5270+
"https://research.facebook.com/file/877841159827226/holistic-configuration-management-at-facebook.pdf": {
5271+
"StatusCode": 206,
5272+
"LastSeen": "2023-11-29T05:30:49.447684-05:00"
5273+
},
52665274
"https://roadrunner.dev/": {
52675275
"StatusCode": 200,
52685276
"LastSeen": "2023-07-31T14:07:56.022667827Z"

0 commit comments

Comments
 (0)