Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 418 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 418 Bytes

OpenTelemetry StatsD Meter Provider

This repository contains Python and Go implementations of an OpenTelemetry meter provider that sends metrics to a StatsD client. Usually metrics are sent synchronously using UDP, which makes it a good option for AWS Lambda metrics.

License

This project is licensed under the MIT LICENSE.