Skip to content

Commit eb01774

Browse files
committed
remove EKS docs, relink to EKS addon docs, clean up releases page
1 parent 27ce390 commit eb01774

File tree

6 files changed

+5
-88
lines changed

6 files changed

+5
-88
lines changed

src/config/sideBarData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const sideBarData = [
8686
{label: "ECS", link: "/docs/setup/ecs"},
8787
{label: "ECS Console Setup", link: "/docs/getting-started/ecs-configurations/ecs-console-setup"},
8888
{label: "EC2", link: "/docs/setup/ec2"},
89-
{label: "EKS", link: "/docs/setup/eks"},
89+
{label: "EKS", link: "/docs/getting-started/adot-eks-add-on"},
9090
{label: "On-Premises", link: "/docs/setup/on-premises"},
9191
{label: "Debian", link: "/docs/setup/build-collector-as-debian"},
9292
{label: "RPM", link: "/docs/setup/build-collector-as-rpm"},

src/docs/getting-started/cloudwatch-metrics.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ computing environment for collecting metrics from various of applications.
3333
For more information about installing ADOT Collector for each of the AWS platforms, see the getting started section for
3434
* <Link to="/docs/setup/ecs">ECS</Link>
3535
* <Link to="/docs/setup/ec2">EC2</Link>
36-
* <Link to="/docs/setup/eks">EKS</Link>
36+
* <Link to="/docs/getting-started/adot-eks-add-on">EKS</Link>
3737
* <Link to="/docs/setup/on-premises">On-Premises</Link>
3838

3939
We will discuss how to configure the ADOT Collector to send different application metrics.
@@ -117,6 +117,3 @@ processors:
117117
118118
For new updates and configuration options on CloudWatch Metrics support, follow us on
119119
[AWS EMF Repo](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/master/exporter/awsemfexporter).
120-
121-
122-

src/docs/getting-started/collector.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To build ADOT Collector locally, you will need to have Golang installed. You can
1313
ADOT Collector supports all AWS computing platforms and docker/kubernetes. Here are some examples on how to run ADOT Collector to send telemetry data:
1414
* [Run it with Docker](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/docker-demo.md)
1515
* [Run it with ECS](/docs/setup/ecs)
16-
* [Run it with EKS](/docs/setup/eks)
16+
* [Run it with EKS](/docs/getting-started/adot-eks-add-on)
1717
* [Run it on AWS Linux EC2](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/linux-rpm-demo.md)
1818
* [Run it on AWS Windows EC2](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/windows-other-demo.md)
1919
* [Run it on AWS Debian EC2](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/debian-deb-demo.md)
@@ -24,4 +24,4 @@ information about these two patterns [here](/docs/getting-started/collector/side
2424
### Build Your Own Artifacts
2525
Use the following instruction to build your own ADOT Collector artifacts:
2626
* [Build Docker Image](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/build-docker.md)
27-
* [Build RPM/Deb/MSI](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/build-aoc.md)
27+
* [Build RPM/Deb/MSI](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/build-aoc.md)

src/docs/getting-started/x-ray.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to set up the ADOT Collector on a particular platform such as EKS, ECS,
3333

3434
* [ECS](https://aws-otel.github.io/docs/setup/ecs)
3535
* [EC2](https://aws-otel.github.io/docs/setup/ec2)
36-
* [EKS](https://aws-otel.github.io/docs/setup/eks)
36+
* [EKS](https://aws-otel.github.io/docs/getting-started/adot-eks-add-on)
3737
* [On-Premises](https://aws-otel.github.io/docs/setup/on-premises)
3838

3939
ADOT also includes fully managed AWS Lambda Layers, which include an OpenTelemetry SDK and the ADOT Collector to auto-instrument your function for tracing with X-Ray.

src/docs/releases.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.js
1212
| Component Name | Link |
1313
|---------------------------------------------------------------------|---------------|
1414
| AWS Distro for OpenTelemetry Collector Version | <Link to="/download">Download</Link> |
15-
| AWS X-Ray Playground for OpenTelemetry Version | <Link to="/download">Download</Link> |
16-
| AWS Distro for OpenTelemetry Integeration Test Framework | <Link to="https://github.com/aws-observability/aws-otel-test-framework/releases">Release</Link> |
1715
| AWS Distro for OpenTelemetry Operator | <Link to="https://gallery.ecr.aws/aws-observability/adot-operator">Download</Link> |
1816

1917
<SectionSeparator />

src/docs/setup/eks.mdx

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)