alibaba / sentinel-golang

Sentinel Go enables reliability and resiliency for Go microservices
https://sentinelguard.io/
Apache License 2.0
2.79k stars 439 forks source link

feat: add RuleName() method to SentinelRule #551

Closed ansiz closed 1 year ago

ansiz commented 1 year ago

Describe what this PR does / why we need it

Added RuleName method to SentinelRule for better understanding of the intention of the rule when logging.

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews