artur-fijalkowski
artur-fijalkowski
Problem is caused by fact that tr on empty string is ok (command return 0). So tr -d '-' || echo '0' behaves different then expected. Proper order of commands...
Right now prometheus endpoint is not very useful for actual monitoring because it just responds with ``` # HELP unleash_proxy_up Indication that the service is up. # TYPE unleash_proxy_up counter...
InfluxDB writer plugin: https://github.com/iZettle/dropwizard-metrics-influxdb Supports authString when sending metrics to influxdb. Counterpart in killbill doesn't support it, thus authenticated access is not supported.