From 8656f8da57b82e2c2e6a919f59cb66df7d10281e Mon Sep 17 00:00:00 2001 From: "nastassia.dailidava" Date: Sun, 20 Oct 2024 15:37:35 +0200 Subject: [PATCH] allegro-internal/flex-roadmap#819 removed ControlPlaneConfig ReactorUtils lint --- .../envoycontrol/infrastructure/ControlPlaneConfig.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/envoy-control-runner/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/infrastructure/ControlPlaneConfig.kt b/envoy-control-runner/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/infrastructure/ControlPlaneConfig.kt index 4b4e4918a..8d50b62b5 100644 --- a/envoy-control-runner/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/infrastructure/ControlPlaneConfig.kt +++ b/envoy-control-runner/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/infrastructure/ControlPlaneConfig.kt @@ -3,7 +3,6 @@ package pl.allegro.tech.servicemesh.envoycontrol.infrastructure import com.ecwid.consul.v1.ConsulClient import com.fasterxml.jackson.databind.ObjectMapper import io.micrometer.core.instrument.MeterRegistry -import io.micrometer.core.instrument.Tags import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty import org.springframework.boot.context.properties.ConfigurationProperties @@ -41,10 +40,6 @@ import pl.allegro.tech.servicemesh.envoycontrol.services.transformers.RegexServi import pl.allegro.tech.servicemesh.envoycontrol.services.transformers.ServiceInstancesTransformer import pl.allegro.tech.servicemesh.envoycontrol.snapshot.resource.listeners.filters.EnvoyHttpFilters import pl.allegro.tech.servicemesh.envoycontrol.synchronization.GlobalStateChanges -import pl.allegro.tech.servicemesh.envoycontrol.utils.CACHE_GROUP_COUNT_METRIC -import pl.allegro.tech.servicemesh.envoycontrol.utils.STATUS_TAG -import pl.allegro.tech.servicemesh.envoycontrol.utils.WATCH_ERRORS_METRIC -import pl.allegro.tech.servicemesh.envoycontrol.utils.WATCH_METRIC import reactor.core.scheduler.Schedulers import java.net.URI