Skip to content

Commit

Permalink
[zh] Add faas/_index.md
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <[email protected]>
  • Loading branch information
my-git9 committed Jun 9, 2024
1 parent fadd494 commit 0848e37
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/zh/docs/faas/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 功能即服务(FaaS)
linkTitle: FaaS
description: >-
OpenTelemetry 支持不同云供应商提供的各种功能即服务(FaaS)的监控方法
weight: 360
default_lang_commit: 64fbfee6
---

功能即服务(FaaS)是云原生应用的重要无服务(Serverless)计算平台。
但是,平台怪癖通常意味着这些应用与在 Kubernetes 或虚拟机上运行的应用具有略微不同的监控指导和要求。

FaaS 文档的初始供应商范围是 Microsoft Azure、Google Cloud Platform(GCP)和
Amazon Web Services(AWS),AWS 的平台也称为 Lambda。

### 社区资产

OpenTelemetry 社区目前提供预构建的 Lambda 层,能够自动检测你的应用,
以及可以在手动或自动检测应用时使用的独立 Collector Lambda 层选项。

你可以在
[OpenTelemetry-Lambda 仓库](https://github.com/open-telemetry/opentelemetry-lambda)中跟踪发布状态。

0 comments on commit 0848e37

Please sign in to comment.