Module folsom_metrics_histogram_ets

this module creates ets tables for histograms as to be the parent process for those histograms so the apps using folsom dont have to.

Behaviours: gen_server.

Authors: joe williams (j@boundary.com).

Description

this module creates ets tables for histograms as to be the parent process for those histograms so the apps using folsom dont have to

Function Index

new/2
start_link/0 Starts the server.

Function Details

new/2

new(Table, Opts) -> any()

start_link/0

start_link() -> {ok, Pid} | ignore | {error, Error}

Starts the server


Generated by EDoc