Skip to content

Commit

Permalink
DOC: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Sep 9, 2021
1 parent 0850b67 commit db9aa6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
DynamoDB Metrics License
===

MIT License

Copyright (c) 2019-2020 Michael O'Brien
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
![DynamoDB Metrics](https://www.sensedeep.com/images/metrics-logo.png)

**DynamoDB Single Table Metrics**

[![Build Status](https://img.shields.io/github/workflow/status/sensedeep/dynamodb-metrics/build)](https://img.shields.io/github/workflow/status/sensedeep/dynamodb-metrics/build)
[![npm](https://img.shields.io/npm/v/dynamodb-metrics.svg)](https://www.npmjs.com/package/dynamodb-metrics)
[![npm](https://img.shields.io/npm/l/dynamodb-metrics.svg)](https://www.npmjs.com/package/dynamodb-metrics)
[![Coverage Status](https://coveralls.io/repos/github/sensedeep/dynamodb-metrics/badge.svg?branch=main)](https://coveralls.io/github/sensedeep/dynamodb-metrics?branch=main)

**DynamoDB Single Table Metrics**

DynamoDB Metrics is a library to capture and emit single table CloudWatch metrics.

Expand All @@ -18,6 +19,9 @@ If you've wondered:
* Which queries are the most inefficient (items vs scanned).
* Who is doing scans (app, function, model).

DynamoDB metrics was created for those who have existing code bases using DynamoDB and single-table design patterns and for whom using
[OneTable](https://github.com/sensedeep/dynamodb-onetable) would require a significant rewrite. It emits metrics that are compatible with those emited by OneTable.

## DynamoDB Metrics Features

* Easy 2-line integration.
Expand Down

0 comments on commit db9aa6a

Please sign in to comment.