grafana introduction

Post on 28-Jan-2018

333 Views

Category:

Engineering

5 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Grafana IntroductionRiCo Chen

Agenda

◎What is grafana

◎AFT Architecture

◎Write Protocol of influxdb

◎AFT Scenario

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

AFT Architecture

Telegraf

http

(every 10

sec)Influxdb

2.Result

Grafana

Load

Time

Data

from QA’s

whitelist

VM

1.QL

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)

AFT Scenario

• Application metrics for Load Time of UGS

• Business metric

• Server metrics

• Alert Notification

Q & A

top related