alibaba/Sentinel

[RFC] Sentinel Node.js version

Open

#743 geöffnet am 9. Mai 2019

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (8.150 Forks)batch import
SoC2021area/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 Node.js version of Sentinel, including but not limited to:

  • Basic statistic structure, that is sliding window.
  • Rate limiting, the primary function of Sentinel.
  • Logging, with little or no outside dependencies to avoid potential package conflicts.
  • Extensible metrics interface, that can expose real-time metrics to outside consumer.
  • Embedded API server, to expose controlling API or metrics, etc.
  • Integrate with Sentinel dashboard, may need machine discovery.

Discussions are welcomed!

Contributor Guide