Module metrics_noop

November 12, 2016 ยท View on GitHub

  • Description
  • Function Index
  • Function Details

noop backend.

Function Index

delete/2
new/3
update/3
update_or_create/4

Function Details

delete/2

delete(Name, Config) -> any()

new/3

new(Name, Type, Config) -> any()

update/3

update(Name, Probe, Config) -> any()

update_or_create/4

update_or_create(Name, Probe, Type, Config) -> any()

Contents

  1. 1Function Index
  2. 2Function Details
  3. 2.1delete/2
  4. 2.2new/3
  5. 2.3update/3
  6. 2.4update_or_create/4