metrics-aws-billing
An aws-billing plugin for segmentio/metrics.
Use this plugin to visualize your AWS hosting costs on a dashboard.
Installation
$ npm install metrics-aws-billing
Example
var Metrics = ;var billing = ; ;
Metrics
The metrics exposed by this plugin are:
aws billing total
- the total amount charged by AWS so far this billing periodaws billing estimated monthly total
- rolling 30 day estimate of the total cost
and for each product
, it will expose the following metric:
aws billing product total
- the total amount charged by AWS so far this billing periodaws billing product estimated monthly total
- rolling 30 day estimate of the total cost
Quickstart
Here's a full example of a Geckoboard dashboard showing your total AWS costs:
var Metrics = ;var billing = ;var geckoboard = 'api-key'; ;
License
MIT