Skip to content

Commit 455f0b8

Browse files
jtulianimaxday
authored andcommitted
Update profiler README.md (#79)
* Update profiler README.md Update license details in profiler README.md * Fix profiler links on main README Add /experimental/ path for profiler links on main README * README tweaks
1 parent 5274d38 commit 455f0b8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ See the [README](aws-lambda-java-log4j2/README.md) or the [official documentatio
142142
## Lambda Profiler Extension for Java - aws-lambda-java-profiler
143143

144144
<p align="center">
145-
<img src="aws-lambda-java-profiler/docs/example-cold-start-flame-graph-small.png" alt="A flame graph of a Java Lambda function">
145+
<img src="experimental/aws-lambda-java-profiler/docs/example-cold-start-flame-graph-small.png" alt="A flame graph of a Java Lambda function">
146146
</p>
147147

148148
This project allows you to profile your Java functions invoke by invoke, with high fidelity, and no code changes. It
149149
uses the [async-profiler](https://github.com/async-profiler/async-profiler) project to produce profiling data and
150150
automatically uploads the data as flame graphs to S3.
151151

152-
Follow our [Quick Start](aws-lambda-java-profiler) to profile your functions.
152+
Follow our [Quick Start](experimental/aws-lambda-java-profiler#quick-start) to profile your functions.
153153

154154
## Java implementation of the Runtime Interface Client API - aws-lambda-java-runtime-interface-client
155155
[![Maven](https://img.shields.io/maven-central/v/com.amazonaws/aws-lambda-java-runtime-interface-client.svg?label=Maven)](https://central.sonatype.com/artifact/com.amazonaws/aws-lambda-java-runtime-interface-client)

experimental/aws-lambda-java-profiler/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ This project has adopted the [Amazon Open Source Code of Conduct](https://aws.gi
105105

106106
## License
107107

108-
This project is licensed under the [Apache 2.0](../../LICENSE) License. It uses the [async-profiler](https://github.com/async-profiler/async-profiler), which is also released under the Apache 2.0 license.
108+
This project is licensed under the [Apache 2.0](../../LICENSE) License. It uses the following projects:
109109

110+
- [async-profiler](https://github.com/async-profiler/async-profiler) (Apache 2.0 license)
111+
- [AWS SDK for Java 2.0](https://github.com/aws/aws-sdk-java-v2) (Apache 2.0 license)
112+
- Other libraries in this repository (Apache 2.0 license)
110113

0 commit comments

Comments
 (0)