cloudwatch-metrics icon indicating copy to clipboard operation
cloudwatch-metrics copied to clipboard

A small wrapper for simplifying AWS Cloudwatch metric creation and publishing.

Results 16 cloudwatch-metrics issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.412.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.0 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

When putting metric without dimension your code false to report metric to Cloudwatch. ``` let metrics = new cloudwatchMetrics.Metric('MyNamespace', 'Count', [], { enabled, sendInterval: 60 * 1000, // 1 minute....

Hello, The dependency on `aws-sdk` is pretty large, footprint-wise, we are talking about 40MB+. I would recommend to switch to ` @aws-sdk/client-cloudwatch`, loading only the `client-cloudwatch module` which should be...

Since the metrics are batched and each call to send only sends up to the metric limit, `shutdown` may only send one batch of metrics, rather than all metrics in...

Hello, It looks like there are some changes in the master branch that have been there for several months (namely the hasMetrics and shutdown methods). Are there plans to release...

I'm using this library to capture metrics for several node applications - I'd like to specify multiple dimensions in order to be able to filter within CloudWatch but once the...