DOC

com.appoptics.agent.java : appoptics-aws-lambda

Maven & Gradle

Feb 06, 2021

AppOptics Java AWS Lambda · The AppOptics Java agent provides an instrumentation SDK for AWS Lambda as the appoptics-aws-lambda Maven artifact, which provides a convenience wrapper to trace functions, wrappers to trace the operation and propagate the trace context in Apache Http clients, and OpenTelemetry-compatible SDK to create custom spans for additional insight. In addition, appoptics-aws-lambda supports code profiling when the function is configured with enough memory/CPU.

Table Of Contents

Latest Version

Download com.appoptics.agent.java : appoptics-aws-lambda Javadoc & API Documentation - Latest Versions:

All Versions

Download com.appoptics.agent.java : appoptics-aws-lambda Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file appoptics-aws-lambda-1.0.1-javadoc.jar to appoptics-aws-lambda-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder appoptics-aws-lambda-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "appoptics-aws-lambda-1.0.1-sources.jar" -d "appoptics-aws-lambda-1.0.1-javadoc" -subpackages 

Advertisement