An open API service indexing awesome lists of open source software.

https://github.com/vshn/gojirastats

JIRA Metrics Collector
https://github.com/vshn/gojirastats

golang influx influxdb jira

Last synced: 2 months ago
JSON representation

JIRA Metrics Collector

Awesome Lists containing this project

README

        

# gojirastatus - JIRA metrics collector

Read statistics from JIRA and write the result to InfluxDB.

## Configuration

### Environment Variables

* `QUERIES_FILE`: Path to query configuration
* `INFLUX_URL`: URL of InfluxDB
* `INFLUX_USER`: InfluxDB Username
* `INFLUX_PASSWORD`: InfluxDB Password
* `JIRA_URL`: JIRA URL
* `JIRA_USER`: JIRA Username
* `JIRA_PASSWORD`: JIRA Password

### Queries

See `queries.example.json` for an example configuration.

## Credit

https://github.com/cbonitz/jira-influx