alibaba/Sentinel

[RFC] Sentinel Node.js version

Open

#743 创建于 2019年5月9日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Java (23,109 star) (8,150 fork)batch import
SoC2021area/polyglothelp wantedkind/feature

描述

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!

贡献者指南