Skip to content

backend for Logger that sends counters to graphite using statsderl

Notifications You must be signed in to change notification settings

enotsimon/logger_statsderl_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logger_statsderl_backend

overwiev

backend for Logger that sends counters to graphite using statsderl

install

add

{:logger_statsderl_backend, git: "https://github.com/enotsimon/logger_statsderl_backend.git", branch: "master"}

to your mix.exs file in deps() section

usage

add to your config files something like this

config :logger,
  level: :info,
  backends: [LoggerStatsderlBackend]

config :logger, LoggerStatsderlBackend,
  level: :warn, # meant warnings and errors
  prefix: "my_app.logger_messages" # prefix of graphite key

About

backend for Logger that sends counters to graphite using statsderl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages