Skip to content

Latest commit

 

History

History
 
 

influxdb2_oss_metrics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

InfluxDB 2 Open Source Metrics Template

Provided by: InfluxData

This InfluxDB Template can be used to monitor your already running InfluxDB 2 instance being collected by the built in prometheus scraper. This template is only compatible with the open source version of InfluxDB 2.

InfluxDB 2 Dashboard Screenshot

Quick Install

If you have your InfluxDB credentials configured in the CLI, you can install this template with:

influx pkg -u https://raw.githubusercontent.com/influxdata/community-templates/master/influxdb2_oss_metrics/influxdb2_oss_metrics.yml

Included Resources

  • 1 Bucket: oss_metrics, 7d retention
  • 2 Labels: InfluxDB2,prometheus
  • 1 Dashboard: InfluxDB OSS Metrics

Setup Instructions

General instructions on using InfluxDB Templates can be found in the use a template document.

The data for the dashboard is populated by data collected by scraping the prometheus metrics endpoint in your OSS instance. The best way to set this up is to first follow the instructions for installing any template. That will create the labels, bucket, and dashboard for you.

Then, from the InfluxDB UI (usually found at http://localhost:9999 in your browser), configure a default scraper to write the scrape data from http://localhost:9999/metrics into the oss_metrics bucket. More information about scrapers can be found in our documentation.

Customizations

There are many more metrics collected than the ones displayed on the dashboard. Check out localhost:9999/metrics for a full list. They are also available by exploring the data populated in the oss_metrics bucket.

Contact