elasticsearch_exporter/.promu.yml

25 lines
868 B
YAML
Raw Permalink Normal View History

go:
# Whenever the Go version is updated here,
# .github/workflows should also be updated.
version: 1.25
repository:
path: github.com/prometheus-community/elasticsearch_exporter
build:
binaries:
- name: elasticsearch_exporter
ldflags: |
2017-06-28 19:44:48 +00:00
-s
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
-X github.com/prometheus/common/version.Branch={{.Branch}}
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
tarball:
files:
- LICENSE
2017-06-28 19:44:48 +00:00
- README.md
2017-07-03 11:07:28 +00:00
- CHANGELOG.md
2017-06-28 19:44:48 +00:00
- examples/grafana/dashboard.json
- examples/kubernetes/deployment.yml
- examples/prometheus/elasticsearch.rules