forked from pool/golang-github-prometheus-prometheus
Accepting request 718818 from home:jcavalheiro:monitoring
Temporary patch to support SUSE Manager service discovery. Its a non-disruptive extension to Prometheus and it is expected to be resilient to version upgrades. Plan is to remove this patch once we have it upstreamed. - Add support for Uyuni/SUSE Manager service discovery + Added 0003-Add-Uyuni-service-discovery OBS-URL: https://build.opensuse.org/request/show/718818 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=15
This commit is contained in:
parent
cb6536eb0e
commit
2c7e43427f
1996
0003-Add-Uyuni-service-discovery.patch
Normal file
1996
0003-Add-Uyuni-service-discovery.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 16:34:29 UTC 2019 - Joao Cavalheiro <jcavalheiro@suse.com>
|
||||
|
||||
- Add support for Uyuni/SUSE Manager service discovery
|
||||
+ Added 0003-Add-Uyuni-service-discovery
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 01:06:13 UTC 2019 - Simon Crute <simon.crute@grafana.com>
|
||||
|
||||
|
@ -32,6 +32,8 @@ Source2: prometheus.yml
|
||||
Patch1: 0001-Do-not-force-the-pure-Go-name-resolver.patch
|
||||
# Lifted from Debian's prometheus package
|
||||
Patch2: 0002-Default-settings.patch
|
||||
# Uyuni service discovery support
|
||||
Patch3: 0003-Add-Uyuni-service-discovery.patch
|
||||
%ifarch aarch64
|
||||
# For some reason the aarch64 build fails with:
|
||||
# + promu build
|
||||
@ -69,6 +71,7 @@ Prometheus's main features are:
|
||||
%setup -q -n prometheus-%{version}
|
||||
%patch1 -p 1
|
||||
%patch2 -p 1
|
||||
%patch3 -p 1
|
||||
|
||||
%build
|
||||
%goprep github.com/prometheus/prometheus
|
||||
|
Loading…
Reference in New Issue
Block a user