mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
Fix health tapper status count (#538)
This commit is contained in:
parent
4de795e463
commit
397d3931ad
@ -24,7 +24,7 @@ func HealthCheck(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tappers := make([]shared.TapperStatus, len(providers.TappersStatus))
|
tappers := make([]shared.TapperStatus, 0)
|
||||||
for _, value := range providers.TappersStatus {
|
for _, value := range providers.TappersStatus {
|
||||||
tappers = append(tappers, value)
|
tappers = append(tappers, value)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user