Skip to content

Commit fe62371

Browse files
authored
[IA] New platforms section with Android placeholder, and more (#6223)
1 parent a54407f commit fe62371

22 files changed

+541
-6
lines changed

.htmltest.yml

+6
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
7474
- ^https://shorturl.at/osHRX$
7575
# TODO move into content/en/blog/2023/contributing-to-otel/index.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
7676
- ^https://shorturl.at/vLYZ0$
77+
78+
# Temporary during IA rework
79+
# https://github.com/open-telemetry/opentelemetry.io/issues/6222
80+
- (^/docs|..)/(faas|kubernetes)\b
81+
- ^../lambda-collector/ # zh/docs/faas/lambda-manual-instrument/index.html
82+
- ^../../(helm|operator)\b # es/docs/kubernetes/collector/components/index.html

content/en/docs/platforms/_index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Platforms and environments
3+
linkTitle: Platforms
4+
description:
5+
Hardware & software platforms and environments supporting OpenTelemetry
6+
weight: 260
7+
---
8+
9+
OpenTelemetry is available for a variety of platforms and environments, ensuring
10+
seamless observability in hybrid systems. This section covers how to enable and
11+
use OpenTelemetry on supported platforms.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Android
3+
# description:
4+
---
5+
6+
Content coming soon!

content/en/docs/faas/_index.md content/en/docs/platforms/faas/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: FaaS
44
description: >-
55
OpenTelemetry supports various methods of monitoring Function-as-a-Service
66
provided by different cloud vendors
7-
weight: 360
7+
redirects: [{ from: /docs/faas/*, to: ':splat' }] # cSpell:disable-line
88
---
99

1010
Functions as a Service (FaaS) is an important serverless compute platform for

content/en/docs/kubernetes/_index.md content/en/docs/platforms/kubernetes/_index.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
22
title: OpenTelemetry with Kubernetes
33
linkTitle: Kubernetes
4-
weight: 350
5-
description: Using OpenTelemetry with Kubernetes
4+
redirects: [{ from: /docs/kubernetes/*, to: ':splat' }]
65
---
76

8-
## Introduction
9-
10-
[Kubernetes](https://kubernetes.io/) is an open source system for automating
7+
[Kubernetes](https://kubernetes.io/) is an open source system for automated
118
deployment, scaling, and management of containerized applications. It has become
129
a widely-adopted, industry tool, leading to an increased need for observability
1310
tooling. In response, OpenTelemetry has created many different tools to help

0 commit comments

Comments
 (0)