You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/04/10 14:20:44 UTC

[skywalking] branch master updated: Polish aws cloud service monitoring documents (#10665)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new dc801a20a8 Polish aws cloud service monitoring documents (#10665)
dc801a20a8 is described below

commit dc801a20a8437a967f684cca308b80f300898221
Author: pg.yang <pg...@hotmail.com>
AuthorDate: Mon Apr 10 22:20:36 2023 +0800

    Polish aws cloud service monitoring documents (#10665)
---
 docs/en/setup/backend/aws-firehose-receiver.md           | 7 +++++++
 docs/en/setup/backend/backend-aws-dynamodb-monitoring.md | 4 +++-
 docs/en/setup/backend/backend-aws-eks-monitoring.md      | 2 ++
 docs/en/setup/backend/backend-aws-s3-monitoring.md       | 2 ++
 4 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/aws-firehose-receiver.md b/docs/en/setup/backend/aws-firehose-receiver.md
index f667c74cda..23155e4f5f 100644
--- a/docs/en/setup/backend/aws-firehose-receiver.md
+++ b/docs/en/setup/backend/aws-firehose-receiver.md
@@ -14,6 +14,11 @@ Usually, the [AWS CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWat
 CloudWatch metrics with S3 -->  CloudWatch Metric Stream (OpenTelemetry formart) --> Kinesis Data Firehose Delivery Stream --> AWS Firehose receiver(OAP) --> OpenTelemetry receiver(OAP)
 ```
 
+The following blogs demonstrate complete setup process for AWS S3 and API Gateway:
+
+* [Monitoring DynamoDB with SkyWalking](https://skywalking.apache.org/blog/2023-03-13-skywalking-aws-dynamodb/) 
+* [Monitoring AWS EKS and S3 with SkyWalking](https://skywalking.apache.org/blog/2023-03-12-skywalking-aws-s3-eks/)
+
 ## Supported metrics
 
 | Description                             | Configuration File                  | Data Source                                                                                                                                       |
@@ -21,6 +26,8 @@ CloudWatch metrics with S3 -->  CloudWatch Metric Stream (OpenTelemetry formart)
 | Metrics of AWS Cloud S3                 | otel-rules/aws-s3/s3-service.yaml   | AWS CloudWatcher Metrics Stream -> AWS Firehose delivery stream -> SkyWalking OAP Server with [AWS Firehose receiver](./aws-firehose-receiver.md) |
 | Metrics of AWS DynamoDB | otel-rules/aws-dynamodb/dynamodb-service.yaml  | AWS CloudWatcher Metrics Stream -> AWS Firehose delivery stream -> SkyWalking OAP Server with [AWS Firehose receiver](./aws-firehose-receiver.md) |
 | Metrics of AWS DynamoDB | otel-rules/aws-dynamodb/dynamodb-endpoint.yaml | AWS CloudWatcher Metrics Stream -> AWS Firehose delivery stream -> SkyWalking OAP Server with [AWS Firehose receiver](./aws-firehose-receiver.md) |
+| Metrics of AWS API Gateway | otel-rules/aws-gateway/gateway-service.yaml | AWS CloudWatcher Metrics Stream -> AWS Firehose delivery stream -> SkyWalking OAP Server with [AWS Firehose receiver](./aws-firehose-receiver.md) |
+| Metrics of AWS API Gateway | otel-rules/aws-gateway/gateway-endpoint.yaml | AWS CloudWatcher Metrics Stream -> AWS Firehose delivery stream -> SkyWalking OAP Server with [AWS Firehose receiver](./aws-firehose-receiver.md) |
 
 ## Notice
 
diff --git a/docs/en/setup/backend/backend-aws-dynamodb-monitoring.md b/docs/en/setup/backend/backend-aws-dynamodb-monitoring.md
index 15bce3fde7..d5c3fe2386 100644
--- a/docs/en/setup/backend/backend-aws-dynamodb-monitoring.md
+++ b/docs/en/setup/backend/backend-aws-dynamodb-monitoring.md
@@ -11,6 +11,8 @@ SkyWalking leverages Amazon Kinesis Data Filehose with [Amazon CloudWatch](https
 2. Config [aws-firehose-receiver](aws-firehose-receiver.md) to receive data.
 3. Create CloudWatch metric stream, and select the Firehose Delivery Stream which has been created above, set `Select namespaces` to `AWS/DynamoDB`, `Select output format` to `OpenTelemetry 0.7`. refer to [CloudWatch Metric Streams](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Metric-Streams.html)
 
+Read [Monitoring DynamoDB with SkyWalking](https://skywalking.apache.org/blog/2023-03-13-skywalking-aws-dynamodb/) for more details
+
 ### DynamoDB Monitoring
 DynamoDB monitoring provides monitoring of the status and resources of the DynamoDB server. AWS user id is cataloged as a `Layer: AWS_DYNAMODB` `Service` in OAP.
 Each DynamoDB table is cataloged as an `Endpoint` in OAP.
@@ -33,4 +35,4 @@ Each DynamoDB table is cataloged as an `Endpoint` in OAP.
 ### Customizations
 You can customize your own metrics/expression/dashboard panel.
 The metrics definition and expression rules are found in `/config/otel-rules/aws-dynamodb`.
-The DynamoDB dashboard panel configurations are found in `/config/ui-initialized-templates/aws_dynamodb`.
\ No newline at end of file
+The DynamoDB dashboard panel configurations are found in `/config/ui-initialized-templates/aws_dynamodb`.
diff --git a/docs/en/setup/backend/backend-aws-eks-monitoring.md b/docs/en/setup/backend/backend-aws-eks-monitoring.md
index ffde5274d3..0b8fee1dac 100644
--- a/docs/en/setup/backend/backend-aws-eks-monitoring.md
+++ b/docs/en/setup/backend/backend-aws-eks-monitoring.md
@@ -10,6 +10,8 @@ SkyWalking leverages OpenTelemetry Collector with [AWS Container Insights Receiv
 1. Deploy [amazon/aws-otel-collector](https://hub.docker.com/r/amazon/aws-otel-collector) with [AWS Container Insights Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/awscontainerinsightreceiver/README.md) to EKS
 2. Config SkyWalking [OpenTelemetry receiver](opentelemetry-receiver.md).
 
+Read [Monitoring AWS EKS and S3 with SkyWalking](https://skywalking.apache.org/blog/2023-03-12-skywalking-aws-s3-eks/) for more details
+
 ### EKS Monitoring
 [AWS Container Insights Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/awscontainerinsightreceiver/README.md) provides multiple dimensions metrics for EKS  cluster, node, service, etc.
 Accordingly, SkyWalking observes the status, and payload of the EKS cluster, which is cataloged as a `LAYER: AWS_EKS` `Service` in the OAP. Meanwhile, the k8s nodes would be recognized as `LAYER: AWS_EKS` `instance`s. The k8s service would be recognized as `endpoint`s.
diff --git a/docs/en/setup/backend/backend-aws-s3-monitoring.md b/docs/en/setup/backend/backend-aws-s3-monitoring.md
index 390502be79..e5bf597eea 100644
--- a/docs/en/setup/backend/backend-aws-s3-monitoring.md
+++ b/docs/en/setup/backend/backend-aws-s3-monitoring.md
@@ -12,6 +12,8 @@ Amazon Simple Storage Service (Amazon S3) is an object storage service. SkyWalki
 2. Create an Amazon Kinesis Data Firehose Delivery Stream, and set [AWS Kinesis Data Firehose receiver](./aws-firehose-receiver.md)'s address as HTTP(s) Destination, refer to [Create Delivery Stream](https://docs.aws.amazon.com/firehose/latest/dev/basic-create.html)
 3. Create CloudWatch metric stream, and select the Firehose Delivery Stream which has been created above, set `Select namespaces` to `AWS/S3`, `Select output format` to `OpenTelemetry 0.7`. refer to [CloudWatch Metric Streams](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Metric-Streams.html)
 
+Read [Monitoring AWS EKS and S3 with SkyWalking](https://skywalking.apache.org/blog/2023-03-12-skywalking-aws-s3-eks/) for more details
+
 ### S3 Monitoring
 
 SkyWalking observes CloudWatch metrics of the S3 bucket, which is cataloged as a `LAYER: AWS_S3` `Service` in the OAP.