forked from pool/golang-github-prometheus-prometheus
Accepting request 1126918 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1126918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-prometheus-prometheus?expand=0&rev=39
This commit is contained in:
commit
288b978080
4
_service
4
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">v2.47.2</param>
|
<param name="revision">v2.48.0</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="match-tag">v2*</param>
|
<param name="match-tag">v2*</param>
|
||||||
</service>
|
</service>
|
||||||
@ -13,6 +13,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="manual">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="archive">prometheus-2.47.2.tar.gz</param>
|
<param name="archive">prometheus-2.48.0.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,69 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 16 12:16:49 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 2.48.0:
|
||||||
|
- [CHANGE] Remote-write: respect Retry-After header on 5xx
|
||||||
|
errors. #12677
|
||||||
|
- [FEATURE] Alerting: Add AWS SigV4 authentication support for
|
||||||
|
Alertmanager endpoints. #12774
|
||||||
|
- [FEATURE] Promtool: Add support for histograms in the TSDB dump
|
||||||
|
command. #12775
|
||||||
|
- [FEATURE] PromQL: Add warnings (and annotations) to PromQL
|
||||||
|
query results. #12152 #12982 #12988 #13012
|
||||||
|
- [FEATURE] Remote-write: Add Azure AD OAuth authentication
|
||||||
|
support for remote write requests. #12572
|
||||||
|
- [ENHANCEMENT] Remote-write: Add a header to count retried
|
||||||
|
remote write requests. #12729
|
||||||
|
- [ENHANCEMENT] TSDB: Improve query performance by re-using
|
||||||
|
iterator when moving between series. #12757
|
||||||
|
- [ENHANCEMENT] UI: Move /targets page discovered labels to
|
||||||
|
expandable section #12824
|
||||||
|
- [ENHANCEMENT] TSDB: Optimize WBL loading by not sending empty
|
||||||
|
buffers over channel. #12808
|
||||||
|
- [ENHANCEMENT] TSDB: Reply WBL mmap markers concurrently. #12801
|
||||||
|
- [ENHANCEMENT] Promtool: Add support for specifying series
|
||||||
|
matchers in the TSDB analyze command. #12842
|
||||||
|
- [ENHANCEMENT] PromQL: Prevent Prometheus from overallocating
|
||||||
|
memory on subquery with large amount of steps. #12734
|
||||||
|
- [ENHANCEMENT] PromQL: Add warning when monotonicity is forced
|
||||||
|
in the input to histogram_quantile. #12931
|
||||||
|
- [ENHANCEMENT] Scraping: Optimize sample appending by reducing
|
||||||
|
garbage. #12939
|
||||||
|
- [ENHANCEMENT] Storage: Reduce memory allocations in queries
|
||||||
|
that merge series sets. #12938
|
||||||
|
- [ENHANCEMENT] UI: Show group interval in rules display. #12943
|
||||||
|
- [ENHANCEMENT] Scraping: Save memory when scraping by delaying
|
||||||
|
creation of buffer. #12953
|
||||||
|
- [ENHANCEMENT] Agent: Allow ingestion of out-of-order samples.
|
||||||
|
#12897
|
||||||
|
- [ENHANCEMENT] Promtool: Improve support for native histograms
|
||||||
|
in TSDB analyze command. #12869
|
||||||
|
- [ENHANCEMENT] Scraping: Add configuration option for tracking
|
||||||
|
staleness of scraped timestamps. #13060
|
||||||
|
- [BUGFIX] SD: Ensure that discovery managers are properly
|
||||||
|
canceled. #10569
|
||||||
|
- [BUGFIX] TSDB: Fix PostingsForMatchers race with creating new
|
||||||
|
series. #12558
|
||||||
|
- [BUGFIX] TSDB: Fix handling of explicit counter reset header in
|
||||||
|
histograms. #12772
|
||||||
|
- [BUGFIX] SD: Validate HTTP client configuration in HTTP, EC2,
|
||||||
|
Azure, Uyuni, PuppetDB, and Lightsail SDs. #12762 #12811 #12812
|
||||||
|
#12815 #12814 #12816
|
||||||
|
- [BUGFIX] TSDB: Fix counter reset edgecases causing native
|
||||||
|
histogram panics. #12838
|
||||||
|
- [BUGFIX] TSDB: Fix duplicate sample detection at chunk size
|
||||||
|
limit. #12874
|
||||||
|
- [BUGFIX] Promtool: Fix errors not being reported in check rules
|
||||||
|
command. #12715
|
||||||
|
- [BUGFIX] TSDB: Avoid panics reported in logs when head
|
||||||
|
initialization takes a long time. #12876
|
||||||
|
- [BUGFIX] TSDB: Ensure that WBL is repaired when possible.
|
||||||
|
#12406
|
||||||
|
- [BUGFIX] Storage: Fix crash caused by incorrect mixed samples
|
||||||
|
handling. #13055
|
||||||
|
- [BUGFIX] TSDB: Fix compactor failures by adding min time to
|
||||||
|
histogram chunks. #13062
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 19 06:12:18 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Thu Oct 19 06:12:18 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: golang-github-prometheus-prometheus
|
Name: golang-github-prometheus-prometheus
|
||||||
Version: 2.47.2
|
Version: 2.48.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Prometheus monitoring system and time series database
|
Summary: The Prometheus monitoring system and time series database
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
BIN
npm_licenses.tar.bz2
(Stored with Git LFS)
BIN
npm_licenses.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
prometheus-2.47.2.tar.gz
(Stored with Git LFS)
BIN
prometheus-2.47.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
prometheus-2.48.0.tar.gz
Normal file
3
prometheus-2.48.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e1dcab25bfb4dea1e210405f23aac3a80d056647825cd89e5f41c8b322f09f7
|
||||||
|
size 6469108
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
web-ui-2.47.2.tar.gz
(Stored with Git LFS)
BIN
web-ui-2.47.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
web-ui-2.48.0.tar.gz
Normal file
3
web-ui-2.48.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cf9ea539e2484b0ab42201cf87425b67df0823697409c7ee71aed5cb7a97a60
|
||||||
|
size 3578936
|
Loading…
Reference in New Issue
Block a user