文件名称:vsphere-graphite:VMware vSphere统计信息以石墨,influxdb,elasticsearch或Prometheus的形式存储到后端
文件大小:845KB
文件格式:ZIP
更新时间:2024-02-24 10:04:23
elasticsearch statistics kafka monitoring dashboard
vSphere石墨 使用govmomi监视VMware vSphere统计信息。 将指标接收到许多时间序列后端之一。 编写成实现快速采样率和高吞吐量接收器。 成功针对3000个虚拟机进行基准测试,每分钟将150,000个指标记录到ElasticSearch后端。 兼容的后端: 仪表板示例 以下仪表板示例使用了grafana UI。 后端正在使用ElasticSearch。 组态 在JSON配置文件中定义vSphere凭证和收集指标。 可在找到Contoso域的示例配置。 将此配置文件复制到/ etc / binaryname .json并根据需要进行修改。 由于在Windows中不存在
【文件预览】:
vsphere-graphite-master
----.gitignore(433B)
----go.mod(879B)
----Dockerfile(830B)
----version.go(206B)
----Makefile(5KB)
----vsphere()
--------properties.go(2KB)
--------metric.go(425B)
--------cache.go(11KB)
--------vsphere.go(23KB)
----.travis.yml(5KB)
----.drone.yml.sig(959B)
----LICENSE(1KB)
----go.sum(49KB)
----.github()
--------stale.yaml(829B)
----vsphere-graphite-example.json(2KB)
----utils()
--------utils.go(7KB)
--------utils_test.go(1KB)
----compose()
--------vsphere-graphite-graphite-test.yml(691B)
--------vsphere-graphite-prometheus-test.yml(549B)
----README.md(11KB)
----backend()
--------influxpoint.go(564B)
--------thininfluxclient()
--------point.go(4KB)
--------thinprometheusclient.go(4KB)
--------backend.go(14KB)
--------elastic.go(2KB)
--------prometheus.go(2KB)
--------config.go(785B)
----imgs()
--------vsphere-graphite-prometheus-grafana-dashboard-1.png(136KB)
--------vsphere-graphite-influxdb-grafana-dashboard-1.png(151KB)
--------vsphere-graphite-elastic-grafana-dashboard-1.png(501KB)
----.drone.yml(7KB)
----config()
--------config.go(730B)
----vsphere-graphite.go(11KB)
----docs()
--------index.md(1KB)
--------_data()
--------assets()
--------_config.yml(46B)
--------_layouts()
----docker()
--------helper()
--------main()