Skip to content

cherylj/charmComp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This bundle deploys three charms to show a proof of concept deployment of Grafana monitoring with an InfluxDB backend.

Grafana is a general purpose dashboard and graph composer. It can be used to visualize monitoring data for your environment.

This bundle is a test and should not be used in production.

Usage

Once the bundle has deployed, you can access the grafana interface at the public interface shown from juju status.

To view the data generated by the influxdb-injecter charm, click on the title of the first graph and then click edit. The series name to select is series-.

Feeding more data into influxDB

The influxDB charm currently has a static port for feeding data into grafana: 8217. Data should be sent on this port to the influxDB host in the following format:

The metric path is the series you will select in grafana to graph the data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.4%
  • Shell 25.8%
  • JavaScript 18.4%
  • HTML 0.4%