Skip to content

Commit

Permalink
Adding build make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Holdsworth committed Nov 21, 2018
1 parent 34f06da commit 2043ce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
go get -v
GOOS=linux GOARCH=amd64 go build
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Exposes basic [JIRA](https://www.atlassian.com/software/jira) metrics (from one or more servers) to a [Prometheus](https://prometheus.io) compatible endpoint using the metric name: *jira_cloud_exporter*.

## Building

`make build`

## Configuration

Configuration is provided in the form of environment variables. If multiple Jira servers are being queried, each variable value should be a comma separated list.
Expand Down

0 comments on commit 2043ce4

Please sign in to comment.