File tree 3 files changed +19
-6
lines changed
3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ no_list: true
6
6
body_class : ot-schemas-404
7
7
#
8
8
# Note:
9
- # This page can be served from either `/schemas` or `/schemas`.
10
- # This is why the paths to sub-pages `list` and `latest` are absolute below.
9
+ # This page can be served from either `/schemas` or `/schemas/`.
10
+ # We've ensured that the paths to the `list` and `latest` work in
11
+ # both cases by making the path absolute.
11
12
#
12
13
---
13
14
@@ -19,8 +20,13 @@ these:
19
20
- More information about [ Telemetry Schemas] in general, or [ OpenTelemetry
20
21
Schema] in particular.
21
22
22
- > ** Note** : The path ` /schemas/ ` is reserved for the possible future use of
23
- > serving a machine-readable list of schemas.
23
+ {{% alert title="<i class=\" fa-solid fa-triangle-exclamation\" ></i > Warning" color="warning" %}}
24
+
25
+ The paths ` /schemas ` and ` /schemas/ ` reserved for the possible future use of
26
+ serving a machine-readable (` application/* ` ) list of schemas. This page, its
27
+ content, and formatting are ** non-normative** and ** subject to change** .
28
+
29
+ {{% /alert %}}
24
30
25
31
[ OpenTelemetry Schema ] : /docs/specs/otel/schemas/#opentelemetry-schema
26
32
[ Telemetry Schemas ] : /docs/specs/otel/schemas/
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ type: docs
5
5
body_class : ot-schema-list
6
6
---
7
7
8
+ {{% alert title="<i class=\" fa-solid fa-triangle-exclamation\" ></i > Warning" color="warning" %}}
9
+
10
+ This page, its content, and formatting are ** non-normative** and ** subject to
11
+ change** . In particular it is not meant for automated processing.
12
+
13
+ {{% /alert %}}
14
+
8
15
The OpenTelemetry schemas hosted on this site are listed below. To learn more
9
16
about schemas, see [ Telemetry Schemas] [ ] .
10
17
Original file line number Diff line number Diff line change 49
49
50
50
/schemas /schemas/? 404!
51
51
/schemas/latest /schemas/{{ $latestSchemaFile.Name }}
52
- /schemas/list /schemas/list/ 200
53
- /schemas/* /schemas/? 404 # Report 404 for anything else that's missing
52
+ /schemas/list /schemas/list/ 200 # Explicit rule to avoid the next catch all
53
+ /schemas/* /schemas/? 404 # Report 404 for anything else that's missing
54
54
55
55
{{/*
56
56
Social-media image redirects. As mentioned in
You can’t perform that action at this time.
0 commit comments