Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 686 Bytes

File metadata and controls

27 lines (18 loc) · 686 Bytes

mackerel-plugin-redash

redash stats custom metrics plugin for mackerel-agent.

Synopsis

mackerel-plugin-redash [-metric-key-prefix=redash] [-timeout=5] [-uri=http://localhost/api/admin/queries/tasks?api_key=hoge]

Example of mackerel-agent.conf

[plugin.metrics.redash]
command = "/path/to/mackerel-plugin-redash"

Notes

  • This plugin uses an unsafe(unofficial) API.
  • Operation verified with version 0.11.0+b2016.
  • This plugin does not collect all metrics fetched by the uri.

References