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:
Jan Fajerski 2019-07-26 11:24:49 +00:00 committed by Git OBS Bridge
parent cb6536eb0e
commit 2c7e43427f
3 changed files with 2005 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -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