如何使用Python访问Grafana仪表板

时间:2019-02-12 09:10:27

标签: python pandas grafana

我们在AWS机器上有一个Grafana实例,我们可以使用任何浏览器从桌面上监视Grafana仪表板。有人可以帮助我使用安装在另一台AWS机器上的Python访问Grafana仪表板吗? 我要访问仪表板的步骤

  1. 访问链接“ http://35.176.60.230:8000/dashboard/db/gatling-lego?orgId=1&from=1544488200000&to=1544499000000
  2. 此URL下有许多仪表板,但希望导出一个名为“脚本明智的交易正常”的仪表板的数据。

到目前为止,我执行了以下步骤...

#Importing required Libraries
import pandas as pd
import xlwt
import xlrd
import html5lib
from itertools import izip_longest
import numpy as np
from xlsxwriter.utility import xl_rowcol_to_cell

URL= 'http://35.176.60.230:8000/dashboard/db/gatling-lego?orgId=1&from=1544488200000&to=1544499000000'

0 个答案:

没有答案