Skip to content

Commit 6ab8f01

Browse files
Gordon Pham-Nguyengordonpn
authored andcommitted
run spotless apply and upgrade spotless java to current latest (or else
it would not have been able to run)
1 parent 2d0c8e8 commit 6ab8f01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Generate CloudWatch metrics embedded within structured log events. The embedded
1616

1717
- **Generate custom metrics across compute environments**
1818

19-
- Easily generate custom metrics from Lambda functions without requiring custom batching code, making blocking network requests or relying on third-party software.
20-
- Other compute environments (EC2, On-prem, ECS, EKS, and other container environments) are supported by installing the [CloudWatch Agent](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Generation_CloudWatch_Agent.html).
21-
- Examples can be found in [examples/README.md](examples/README.md)
19+
- Easily generate custom metrics from Lambda functions without requiring custom batching code, making blocking network requests or relying on third-party software.
20+
- Other compute environments (EC2, On-prem, ECS, EKS, and other container environments) are supported by installing the [CloudWatch Agent](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Generation_CloudWatch_Agent.html).
21+
- Examples can be found in [examples/README.md](examples/README.md)
2222

2323
- **Link metrics to high cardinality context**
2424

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
plugins {
1717
id 'java-library'
18-
id 'com.diffplug.spotless' version '5.8.2'
18+
id 'com.diffplug.spotless' version '6.14.0'
1919
id 'maven-publish'
2020
id 'signing'
2121
id "me.champeau.jmh" version "0.6.6"

0 commit comments

Comments
 (0)