icingadb/internal/config
Alvar Penning 697eca139d
Notifications: Address Code Review
- Bump IGL to latest changes in Icinga/icinga-go-library#145.
- Allow specifying which pipeline keys are relevant, ignore others.
- Allow specifying which pipeline key should be parsed in which type.
- Create history.DowntimeHistoryMeta as a chimera combining
  history.DowntimeHistory and history.HistoryDowntime to allow access
  event_type, distinguishing between downtime_start and downtime_end.
- Trace times for submission steps in the worker. Turns out, the single
  threaded worker blocks roughly two seconds for each
  Client.ProcessEvent method call. This might sum up to minutes if lots
  of events are processed at once. My current theory is that the delay
  results in the expensive bcrypt hash comparison on Notifications.
2025-11-17 09:20:07 +01:00
..
config.go Notifications: Address Code Review 2025-11-17 09:20:07 +01:00
config_test.go Test loading logging and retention options from YAML and env 2025-03-17 09:41:46 +01:00