https://github.com/sitespeedio/plugin-influxdb
Store sitespeed.io metrics in InfluxDB
https://github.com/sitespeedio/plugin-influxdb
Last synced: about 2 months ago
JSON representation
Store sitespeed.io metrics in InfluxDB
- Host: GitHub
- URL: https://github.com/sitespeedio/plugin-influxdb
- Owner: sitespeedio
- License: mit
- Created: 2025-02-25T13:19:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-13T20:29:46.000Z (5 months ago)
- Last Synced: 2026-01-21T23:38:53.939Z (3 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sitespeed.io plugin for InfluxDB
Store data in InfluxDB from sitespeed.io. This plugin was included in sitespeed.io before sitespeed.io 37 was released. After that version you need to install it yourself.
## Install the plugin
If you use Node.js the simplest way is to install the plugin globally: `npm install @sitespeed.io/plugin-influxdb -g`
## Run the plugin
And then run sitespeed.io adding the plugin using the package name: `sitespeed.io --plugins.add @sitespeed.io/plugin-influxdb --influxdb.host YOUR_HOST https://www.sitespeed.io`
## CLI help
To see the command line options using help:
`sitespeed.io --plugins.add @sitespeed.io/plugin-influxdb --help`