exometer
exometer copied to clipboard
Basic measurement objects and probe behavior
Even though statsd provides protocol for histograms, timers, sets and counters. And seems that there exists code for that [1], but most likely is not used. When I used dbg...
Same idea as https://github.com/Feuerlabs/exometer_core/commit/1d07e40595878fe3a500b02fabd20130ab6738f9 There's a crash that happens when trying to report openTSDB metrics if the metric name is a binary.
Hi, We've used exometer to monitor some meters in the erlang system, and we try to monitor realtime messages, is it possible? if yes, how can I write the realtime...
## 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.com/guides/dogstatsd/#tagging) in the datagram which is sent to statsd. ## Solution Be able to pass the tags to `:exometer.update` as well...
The latest release (1.2.1) depends on this: {amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.3.5"}}}, That won't build on OTP 19, because of changes in 'spec'. Do you have any plans to...
This PR changes `exometer_report_statsd` to be configurable from environmental variables. It can be configured as follows (Elixir code): ```elixir config :exometer, report: [ reporters: [ {:exometer_report_statsd, [hostname: {:system, "STATSD_HOST"}, port:...
release?
Any chance to have a release with the latest changes for OTP 18 ?
Hello, the image in the documentation references a exometer_stackdriver reporter. Is that still in existence somewhere or has it been deprecated due to google api changes, etc. I've been scouring...
I am using Elixometer which depends on https://hex.pm/packages/exometer_core. I also need the exometer_report_statsd reporter. Could you create an exometer package on hex.pm as well?