apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.53k stars 960 forks source link

[improve]Optimize delimiters #2155

Closed zhangshenghang closed 3 months ago

zhangshenghang commented 3 months ago

What's changed?

fix https://github.com/apache/hertzbeat/issues/2151 Change & to \u2002 En Space. This also looks convenient and does not affect the program. \u2002 Unlike spaces, it does not affect the program

effect:

image

Checklist

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 19.11%. Comparing base (c06f53c) to head (044a007). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2155 +/- ## ========================================= Coverage 19.11% 19.11% Complexity 1005 1005 ========================================= Files 391 391 Lines 16727 16727 Branches 2240 2240 ========================================= + Hits 3197 3198 +1 + Misses 13179 13178 -1 Partials 351 351 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.