mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
telemetry: Remove leftover Stats.Callback
Seems to be forgotten in e475a5ef91.
This commit is contained in:
parent
b61b0ab279
commit
d97e1624dc
1 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ var Stats struct {
|
|||
Config com.Counter
|
||||
State com.Counter
|
||||
History com.Counter
|
||||
Callback com.Counter
|
||||
Overdue com.Counter
|
||||
HistoryCleanup com.Counter
|
||||
NotificationSync com.Counter
|
||||
|
|
@ -29,7 +28,6 @@ func WriteStats(ctx context.Context, client *redis.Client, logger *logging.Logge
|
|||
"config_sync": &Stats.Config,
|
||||
"state_sync": &Stats.State,
|
||||
"history_sync": &Stats.History,
|
||||
"callback_sync": &Stats.Callback,
|
||||
"overdue_sync": &Stats.Overdue,
|
||||
"history_cleanup": &Stats.HistoryCleanup,
|
||||
"notification_sync": &Stats.NotificationSync,
|
||||
|
|
|
|||
Loading…
Reference in a new issue