Top Banner
Grafana Introduction RiCo Chen
11

Grafana introduction

Jan 28, 2018

Download

Engineering

Rico Chen
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Grafana introduction

Grafana IntroductionRiCo Chen

Page 2: Grafana introduction

Agenda

◎What is grafana

◎AFT Architecture

◎Write Protocol of influxdb

◎AFT Scenario

Page 3: Grafana introduction

What is grafana

• Open source software for time series analytics

• Popular project and more company use it (intel,paypal,netapp…)

• Advanced , visualize and rich metrics dashboard

• Reporting and monitor server once 24 hours

• Alert Notification feature

Page 4: Grafana introduction

AFT Architecture

Telegraf

http

(every 10

sec)Influxdb

2.Result

Grafana

Load

Time

Data

from QA’s

whitelist

VM

1.QL

Page 5: Grafana introduction

Write Protocol of influxdb• Line Protocol (text based format)

• Write data with http/https API

• Measurement means table

• Point means record of table

• Point include tag , field(Required)

and timestamp(Unix nanosecond)

Page 6: Grafana introduction

AFT Scenario

• Application metrics for Load Time of UGS

Page 7: Grafana introduction

• Business metric

Page 8: Grafana introduction

• Server metrics

Page 9: Grafana introduction

• Alert Notification

Page 10: Grafana introduction

Q & A