alibaba / sentinel-golang

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

feat: add RuleName() method to SentinelRule #551

Closed ansiz closed 10 months ago

ansiz commented 10 months 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