1. IBM Documentation, Instana Observability, "Monitoring AWS Lambda": "Instana offers monitoring for AWS Lambda functions. The monitoring is done by including an Instana library in the function's code or by including the Instana Lambda Layer." This document details the specific mechanism for Lambda, which functions as the serverless agent.
2. IBM Documentation, Instana Observability, "AWS Sensor - Monitored Services": This page lists Amazon SQS and Amazon Kinesis as services monitored by the AWS Sensor. The monitoring approach described for these services is based on collecting metrics from AWS CloudWatch, not deploying an in-process agent.
3. IBM Documentation, Instana Observability, "Azure Sensor - Monitored Services": This document lists Azure Cache for Redis as a monitored service. The monitoring is performed by querying the Azure Monitor API for metrics, which is different from using a serverless agent.