lightning-talks: X-RAY for Gerrit in AWS Change-Id: Ia189a4f8605eb91c68027b82c058f78c35080bdd
diff --git a/lightning-talks/xray-for-gerrit-in-aws.md b/lightning-talks/xray-for-gerrit-in-aws.md new file mode 100644 index 0000000..cfb57f4 --- /dev/null +++ b/lightning-talks/xray-for-gerrit-in-aws.md
@@ -0,0 +1,14 @@ +# XRAY for Gerrit in AWS + +Here at GerritForge we are doubling down +the [efforts to bring Gerrit to the cloud]( https://gitenterprise.me/2021/01/04/2021-whats-cooking-in-gerritforge/) +. As part of this endeavour, we have been working on the AWS-Gerrit project, +which strives to provide a framework to seamlessly deploy and maintain gerrit +installations in AWS. + +This short live demo will focus on one of our recent addition: the integration +with [AWS X-RAY](https://aws.amazon.com/xray/). X-Ray helps to understand how +Gerrit and related services are performing to identify and troubleshoot the root +cause of performance issues and errors. + +*[Antonio Barone, GerritForge](../speakers.md#syntonyze)* \ No newline at end of file
diff --git a/schedule.md b/schedule.md index aed6919..99706ec 100644 --- a/schedule.md +++ b/schedule.md
@@ -24,7 +24,7 @@ | 8:30 PST / 17:30 CET | [Promoting Situational Awareness in Code Review Platforms](sessions/promoting-situational-awareness-in-code-review.md) | | 9:00 PST / 18:00 CET | [An introduction to the pull-replication plugin](sessions/pull-replication-plugin.md) | | 9:30 PST / 18:30 CET | Q&A with the maintainers (may include 1-2 polls) | -| 10:30 PST / 19:30 CET | Lightning talk 6 - __available for proposals__ | +| 10:30 PST / 19:30 CET | [X-RAY for Gerrit in AWS](lightning-talks/xray-for-gerrit-in-aws.md) | | 10:40 PDT / 19:40 CET | Lightning talk 7 - __available for proposals__ | | 10:50 PDT / 19:50 CET | Final Q&A (may include a final poll) | | 11:00 PDT / 20:00 CET | End of Day 2 |
diff --git a/speakers.md b/speakers.md index e459f39..dae35fe 100644 --- a/speakers.md +++ b/speakers.md
@@ -87,3 +87,12 @@ numerous parts of the Gerrit ecosystem, such as: Gerrit core, multi-site, events-broker(Kafka and AWS Kinesis), pull-replication and external-ids online migration. + +### Antonio Barone - GerritForge {#syntonyze} + +[LinkedIn](https://uk.linkedin.com/in/anbarone/) + +Antonio joined GerritForge in 2018. Since then, he has contributed to the design +and development of various tools and plugins for Gerrit, such as DevOps +analytics, multi-site and chronicle-map. Recently, he zeroed in on the +integration of Gerrit with the cloud.