Skip to content

Commit

Permalink
Deprecated InfluxDB actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Nov 29, 2024
1 parent 7d5cae6 commit a4b23c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.springframework.boot.actuate.data.redis.RedisHealthIndicator;
import org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator;
import org.springframework.boot.actuate.health.PingHealthIndicator;
import org.springframework.boot.actuate.influx.InfluxDbHealthIndicator;
import org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator;
import org.springframework.boot.actuate.jms.JmsHealthIndicator;
import org.springframework.boot.actuate.ldap.LdapHealthIndicator;
Expand Down Expand Up @@ -39,7 +38,6 @@ public void run(ApplicationArguments args) {
.magenta(DataSourceHealthIndicator.class)
.magenta(DiskSpaceHealthIndicator.class)
.magenta(HazelcastHealthIndicator.class)
.magenta(InfluxDbHealthIndicator.class)
.magenta(JmsHealthIndicator.class)
.magenta(LdapHealthIndicator.class)
.magenta(MailHealthIndicator.class)
Expand Down

0 comments on commit a4b23c2

Please sign in to comment.