mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Add ability to listen on public interface.
Add ability to handle unknown keys. Update Readme.
This commit is contained in:
@@ -77,7 +77,7 @@ func (srv *SummaryService) aggregateBy(heartbeats []*models.Heartbeat, summaryTy
|
||||
}
|
||||
|
||||
if key == "" {
|
||||
continue
|
||||
key = "unknown"
|
||||
}
|
||||
|
||||
if _, ok := durations[key]; !ok {
|
||||
|
||||
Reference in New Issue
Block a user