Skip to content

1.2.0

Compare
Choose a tag to compare
@scohen scohen released this 18 May 18:49
· 242 commits to master since this release

Removed bottlenecks

Elixometer's main gen_server was creating a bottleneck, since it waited for responses from exometer in order to update a stat. This version changes the architecture somewhat such that updating stats is asynchronous and the process that receives the messages has a cap of 1000 messages in its inbox.

It's worth noting that this bottleneck would only occur under extremely high load situations that would send hundreds of thousands of stats per second.