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
- Host: GitHub
- URL: https://github.com/vshn/gojirastats
- Owner: vshn
- License: bsd-3-clause
- Created: 2017-12-29T14:03:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:46:59.000Z (over 1 year ago)
- Last Synced: 2025-01-29T01:45:53.616Z (4 months ago)
- Topics: golang, influx, influxdb, jira
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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