Skip to content

Commit

Permalink
feat: openapi新增度量能力 #9638
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Nov 9, 2023
1 parent 9a300da commit d700a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import org.elasticsearch.client.RestClient
import org.elasticsearch.client.RestClientBuilder
import org.slf4j.LoggerFactory

@Suppress("LongParameterList", "MagicNumber")
@Suppress("LongParameterList", "MagicNumber", "ComplexMethod")
object ESConfigUtils {

fun getClientBuilder(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import org.elasticsearch.search.aggregations.pipeline.SimpleValue
import org.elasticsearch.search.builder.SearchSourceBuilder
import org.slf4j.LoggerFactory

@Suppress("NestedBlockDepth")
@Suppress("NestedBlockDepth", "ComplexMethod")
class ESServiceImpl constructor(
private val logClient: LogClient,
private val redisOperation: RedisOperation,
Expand Down

0 comments on commit d700a0c

Please sign in to comment.