File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ accept = ["200..=299", "403"]
55exclude = [
66 # excluding links to pull requests and issues is done for performance
77 " ^https://github.com/open-telemetry/opentelemetry-specification/(issue|pull)/\\ d+$" ,
8+ # TODO (trask) remove this exclusion after next semconv release
9+ # see https://github.com/open-telemetry/opentelemetry-specification/pull/4376
10+ " ^https://opentelemetry.io/docs/specs/semconv/general/naming/$" ,
811 # TODO (trask) look into this
912 " ^https://docs.google.com/document/d/1d0afxe3J6bQT-I6UbRXeIYNcTIyBQv4axfjKF4yvAPA/edit"
1013]
Original file line number Diff line number Diff line change 11<!-- - Hugo front matter used to generate the website version of this page:
2- redirect: /docs/specs/semconv/general/attribute- naming/ 301!
2+ redirect: /docs/specs/semconv/general/naming/ 301!
33--->
44
55# Attribute Naming
66
77This page has moved to
8- [ Attribute Naming] ( https://opentelemetry.io/docs/specs/semconv/general/attribute- naming/ ) .
8+ [ Naming] ( https://opentelemetry.io/docs/specs/semconv/general/naming/ ) .
You can’t perform that action at this time.
0 commit comments