Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.04 KB

_index.md

File metadata and controls

27 lines (22 loc) · 1.04 KB
title linkTitle description weight
Functions as a Service
FaaS
OpenTelemetry supports various methods of monitoring Function-as-a-Service provided by different cloud vendors
360

Functions as a Service (FaaS) is an important serverless compute platform for cloud native applications. However, platform quirks usually mean these applications have slightly different monitoring guidance and requirements than applications running on Kubernetes or Virtual Machines.

The initial vendor scope of the FaaS documentation is around Microsoft Azure, Google Cloud Platform (GCP), and Amazon Web Services (AWS). AWS functions are also known as Lambda.

Community Assets

The OpenTelemetry community currently provides pre-built Lambda layers able to auto-instrument your application as well as a the option of standalone Collector Lambda layer that can be used when instrumenting applications manually or automatically.

The release status can be tracked in the OpenTelemetry-Lambda repository.