You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-4
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,14 @@
6
6
Go implementation of AWS CloudWatch [Embedded Metric Format](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Specification.html)
7
7
8
8
It's aim is to simplify reporting metrics to CloudWatch:
9
-
- using EMF avoids additional HTTP calls as it just logs JSON to stdout
10
-
- built in support for Lambda functions default dimensions and properties (happy to accept PR for EC2 support)
11
-
- no need for defining additional dependencies (or mocks in tests) to report metrics from inside your code
9
+
- using EMF avoids additional HTTP API calls to CloudWatch as metrics are logged in JSON format to stdout
10
+
- no need for additional dependencies in your services (or mocks in tests) to report metrics from inside your code
11
+
- built in support for default dimensions and properties for Lambda functions
12
+
- TODO support for default dimensions and properties for EC2 (please send pull requests)
12
13
13
-
Examples:
14
+
Supports namespaces, setting dimensions and properties as well as different contexts (at least partially).
0 commit comments