๐Ÿ‡
Speedtest Tracker
  • Introduction
  • Features
  • Changelog
  • ๐Ÿš€Getting Started
    • Installation
      • Using Docker Compose
      • Using Docker
      • Using Kubernetes
      • Using QNAP
      • Using Synology
      • Using Unraid
    • Environment Variables
    • Database Drivers
  • ๐Ÿ†˜Help
    • Error Messages
    • Frequently Asked Questions
  • ๐Ÿ”‘Security
    • Authentication
    • Authorization
    • Encryption
  • โš™๏ธSettings
    • Data Integrations
      • InfluxDB v2
    • Notifications
      • Database
      • Mail
      • Webhook
  • ๐Ÿ‘€Other
    • Speedtest Process
    • Proxies
      • Cloudflare Tunnel (Zero Trust)
      • Traefik
      • Tailscale
    • Caching
    • Commands
    • Data Dictionary
    • Embed Dashboard
    • Health Check
    • Community Projects
  • ๐Ÿ–ฅ๏ธAPI
    • Authorization
    • Responses
      • Results
      • Speedtests
      • Servers
      • Stats
      • Models
  • ๐ŸคนContributing
    • Development Environment
  • ๐Ÿ”—More
    • Source Code
    • Releases
    • Update the Docs
    • About Me
    • Donate
Powered by GitBook
On this page
  • Settings
  • Grafana Dashboard
  • Data pattern
Edit on GitHub
  1. Settings
  2. Data Integrations

InfluxDB v2

PreviousData IntegrationsNextNotifications

Last updated 5 months ago

After every test the Speedtest Tracker can send the results to InfluxDB for long term storage or custom visualizations.

Settings

To configure Speedtest Tracker to send results to InfluxDB, set the following settings.

Name
Default
Description

URL

blank

FQDN or IP address to the InfluxDB2 instance

Org

blank

Organization on which you created your bucket in

Bucket

speedtest-tracker

The name of the bucket you created in your org

Token

blank

API token that has access to write to the org and bucket listed above

If you have a history of results, you can use the Export current results feature to export all data to InfluxDB.

Grafana Dashboard

You can use this community made Grafana Dashbaord to visualize your data.

Data pattern

The Speedtest Tracker exports data in two categories: Tag and Field. Tags are used for filtering, while fields are used for displaying the data.

Name
Data Type

result_id

String

Tag

external_ip

String

Tag

isp

String

Tag

service

String

Tag

server_id

String

Tag

server_name

String

Tag

server_country

String

Tag

server_location

String

Tag

healthy

String

Tag

status

String

Tag

scheduled

String

Tag

download

init

Field

upload

init

Field

ping

float

Field

download_bits

int

Field

upload_bits

int

Field

download_jitter

float

Field

upload_jitter

float

Field

ping_jitter

float

Field

download_latency_avg

float

Field

download_latency_high

float

Field

download_latency_low

float

Field

upload_latency_avg

float

Field

upload_latency_high

float

Field

upload_latency_low

float

Field

packet_loss

float

Field

โš™๏ธ
GitHub - masterwishx/Speedtest-Tracker-v2-InfluxDBv2: A dashboard to display data exported by Speedtest Tracker v2 . Avalible Now at Grafana Dashboard 17808GitHub
Logo
Influxdb v2 Settings