Skip to content

Commit 1e0c316

Browse files
svrnmchalincartermp
authored
Add redirects to collector/language-specific registry entries (#3932)
Signed-off-by: svrnm <[email protected]> Signed-off-by: Severin Neumann <[email protected]> Co-authored-by: Patrice Chalin <[email protected]> Co-authored-by: Phillip Carter <[email protected]>
1 parent 03f20df commit 1e0c316

File tree

13 files changed

+110
-1
lines changed

13 files changed

+110
-1
lines changed

.htmltest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ IgnoreDirs:
99
- ^blog/(\d+/)?page/\d+
1010
IgnoreInternalURLs: # list of paths
1111
IgnoreURLs: # list of regexs of paths or URLs to be ignored
12-
- ^/docs/languages/\w+/(api|examples)/$
12+
- ^/docs/languages/\w+/(api|examples|registry)/$
13+
- ^/docs/collector/registry/$
1314
- ^/docs/languages/net/(metrics-api|traces-api)/
1415
- ^/community/end-user/feedback-survey/$
1516
- ^(/docs/migration/)?opencensus/$

content/en/docs/collector/registry.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Exporters, processors, receivers and other useful components for the
5+
OpenTelemetry Collector
6+
redirect: /ecosystem/registry/?language=collector
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry C++
6+
redirect: /ecosystem/registry/?language=cpp
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Erlang/Elixir
6+
redirect: /ecosystem/registry/?language=erlang
7+
_build: { render: link }
8+
weight: 300
9+
---
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Go
6+
redirect: /ecosystem/registry/?language=go
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Java
6+
redirect: /ecosystem/registry/?language=java
7+
_build: { render: link }
8+
weight: 300
9+
---
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry JavaScript
6+
redirect: /ecosystem/registry/?language=js
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry .NET
6+
redirect: /ecosystem/registry/?language=dotnet
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry PHP
6+
redirect: /ecosystem/registry/?language=php
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Python
6+
redirect: /ecosystem/registry/?language=python
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Ruby
6+
redirect: /ecosystem/registry/?language=ruby
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Rust
6+
redirect: /ecosystem/registry/?language=rust
7+
_build: { render: link }
8+
weight: 300
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Registry
3+
description:
4+
Instrumentation libraries, exporters and other useful components for
5+
OpenTelemetry Swift
6+
redirect: /ecosystem/registry/?language=swift
7+
_build: { render: link }
8+
weight: 300
9+
---

0 commit comments

Comments
 (0)