f5devcentral / BigStats

Push BIG-IP stats to remote destinations: http(s), statsd, etc
MIT License
14 stars 9 forks source link

Add support for stat scrapers #70

Closed npearce closed 5 years ago

npearce commented 6 years ago

BigStats is a stats exporter, designed around pushing data to stats databases/messages buses. However, some systems insist on old-school device polling.

Investigate allowing stats scrapers to GET /mgmt/shared/bigstats and retrieve the BigStats 'Stats Object' themselves.

npearce commented 6 years ago

POST /mgmt/shared/bigstats_settings

{
  "config":  {
    "destination": "none"
  },
  "size": "[small|medium|large]",
  "interval": 10,
  "enabled": true
}
npearce commented 5 years ago

Implemented in v0.5