alibaba/Sentinel

[RFC] Sentinel PHP version

Open

#740 geöffnet am 8. Mai 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (8.150 Forks)batch import
area/polyglothelp wantedkind/feature

Repository-Metriken

Stars
 (23.109 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Issue Description

Type: feature request

Describe what feature you want

Implement PHP version of Sentinel, including (but not limited to):

  • Basic statistic structure (sliding window that can achieve high concurrency and accuracy)
  • Rate limiting
  • Circuit breaking based on error percentage or average response time
  • Logging (both common log and metric log)
  • Integrate with Sentinel dashboard (transport module)

Discussions are welcomed!

Contributor Guide