[Tarantool-patches] [PATCH v2 5/5] feedback_daemon: count and report some events
Alexander Turenko
alexander.turenko at tarantool.org
Tue Apr 13 11:31:37 MSK 2021
> @@ -462,6 +468,8 @@ box.schema.space.create = function(name, options)
> })
> _space:insert{id, uid, name, options.engine, options.field_count,
> space_options, format}
> +
> + feedback_save_event('create_space')
> return box.space[id], "created"
> end
What the counter will show, if I bootstrap an instance from an existing
snapshot with N spaces and add one more?
Will it count spaces that starts from the underscore symbol (queue and
memcached modules create such spaces)?
WBR, Alexander Turenko.
More information about the Tarantool-patches
mailing list