mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 06:53:14 +08:00
fix: incorrect 5xx rate calculation (#1229)
This commit is contained in:
parent
7b315c6766
commit
4f12f8c85c
@ -1188,7 +1188,7 @@ func (r *ClickHouseReader) GetServices(ctx context.Context, queryParams *model.G
|
||||
m4xx := make(map[string]uint64)
|
||||
|
||||
for j := range service4xxItems {
|
||||
m5xx[service4xxItems[j].ServiceName] = service4xxItems[j].Num4XX
|
||||
m4xx[service4xxItems[j].ServiceName] = service4xxItems[j].Num4XX
|
||||
}
|
||||
|
||||
for i := range serviceItems {
|
||||
|
Loading…
x
Reference in New Issue
Block a user