farmbot_os/farmbot_telemetry
Connor Rigby ec56ebaf74 Add telemetry to the rest of the app
More things will be added in the future.
Metrics are collected from bot state because
the amount of messages sent by every bot would
make datadog charge us a lot of money
2019-10-31 14:00:08 -07:00
..
lib Add telemetry to the rest of the app 2019-10-31 14:00:08 -07:00
test Add telemetry to the rest of the app 2019-10-31 14:00:08 -07:00
.formatter.exs Add new farmbot_telemetry application 2019-10-31 14:00:08 -07:00
.gitignore Add new farmbot_telemetry application 2019-10-31 14:00:08 -07:00
README.md Add new farmbot_telemetry application 2019-10-31 14:00:08 -07:00
mix.exs Add UUID to telemetry payload 2019-10-31 14:00:08 -07:00
mix.lock Add UUID to telemetry payload 2019-10-31 14:00:08 -07:00

README.md

FarmbotTelemetry

TODO: Add description

Installation

If available in Hex, the package can be installed by adding farmbot_telemetry to your list of dependencies in mix.exs:

def deps do
  [
    {:farmbot_telemetry, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/farmbot_telemetry.