Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Your data (from open source agent / custom agent / script) output must be in JSON format

  2. Eyer currently only support metrics, not logs. If you work on logs, you can convert information of interest to metrics (e.g. number of errors matching a certain regex condition).

  3. The metrics must have a timestamp in UNIX format (typically the time of metric collection)

  4. The data must be mapped to the Eyer internal data structure (Node/metrics)

Input data example (coming from Influx Telegraf)

...