Class InfluxDbHealthContributorAutoConfiguration


@AutoConfiguration(after=InfluxDbAutoConfiguration.class) @ConditionalOnClass(org.influxdb.InfluxDB.class) @ConditionalOnBean(org.influxdb.InfluxDB.class) @ConditionalOnEnabledHealthIndicator("influxdb") @Deprecated(since="3.2.0", forRemoval=true) public class InfluxDbHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<InfluxDbHealthIndicator,org.influxdb.InfluxDB>
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
Since:
2.0.0
Author:
EddĂș MelĂ©ndez
  • Constructor Details

    • InfluxDbHealthContributorAutoConfiguration

      public InfluxDbHealthContributorAutoConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • influxDbHealthContributor

      @Bean @ConditionalOnMissingBean(name={"influxDbHealthIndicator","influxDbHealthContributor"}) public HealthContributor influxDbHealthContributor(Map<String,org.influxdb.InfluxDB> influxDbs)
      Deprecated, for removal: This API element is subject to removal in a future version.