Search This Blog

Showing posts with label Monitoring. Show all posts
Showing posts with label Monitoring. Show all posts

Saturday, 11 July 2020

How to add a Graphite as data source in Grafana.

How to add a Graphite as data source in Grafana.

Steps as below

  1. Go to :
    Configuration > Data Sources

  2. Follow step: shown in below image.

  3. Click Save & Test.

  4. For verifying the work
    - Create New Dashboard > Select Datasource > Make query/Select graphite metrics > select graph time span

Screenshot as below



How to setup Grafan on Local using Docker

How to setup Grafan on Local using Docker.

Steps as below

  1. Pull docker image:
    docker pull grafana/grafana:6.4.3
  2. Run docker image:
    docker run -d --name=grafana -p 3000:3000 grafana/grafana:6.4.3
  3. Open/Verify Graphite app:
    localhost:3000
    Note: Default User/Password is admin/admin

Screenshot as below



API Authentication

Reference · Identity & Access API Authentication Methods Four common ways a client proves who it is to a server, ord...

Recent Post