Skip to content

Commit 24ef6ec

Browse files
authored
Merge pull request #433 from erichsueh3/adot-eks-addon-advanced-config-blog
2 parents 86c8e7c + e792c99 commit 24ef6ec

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

src/content/BlogPosts/blogPosts.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "ADOT for EKS add-ons announces advanced configuration for Collector deployment"
10+
author: "Eric Hsueh"
11+
date: "12-December-2022"
12+
body:
13+
"This blog post announces the addition of Collector deployment to ADOT for EKS add-ons using add-ons advanced configuration."
14+
link: "/docs/adot-eks-add-on-collector-deployment"
15+
916
- title: "AWS Distro for OpenTelemetry v0.23.1 is now available"
1017
author: "Huy Vo"
1118
date: "09-December-2022"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: 'ADOT for EKS add-ons announces advanced configuration for Collector deployment'
3+
description:
4+
This blog post announces the addition of Collector deployment to ADOT for EKS add-ons using add-ons advanced configuration.
5+
6+
---
7+
8+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
9+
10+
<SectionSeparator />
11+
12+
AWS Distro for OpenTelemetry (ADOT) for Elastic Kubernetes Service (EKS) add-ons has introduced the ability to deploy an ADOT Collector during add-on installation. You can learn how to install ADOT for EKS add-ons on your EKS cluster by following the [Getting Started with AWS Distro for OpenTelemetry using EKS Add-Ons](/docs/getting-started/adot-eks-add-on) guide.
13+
14+
<SectionSeparator />
15+
16+
Using the advanced configuration feature for EKS add-ons, customers can deploy a Collector to an AWS service of their choice, without the need to manage it themselves. Send traces to AWS X-Ray, or metrics to Amazon Managed Prometheus or Amazon CloudWatch, with this extended functionality of ADOT for EKS add-ons.
17+
18+
To learn about how the EKS add-ons advanced configuration feature can be used for ADOT, see the [EKS add-ons Advanced Configuration for ADOT](/docs/getting-started/adot-eks-add-on/add-on-configuration) section of the getting started guide. Visit the [EKS add-ons Advanced Configuration for ADOT: Collector Deployment](/docs/getting-started/adot-eks-add-on/add-on-configuration-collector-deployment) section of the guide for more information on using the advanced configuration feature to deploy an ADOT Collector.

0 commit comments

Comments
 (0)