Skip to content

alibaba/sentinel-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4c2c59 · Dec 24, 2024
Oct 14, 2024
Oct 28, 2024
Oct 28, 2024
Oct 28, 2024
Feb 8, 2022
Apr 21, 2023
Dec 5, 2020
Dec 24, 2024
Jun 24, 2023
Sep 13, 2024
Mar 19, 2020
Mar 16, 2020
Jun 12, 2023
Jul 30, 2019
Feb 20, 2020
Apr 10, 2019
Jun 25, 2023
Oct 14, 2024
Oct 14, 2024

Repository files navigation

Sentinel Logo

Sentinel: The Sentinel of Your Microservices

CI codecov GoDoc Go Report Card License Gitter GitHub last commit GitHub repo size GitHub closed issues

Introduction

As distributed systems become increasingly popular, the reliability between services is becoming more important than ever before. Sentinel takes "flow" as breakthrough point, and works on multiple fields including flow control, traffic shaping, concurrency limiting, circuit breaking and system adaptive overload protection, to guarantee reliability and resiliency of microservices.

flow-overview

Sentinel provides the following features:

  • Rich applicable scenarios: Sentinel has been wildly used in Alibaba, and has covered almost all the core-scenarios in Double-11 (11.11) Shopping Festivals in the past 10 years, such as “Second Kill” which needs to limit burst flow traffic to meet the system capacity, throttling, circuit breaking for unreliable downstream services, distributed rate limiting, etc.
  • Real-time monitoring: Sentinel also provides real-time monitoring ability. You can see the runtime information of a single machine in real-time, and pump the metrics to outside metric components like Prometheus.
  • Cloud-native ecosystem: Sentinel Go provides out-of-box integrations with cloud-native components.

Documentation

GoDoc

See the 中文文档 for the document in Chinese.

See the Wiki for full documentation, examples, blog posts, and other information.

If you are using Sentinel, please leave a comment here to tell us your scenario to make Sentinel better. It's also encouraged to add the link of your blog post, tutorial, demo or customized components to Awesome Sentinel.

Sub-projects

Bugs and Feedback

For bug report, questions and discussions please submit GitHub Issues.

Contributing

Contributions are always welcomed! Please see CONTRIBUTING for detailed guidelines.

You can start with the issues labeled with good first issue.

Communication

  • DingTalk Group (钉钉群): 23339422
  • Gitter