Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Remove spring-cloud-aws-actuator module.
Browse files Browse the repository at this point in the history
Fixes gh-571
  • Loading branch information
maciejwalkowiak committed Jun 19, 2020
1 parent 73210d0 commit 27c332a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/spring-cloud-aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2326,13 +2326,13 @@ public class SimpleResourceLoadingBean {
----
== CloudWatch Metrics
Spring Cloud AWS provides Spring Boot auto-configuration for Micrometer CloudWatch integration.
To send metrics to CloudWatch add a dependency to `spring-cloud-aws-actuator` module:
To send metrics to CloudWatch add a dependency to `micrometer-registry-cloudwatch` module:

[source,xml,indent=0]
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws-actuator</artifactId>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-cloudwatch</artifactId>
</dependency>
----

Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<module>spring-cloud-aws-jdbc</module>
<module>spring-cloud-aws-messaging</module>
<module>spring-cloud-aws-autoconfigure</module>
<module>spring-cloud-aws-actuator</module>
<module>spring-cloud-aws-parameter-store-config</module>
<module>spring-cloud-aws-secrets-manager-config</module>
<module>spring-cloud-starter-aws</module>
Expand Down
51 changes: 0 additions & 51 deletions spring-cloud-aws-actuator/pom.xml

This file was deleted.

0 comments on commit 27c332a

Please sign in to comment.