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

Commit

Permalink
Removed hystrix (#1110)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Sherwood <[email protected]>
  • Loading branch information
shawn-sher and shawn-sher authored Feb 13, 2023
1 parent 6c753d2 commit 1a4a39b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 393 deletions.
1 change: 0 additions & 1 deletion cerberus-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-secrets:${versions.kork}"

// Misc
implementation "com.netflix.hystrix:hystrix-core:1.5.18" // TODO remove hystrix and use resilience4j
implementation "com.google.guava:guava:${versions.guava}" // todo, pretty sure with Java 11, we can get ride of this, we mostly use this for the collection builders.
implementation 'com.google.code.gson:gson:2.9.1' // todo delete, should use jackson. see cipher text utils

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.*;
import java.util.stream.Collectors;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
Expand Down
5 changes: 0 additions & 5 deletions cerberus-web/src/main/resources/cerberus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ cerberus:
# Every ten minutes
cronExpression: "0 */10 * ? * *"

# Generates drop wizard metrics on the status of Hystrix for monitoring and alerting
hystrixMetricsProcessingJob:
enabled: true
# Every ten seconds
cronExpression: "0/10 * * ? * *"

# This job will generate Key Performance Indicator Metrics (KPIs) for the Cerberus environment and use Drop Wizard to report these Metrics
# By default unless you provide your own reporter impl, these metrics are just logged via an SLF4j Logger.
Expand Down
Loading

0 comments on commit 1a4a39b

Please sign in to comment.