Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (32 loc) · 1.42 KB

File metadata and controls

59 lines (32 loc) · 1.42 KB

Module oc_stat_aggregation_sum

Sum indicates that data collected and aggregated with this method will be summed up.

Description

For example, accumulated request bytes can be aggregated by using Sum.

Function Index

add_sample/4
clear_rows/2
export/2
init/3
type/0

Function Details

add_sample/4


add_sample(Name::oc_stat_view:name(), Tags::oc_tags:tags(), Value::number(), Options::any()) -> ok

clear_rows/2

clear_rows(Name, Options) -> any()

export/2

export(Name, Options) -> any()

init/3

init(Name, Keys, Options) -> any()

type/0

type() -> any()