2017-06-28 15:01:24 +00:00
|
|
|
go:
|
2025-03-03 01:45:45 +00:00
|
|
|
# Whenever the Go version is updated here,
|
|
|
|
|
# .github/workflows should also be updated.
|
2025-10-24 11:09:27 +00:00
|
|
|
version: 1.25
|
2017-01-12 07:15:14 +00:00
|
|
|
repository:
|
2021-05-29 18:39:23 +00:00
|
|
|
path: github.com/prometheus-community/elasticsearch_exporter
|
2017-01-12 07:15:14 +00:00
|
|
|
build:
|
2021-05-29 18:39:23 +00:00
|
|
|
binaries:
|
|
|
|
|
- name: elasticsearch_exporter
|
2017-01-12 07:15:14 +00:00
|
|
|
ldflags: |
|
2017-06-28 19:44:48 +00:00
|
|
|
-s
|
2021-05-29 18:39:23 +00:00
|
|
|
-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"}}
|
2017-01-12 07:15:14 +00:00
|
|
|
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
|