aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
442 stars 145 forks source link

Adding sample extensions for integrating the Lambda Telemetry API wit… #91

Closed awsshaw closed 1 year ago

awsshaw commented 1 year ago

…h OpenSearch and Prometheus

Description of changes:

Adding some examples of extensions that use the Lambda Telemetry API for sending metrics to OpenSearch and Prometheus. These are python examples, based on the existing Lambda Telemetry API example in this repository. Most of the implementation is in the telemetry_dispatcher.py file in each folder. The README.md details the design and usage of the extension.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.