sonarqube-exporter:导出sonarQube指标

时间:2024-03-12 12:14:19
【文件属性】:

文件名称:sonarqube-exporter:导出sonarQube指标

文件大小:172KB

文件格式:ZIP

更新时间:2024-03-12 12:14:19

Python

SonarQube指标导出到InfluxDB 简单的脚本将所有项目指标从SonarQube运送到InfluxDB。 稍后可以使用(Grafana)[ ] 要求 Python> = 3 InfluxDB python模块 Python请求 可以使用pip安装Python要求 pip install -r requirements.txt 用法 为简单起见,通过环境变量处理用户和密码等机密。 必需的是: USER = os.environ['SONAR_USER'] PASSWORD = os.environ['SONAR_PASSWORD'] INFLUX_USER = os.environ['INFLUX_USER'] INFLUX_PASSWORD = os.environ['INFLUX_PASSWORD'] INFLUX_DB = os.environ['INFLUX_D


【文件预览】:
sonarqube-exporter-master
----.gitignore(3KB)
----Dockerfile(184B)
----images()
--------grafana.png(170KB)
----requirements.txt(17B)
----LICENSE(34KB)
----README.md(1KB)
----sonar-client.py(3KB)

网友评论