Module yz_fuse_stats_sidejob

yz_fuse_stats_sidejob is a module implementing for offloading statistics updates to a background worker pool maintained by sidejob so that the calls to exometer don't slow down indexing work.

Behaviours: fuse_stats_plugin.

Description

yz_fuse_stats_sidejob is a module implementing for offloading statistics updates to a background worker pool maintained by sidejob so that the calls to exometer don't slow down indexing work. All operations are pass-through to yz_stat to keep the "how" of stats updates in one place.

Function Index

increment/2Increment Names Counter spiral.
init/1Initialize exometer for Name.

Function Details

increment/2

increment(Name::atom(), Counter::ok | blown | melt) -> ok

Increment Names Counter spiral.

init/1

init(Name::atom()) -> ok

Initialize exometer for Name.


Generated by EDoc