-
Currently there is no configuration option to disable metrics (statsd).
So the node desperately try to send them anyway in the void.
Snippet:
```
13:01:57.618 [debug] Couldn't send metric to ({0…
-
This started happening when we started testing the system under high load. Never seen this problem until then, and it happens a few minutes into our high-load test. The problem is, exometer never …
-
We recently upgraded to elixir 1.4, and now our metrics no longer function. It appears that the supervisor keeps crashing:
```
2017-06-09 16:49:55 =CRASH REPORT====
crasher:
initial call: …
-
Hi! I faced with this error when trying to create very basic example of using of exometer with snmp integration.
```
(agent@cabal)2> 17:20:30.877 [info] MIB /tmp/exometer/EXOMETER-METRICS-MIB unloade…
-
When a process calls [`exometer_cache:write/{3,4}`, it](https://github.com/Feuerlabs/exometer_core/blob/588da231c885390a9b3c08a367949750f32d143c/src/exometer_cache.erl#L58-L60):
* Asynchronously (cas…
-
The following configuration works:
``` erl
{exometer_core, [
{predefined, {apply, stats, entries, []},
{report, [
{reporters, [
{exometer_report_librato, [...]}
]},
{subscribers…
-
Try to define configs outside of sys.config. The defaults seems to pass but predefined does not except empty. Following is the sys.config; and error trace. A dump of the ets provided at the end.
lager…
-
How to reproduce:
```
1> application:ensure_all_started(snmp).
{ok,[snmp]}
2> application:ensure_all_started(exometer).
{ok,[syntax_tools,compiler,goldrush,lager,exometer]}
3> exometer:new([foo, bar]…
ates updated
10 years ago
-
I'm interested in using `turtle` in an elixir project. Do you have an interest in publishing this package on [hex.pm](https://hex.pm)?
I think it would require adding a `mix.exs` file something like:…
-
In my opinion, including Lager is outside the scope of Exometer. We're trying to include Exometer in an existing Elixir application which uses the Elixir's Logger. Getting Lager included just because …