Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / afex/hystrix-go issues and pull requests
#126 - update hystrix-go
Pull Request -
State: closed - Opened by sergioa 3 months ago
#125 - [PLAT-481] Remove `closenotify` in favor of `context`
Pull Request -
State: closed - Opened by bashhack 9 months ago
#124 - How to not set MaxConcurrentRequests?
Issue -
State: open - Opened by adhikag24 over 1 year ago
#123 - circuit breaker rolling window config
Pull Request -
State: open - Opened by raghavTayal almost 2 years ago
#122 - add concurrencyInUse metric to graphite
Pull Request -
State: open - Opened by bishnuag almost 2 years ago
#121 - Prometheus support for metric collection
Issue -
State: open - Opened by IshankGulati over 2 years ago
- 1 comment
#120 - support go module
Pull Request -
State: closed - Opened by cs-lexliu over 2 years ago
- 1 comment
#119 - Incorrect build instructions
Issue -
State: open - Opened by fgm about 3 years ago
#118 - Update vagrant.sh
Pull Request -
State: open - Opened by fgm about 3 years ago
#117 - Integrate with go-leak library and fix leaks
Pull Request -
State: open - Opened by isopropylcyanide over 3 years ago
- 2 comments
#116 - method executed within hystrix behaving weiredly
Issue -
State: open - Opened by Kaustavd over 3 years ago
#115 - circuit may open even though ErrorPercentThreshold is bigger than 100
Issue -
State: open - Opened by Heisenberg-Y over 3 years ago
#114 - Get the original error?
Issue -
State: open - Opened by liuaiyuan over 3 years ago
- 1 comment
#113 - can hystrix-go add config at runtime? hystrix.ConfigureCommand
Issue -
State: open - Opened by vvvvvw almost 4 years ago
- 1 comment
#112 - Add concurrencyInUse metric to Datadog collector
Pull Request -
State: open - Opened by eugeneius almost 4 years ago
#111 - High memory usage issues
Issue -
State: open - Opened by gitmko0 almost 4 years ago
#110 - A few questions...
Issue -
State: open - Opened by gitmko0 about 4 years ago
#109 - A little confusion of Lock
Issue -
State: open - Opened by Reese1995 about 4 years ago
#108 - can this package update to go mod?
Issue -
State: open - Opened by jiayiming001 over 4 years ago
#107 - fix go leak
Pull Request -
State: open - Opened by hjxp over 4 years ago
#106 - hystrix: wrap original err before returning from tryFallback
Pull Request -
State: open - Opened by krantideep95 over 4 years ago
- 2 comments
#105 - function trap
Issue -
State: open - Opened by hnistray almost 5 years ago
#104 - How to update config an runtime?
Issue -
State: open - Opened by jilieryuyi about 5 years ago
- 1 comment
#103 - CloseNotifier already deprecated use Request.Context instead
Pull Request -
State: open - Opened by lpxxn over 5 years ago
- 2 comments
#102 - Does the project have a maintainer?
Issue -
State: open - Opened by xild over 5 years ago
- 4 comments
#101 - State Change Callback in circuit breaker
Pull Request -
State: open - Opened by continuum-lokesh-jain over 5 years ago
#100 - Callback on Circuit State Change
Issue -
State: open - Opened by lkumarjain over 5 years ago
- 1 comment
#99 - Adding MaxConcurrency to statsd metric reporting
Pull Request -
State: open - Opened by yogeshsr about 6 years ago
- 1 comment
#98 - I find the hystrix has an erro, I use hystrix.Do method in my code, once the hystrix circuit is open, it will runs the runFunc and fallbackFunc forever. In my understanding, once the circuit is open, the code will run fallbackFunc unless the SleepWindow is open. I find another question is the code will lead to memory leak
Issue -
State: open - Opened by yangyunchao212 about 6 years ago
#97 - colse issuse #96
Pull Request -
State: open - Opened by lambdaxs about 6 years ago
- 1 comment
#96 - I need name info in Update func Callback
Issue -
State: open - Opened by lambdaxs about 6 years ago
#95 - metricExchange.Monitor and poolMetrics.Monitor goroutine leak
Issue -
State: open - Opened by foobatman about 6 years ago
#94 - add Flush by name, support force closed options
Pull Request -
State: open - Opened by tianxiaoliang over 6 years ago
#93 - fix "Hystrix Dashboard" link
Pull Request -
State: open - Opened by anatolym over 6 years ago
#92 - avoid call returnTicket() when asured ticket is nil
Pull Request -
State: open - Opened by zhiqiangxu over 6 years ago
#91 - Fix/add missing run duration buckets
Pull Request -
State: open - Opened by hikhvar over 6 years ago
#90 - rolling: Fix race condition in SortedDurations.
Pull Request -
State: open - Opened by samfishman over 6 years ago
#89 - Add statsd metric for concurrencyInUse
Pull Request -
State: closed - Opened by KevinPike over 6 years ago
- 2 comments
#88 - Expose concurrencyInUse
Pull Request -
State: closed - Opened by KevinPike over 6 years ago
- 1 comment
#87 - prevent incrementing stats for zero counts
Pull Request -
State: closed - Opened by afex over 6 years ago
#86 - Remove 'log' package usage. Allows for specifying a custom logger.
Pull Request -
State: closed - Opened by kaidence over 6 years ago
#85 - Panic when Timeout if setup output variable in function
Issue -
State: closed - Opened by chucobo124 over 6 years ago
#84 - Provide context for runFunc which is cancelled during timeouts
Issue -
State: open - Opened by cyrusaf over 6 years ago
- 2 comments
#83 - [README] Updated Hystrix dashboard url
Pull Request -
State: closed - Opened by dxtra over 6 years ago
#82 - simplify MetricCollector interface
Pull Request -
State: closed - Opened by afex almost 7 years ago
#81 - Goroutine leak or never stop
Issue -
State: closed - Opened by Petelin almost 7 years ago
- 1 comment
#80 - bug fix
Pull Request -
State: open - Opened by ccyun almost 7 years ago
#79 - support context and ignore circuit metrics for canceled contexts
Pull Request -
State: closed - Opened by brildum almost 7 years ago
- 2 comments
#78 - Treat bad requests separately from other errors
Pull Request -
State: closed - Opened by tamccall about 7 years ago
#77 - make rolling window configurable
Pull Request -
State: open - Opened by kuangchanglang about 7 years ago
#76 - Remove usage of package "log"
Pull Request -
State: closed - Opened by tonyghita about 7 years ago
- 1 comment
#75 - Request Buffer
Pull Request -
State: open - Opened by vermapratyush about 7 years ago
- 1 comment
#74 - Request buffer
Pull Request -
State: closed - Opened by vermapratyush about 7 years ago
- 1 comment
#73 - Goroutine leak?
Issue -
State: closed - Opened by sethgrid about 7 years ago
- 7 comments
#72 - Treat bad requests separately from other errors
Issue -
State: open - Opened by epivovar about 7 years ago
#71 - ReportEvent() race condition
Pull Request -
State: closed - Opened by cfchou over 7 years ago
- 1 comment
#70 - Tag for package management
Issue -
State: open - Opened by andycondon over 7 years ago
- 1 comment
#69 - Allow hystrix to be used without relying on global state
Pull Request -
State: open - Opened by jlym over 7 years ago
#68 - change go 1.6.0 to go 1.6
Pull Request -
State: closed - Opened by cfchou over 7 years ago
- 1 comment
#67 - tickets may not be returned to the pool and isTimeout race condition
Pull Request -
State: closed - Opened by cfchou over 7 years ago
- 3 comments
#66 - Running hystrix stream event on same port as golang
Issue -
State: open - Opened by debaghtk over 7 years ago
#65 - Dead or Alive?
Issue -
State: closed - Opened by SCKelemen over 7 years ago
- 4 comments
#64 - Fix goroutines leakage when flushing hystrix configuration
Pull Request -
State: open - Opened by MartinGaoR over 7 years ago
#63 - Add circuitEnable command property from https://github.com/Netflix/Hy…
Pull Request -
State: closed - Opened by tgracchus-zz over 7 years ago
#62 - Added a prometheus metrics collector plugin
Pull Request -
State: open - Opened by hikhvar over 7 years ago
- 3 comments
#61 - Adding active count and maximum active count into plugin metrics
Pull Request -
State: open - Opened by MartinGaoR almost 8 years ago
- 1 comment
#60 - Cascade commands
Issue -
State: open - Opened by stgleb almost 8 years ago
#59 - Travis Gimme fail to install 1.6.0
Issue -
State: closed - Opened by songrgg almost 8 years ago
#58 - Feature/expost more config
Pull Request -
State: closed - Opened by songrgg almost 8 years ago
#57 - Fix comments and do a little modification
Pull Request -
State: open - Opened by buptmiao almost 8 years ago
#56 - Expose more circuit metrics
Issue -
State: open - Opened by rgarcia about 8 years ago
#55 - Make runFunc and fallbackFunc exported types
Issue -
State: closed - Opened by tamccall about 8 years ago
#54 - Difference between DefaultVolumeThreshold and DefaultErrorPercentThreshold
Issue -
State: open - Opened by debraj-manna about 8 years ago
#53 - Hystrix Metrics Collector for Expvar backend
Pull Request -
State: open - Opened by jpastoor about 8 years ago
- 1 comment
#52 - Dynamically re-sizable ticketpool
Pull Request -
State: open - Opened by JReuling about 8 years ago
#51 - default config can be updated
Pull Request -
State: open - Opened by tietang over 8 years ago
#50 - Can't update global default Settings, I have created a patch. please you check it. Following "settings.go":
Issue -
State: open - Opened by tietang over 8 years ago
- 1 comment
#49 - don't allow circuit to open while recording metrics
Pull Request -
State: closed - Opened by afex over 8 years ago
#48 - add getter for Circuit map
Pull Request -
State: closed - Opened by kayla90 over 8 years ago
- 3 comments
#47 - Add NoOpCircuitBreaker
Pull Request -
State: open - Opened by wangfenjin over 8 years ago
- 1 comment
#46 - make ToggleForceOpen public
Pull Request -
State: open - Opened by dbenque almost 9 years ago
- 1 comment
#45 - Added support for CloseNotify in the event stream
Pull Request -
State: closed - Opened by dlclark about 9 years ago
- 3 comments
#44 - Do not wrap original err on fallback
Pull Request -
State: open - Opened by docbobo about 9 years ago
- 2 comments
#43 - collect all metrics during execution, only reporting them to the circuit when finished
Pull Request -
State: closed - Opened by afex over 9 years ago
#42 - Prevent double fallback
Pull Request -
State: closed - Opened by afex over 9 years ago
#41 - Possible regression in 5b79165
Issue -
State: closed - Opened by peterbourgon over 9 years ago
- 11 comments
#40 - optimize metric reporting
Pull Request -
State: closed - Opened by afex over 9 years ago
#39 - synchronous api
Pull Request -
State: closed - Opened by afex over 9 years ago
#38 - Real values for config eventstream
Pull Request -
State: closed - Opened by afex over 9 years ago
#37 - Load openedOrLastTestedTime atomically
Pull Request -
State: closed - Opened by ghost over 9 years ago
#36 - Fix default metric collector data race
Pull Request -
State: closed - Opened by ghost over 9 years ago
- 2 comments
#35 - Fix deadlock in ErrorPercent method where mutex is RLocked twice, and…
Pull Request -
State: closed - Opened by ghost over 9 years ago
- 1 comment
#34 - Datadog collector plugin
Pull Request -
State: closed - Opened by phylake over 9 years ago
- 3 comments
#33 - Rolling as float
Pull Request -
State: closed - Opened by afex over 9 years ago
#32 - Implement a badRequests counter
Pull Request -
State: closed - Opened by hugowetterberg over 9 years ago
- 5 comments
#31 - Make hystrix Default values writeable
Pull Request -
State: closed - Opened by keyneston over 9 years ago
#30 - investigate a synchronous api
Issue -
State: closed - Opened by afex over 9 years ago
Labels: enhancement, 0 - Backlog
#29 - Prevent double fallback
Pull Request -
State: closed - Opened by afex over 9 years ago
#23 - Closing error channel can panic
Issue -
State: closed - Opened by isaldana over 9 years ago
- 3 comments
Labels: 1 - Ready
#22 - export IsOpen
Pull Request -
State: closed - Opened by kanekv over 9 years ago
- 3 comments
Labels: 1 - Ready