Log10 Loadshare __full__ Now
The mathematical definition is straightforward:
In distributed systems, loadshare represents the proportionate amount of traffic, computational work, or connection handles assigned to a specific node (server, container, or thread) relative to the total system capacity or total incoming requests. log10 loadshare
(Note: Without log10, shares would be ~90%, ~9%, ~0.9%, ~0.09%, ~0.009%.) shares would be ~90%
Use log10 to visualize your metrics. Often, a logarithmic graph of load sharing provides a much clearer picture of system health than a standard bar chart. Conclusion log10 loadshare
# Instantaneous loadshare per instance log10( sum by (instance) ( rate(http_requests_total[1m]) ) + 1 )