New Relixir v0.5.0 NewRelixir.Agent View Source

Link to this section Summary

Link to this section Functions

Link to this function connect(collector, hostname, attempts_count \\ 1) View Source
Link to this function push(hostname, data, errors) View Source

Connects to New Relic and sends the hopefully correctly formatted data and registers it under the given hostname.

Link to this function push_error_data(collector, run_id, error_data) View Source
Link to this function push_metric_data(collector, run_id, metric_data) View Source
Link to this function request(url, body \\ "[]") View Source