Skip to content

Releases: dominikhei/serverless-statistics

v0.1.0 Initial Release

02 Aug 12:45

Choose a tag to compare

Initial Release

First version of the Serverless Statistics SDK for Go. It enables you to analyze and monitor AWS Lambda functions using CloudWatch Logs and Metrics. Ideal for performance analysis, observability, and cost insights.

Metrics Supported

  • Cold Start Rate
  • Memory Usage Statistics
  • Timeout Rate
  • Throttle Rate
  • Error Rate
  • Error Types
  • Duration Statistics
  • Waste Ratio
  • Cold Start Duration Statistics

Features

  • Collects metrics from CloudWatch Logs and CloudWatch Metrics and aggregates them
  • Works with different AWS authentication methods (default chain, profile, explicit keys)
  • Designed for programmatic use in automation or monitoring pipelines

Installation

go get github.com/dominikhei/serverless-statistics@v0.1.0

For examples refer to the README