-
YAML output is invalid for Erlang terms as `{}[]` are reserved characters for YAML syntax itself.
Example below output is invalid :
```
# Erlang init for zotonic@cameleon:
# ====================…
-
Failure to build > OTP 20
_build/default/lib/riak_core/src/riak_core_ssl_util.erl:131: ssl:ssl_accept/2: deprecated; use ssl:handshake/2 instead
As ssl:handshake was not introduced until OTP21, …
-
the current version of exometer_report_snmp.erl can not deal with exometer_function entries. It will run into
{error, {function_not_exported,
{snmp_bin, 1}}}
when calling modify_mib.
Is there …
-
Hi!
I'm just wondering how I might access predefined exomter reports. I tried to add a `predefined` section to the config but that didn't work:
```
# Configure Elixometer Instrumentation
confi…
-
Because [here](https://github.com/Feuerlabs/exometer_core/blob/master/src/exometer_report.erl#L1451]) key is used without `retry_failed_metrics`
surik updated
8 years ago
-
metricsman should depends on our fork of exometer, which doesn't have other depencies, as exometer_core.
metricsman should be added to depednencies, and new version should be taged.
-
## Problem
The reporter [exometer_report_statsd](https://github.com/Feuerlabs/exometer/blob/master/src/exometer_report_statsd.erl) doesn't support including [Datadog tags](https://docs.datadoghq.co…
-
We have a few reporters configured with the interval of 1000 ms using `exometer_reporter_statsd`. Whenever the system time jumps forward, the `exometer_report_statsd` can't keep up with the amount of …
-
`exometer_report` may be terminated by some reason and it also terminates all reporters.
Should they be restarted together with `exometer_report` gen_server?
surik updated
8 years ago
-
I added the following to my `predefined` list in the exometer_config:
```erlang
{[:erlang, :beam, :uptime], {:function, Metricman, :update_uptime, [], :proplist, [:value]}, []}
```
and I subscr…
kansi updated
7 years ago