hyzhak / webbrowser_metrics_telegraf_plugin

Telegraph Plugin to collect webbrowser metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webbrowser_metrics_telegraf_plugin

Telegraph Plugin to collect webbrowser metrics

Setup

Install telegraf

cp telegraf/telegraf.conf /usr/local/etc/telegraf.conf

Define Environment variables

DOCKER_INFLUXDB_INIT_HOST=localhost
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=qwerty
DOCKER_INFLUXDB_INIT_ORG=my-org
DOCKER_INFLUXDB_INIT_BUCKET=my-bucket

Start telegraf

Start telegraf as a service

ln -sfv /usr/local/opt/telegraf/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.telegraf.plist

Start telegraf as a standalone process

telegraf --config /usr/local/etc/telegraf.conf

About

Telegraph Plugin to collect webbrowser metrics

License:MIT License


Languages

Language:Python 100.0%