variable name changes

This commit is contained in:
Seth Foster
2022-02-10 10:57:00 -05:00
parent 3993aa9524
commit 6db7cea148
2 changed files with 15 additions and 15 deletions

View File

@@ -160,7 +160,7 @@ class Metrics:
IntM('callback_receiver_batch_events_errors', 'Number of times batch insertion failed'),
FloatM('callback_receiver_events_insert_db_seconds', 'Time spent saving events to database'),
IntM('callback_receiver_events_insert_db', 'Number of events batch inserted into database'),
IntM('callback_receiver_emit_event_detail', 'Number of events broadcast to other control plane nodes'),
IntM('callback_receiver_events_broadcast', 'Number of events broadcast to other control plane nodes'),
HistogramM(
'callback_receiver_batch_events_insert_db', 'Number of events batch inserted into database', settings.SUBSYSTEM_METRICS_BATCH_INSERT_BUCKETS
),