carbonapi
Ansible Role: carbonapi
ansible role to install and configure carbonapi.
Ansible Role for carbonapi.
golang reimplementation of API for graphite
carbonapi works between grafana as display-layer and go-carbon as storage engine.
Operating systems
Tested on
- Debian 9 / 10
- Ubuntu 18.04 / 20.04
- CentOS 8
- OracleLinux 8
Communication relationship
usage
carbonapi_listen: '0.0.0.0:8088'
carbonapi_cache: {}
carbonapi_cpu: 0
carbonapi_graphite: {}
carbonapi_upstreams_backends:
- "http://127.0.0.1:8081"
carbonapi_graph_templates: ''
carbonapi_expire_delay: 60
carbonapi_logger: {}
upstreams
cache
Valid types are mem
, memcache
or null
.
Default are mem
carbonapi_cache:
type: mem
size_mb: 5
default_timeout: 60
You can also use an Memcache cluster:
carbonapi_cache:
type: memcache
size_mb: 5
default_timeout: 60
memcached_servers:
- 127.0.0.1:1234
- 127.0.0.1:1235
- 127.0.0.1:1236
send internal metrics
carbonapi_graphite:
host: '127.0.0.1:2003'
interval: "60s"
prefix: "carbon.api"
pattern: "{prefix}.{fqdn}"
define logging
Available Loggers:
- `` - global for all
main
- what's before startfind
- for find handlerinfo
- for info handlerloadbalancer
- for lb handlerprobe
- for background probesrender
- for render handlerslow
- slow query log ("Slow reuqest" messages)access
- access logs (requests, times, etc)
Please note that if you want to have all logs going to stdout and access logs going to file, you need to define 2 sections for access logger (file + stdout) + one section for logger ""
Loglevel can be "debug", "info", "warn", "error", "fatal", "panic"
carbonapi_logger:
stderr:
logger: ""
file: "stderr"
level: "warn"
encoding: "console"
encodingTime: "iso8601"
encodingDuration: "seconds"
logfile_main:
logger: "main"
file: /var/log/carbonapi/carbonapi_main.log
level: debug
encoding: "console"
tests
tox -e py38-ansible29 -- molecule test
install packages
example configurations
About
install and configure carbonapi, a replacement graphite API server
Install
ansible-galaxy install bodsch/ansible-carbonapi
License
Unknown
Downloads
31
Owner
ex-developer (c, c++, php),
ex-system administrator / engineer,
keep-it-simple,
monitoring,
automation,
system architect